Changeset 240 for branches/stable/changelog
- Timestamp:
- 01/24/10 18:53:20 (2 years ago)
- File:
-
- 1 edited
-
branches/stable/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/changelog
r228 r240 6 6 * Fix depend onservice LanManWorkStation (old win) 7 7 * Fix RtlStringFromGUID problem on NT4 8 9 2009-01-24 MickeM 10 * Fixed so files locked for reading can be chcked (basic checks) 11 * Improved speed of file chyecking (does not check file data twice) 12 13 2009-01-23 MickeM 14 + Added checks for missing path and missing filter on CheckFile2 thus 15 CheckFile2 without paths and/or filters will have status unknown. 16 * Changed "missing" disks are now a critical error and not unknown 17 * Improved CheckDriveSize bad FilterType error message 18 + Added checks for missing counters to CheckCounter 19 + Added new thread safe PDH subsystem (switch using the new option pdh_subsystem=thread-safe (normal mode is fast). 20 The reason for this new subsystem is to allow reloading counters and get around some quirks in various PDH implementations (mainly HP) 21 Added benefits of this new mode is that you can now reload counters which are changed during runtime. 22 This is done by adding the reload flag to the CheckCounter command. 23 THIS IS AN ADVANCED FEATURE (so dont use unless you know what you are doing) 24 + Added new index option to CheckCounter to allow looking up index and thus you can use the same checks on multiple locales and also use characters not present in "NRPE charset) 25 CheckCounter index "Counter=\1450(_Total)\1458" ShowAll MaxWarn=500 MaxCrit=1000 26 same as 27 CheckCounter "Counter=\\Utskriftskö(_Total)\\Utskrifter" ShowAll MaxWarn=500 MaxCrit=1000 28 To find index you can use the command line options: 29 nsclient++ -noboot CheckSystem pdhlookup Utskrifter 8 30 9 31 2009-12-31 MickeM
Note: See TracChangeset
for help on using the changeset viewer.







