Changes between Version 5 and Version 6 of CheckSystem/checkProcState


Ignore:
Timestamp:
09/04/07 07:10:03 (6 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckSystem/checkProcState

    v5 v6  
    66||ShowFail||(default)||A flag to indicate if only failed process states should be listed. 
    77||process=state|| ||A process name and a state the process should have. The state can be either started or stopped. If no state is given started is assumed. The name is the name of the executable. 
     8 
     9NEED TO UPDATE 
     10There is a bunch of "other" options for checking the number of processes: sort of like so: 
     11{{{ 
     12checkProcState MinCritCount=50 svchost.exe=started 
     13}}} 
     14for instance will report critical unless 50 svchost.exe are running (the MinCritCount can be replaced by (Max|Min)(Crit|Warn)Count=<number> so feel free to alter to what you need.  
    815 
    916== Examples ==