- Timestamp:
- 11/26/07 21:45:47 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 978bd31
- Parents:
- a60995a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
changelog
r99e4d8f r3f569d3 6 6 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 7 7 8 2007-11-26 MickeM 9 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(") 10 * More 2k5 build tweaks 11 8 12 2007-11-23 MickeM 9 * Converted to unicode (damn sometimes I **HATE** C++)13 * Converted to Unicode (damn sometimes I **HATE** C++) 10 14 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor" 11 15 … … 15 19 2007-11-21 MickeM 16 20 * Fixed process counter so checkProcState now return the *correct* number (previously it was correct-1) 17 * Fixed som missing exceptions that were not caught21 * Fixed some missing exceptions that were not caught 18 22 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set: 19 23 CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption 20 24 will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning" 21 - Removed documenationfrom SVN (as it is old and outdated and no longer used)25 - Removed from SVN (as it is old and outdated and no longer used) 22 26 23 27 2007-11-20 MickeM … … 28 32 + Added -noboot option to startup used for running command line utilities without booting the client 29 33 "nsclient++ -noboot RemoteConfigruation ini2reg" for instance 30 + Added fall back to try <module> and <module>.dll if the module was nhot loaded (when running command lines)31 * Migrated 2008 project files to new name and back ported to 2005 project files.34 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines) 35 * Migrated 2008 project files to new name and back ported to 2005 project files. 32 36 33 37 2007-11-16 MickeM 34 38 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :). 35 + Added sample VBS script and def enitions39 + Added sample VBS script and definitions 36 40 37 41 2007-11-15 MickeM 38 * Improved error message when external NRPE command fail es.42 * Improved error message when external NRPE command failles. 39 43 40 44 2007-11-14 MickeM … … 42 46 * Improved error handling for external commands 43 47 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout) 44 + Added an english fallback if "local" language PDH counters fail.48 + Added an English fall back if "local" language PDH counters fail. 45 49 46 50 2007-11-12 MickeM
Note: See TracChangeset
for help on using the changeset viewer.








