Ignore:
Timestamp:
01/24/10 18:53:20 (2 years ago)
Author:
mickem
Message:

2009-01-24 MickeM

  • Fixed so files locked for reading can be chcked (basic checks)
  • Improved speed of file chyecking (does not check file data twice)

2009-01-23 MickeM

+ Added checks for missing path and missing filter on CheckFile2 thus

CheckFile2 without paths and/or filters will have status unknown.

  • Changed "missing" disks are now a critical error and not unknown
  • Improved CheckDriveSize bad FilterType? error message + Added checks for missing counters to CheckCounter + Added new thread safe PDH subsystem (switch using the new option pdh_subsystem=thread-safe (normal mode is fast). The reason for this new subsystem is to allow reloading counters and get around some quirks in various PDH implementations (mainly HP) Added benefits of this new mode is that you can now reload counters which are changed during runtime. This is done by adding the reload flag to the CheckCounter command. THIS IS AN ADVANCED FEATURE (so dont use unless you know what you are doing) + 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)

CheckCounter index "Counter=\1450(_Total)\1458" ShowAll MaxWarn=500 MaxCrit=1000

same as

CheckCounter "Counter=
Utskriftskö(_Total)
Utskrifter" ShowAll MaxWarn=500 MaxCrit=1000

To find index you can use the command line options:

nsclient++ -noboot CheckSystem pdhlookup Utskrifter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/changelog

    r228 r240  
    66 * Fix depend onservice LanManWorkStation (old win) 
    77 * Fix RtlStringFromGUID problem on NT4 
     8 
     92009-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 
     132009-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 
    830 
    9312009-12-31 MickeM 
Note: See TracChangeset for help on using the changeset viewer.