Changeset df0ab60 in nscp for changelog


Ignore:
Timestamp:
11/21/07 21:53:18 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
58a724d
Parents:
5044c09
Message:

2007-11-21 MickeM

  • Fixed process counter so checkProcState now return the *correct* number (previously it was correct-1)
  • Fixed som missing exceptions that were not caught + Added "AliasCol?" option to CheckWMIValue to allow a column to be used as "alias" for a result set:

CheckWMIValue -a "Query=select Caption, ThreadCount? from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol?=Caption

will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r5044c09 rdf0ab60  
    55 * Add module for relaying events 
    66 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 
     7 
     82007-11-21 MickeM 
     9 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1) 
     10 * Fixed som missing exceptions that were not caught 
     11 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set: 
     12     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption 
     13    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning" 
     14 
     152007-11-20 MickeM 
     16 + Added new option to CheckSystem to override detected language (force_language=0x0014) 
    717 
    8182007-11-19 MickeM 
Note: See TracChangeset for help on using the changeset viewer.