Changes between Version 5 and Version 6 of CheckSystem/checkProcState
- Timestamp:
- 09/04/07 07:10:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CheckSystem/checkProcState
v5 v6 6 6 ||ShowFail||(default)||A flag to indicate if only failed process states should be listed. 7 7 ||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 9 NEED TO UPDATE 10 There is a bunch of "other" options for checking the number of processes: sort of like so: 11 {{{ 12 checkProcState MinCritCount=50 svchost.exe=started 13 }}} 14 for 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. 8 15 9 16 == Examples ==








