Changes between Initial Version and Version 1 of MinCrit

Show
Ignore:
Timestamp:
03/17/08 17:43:15 (2 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MinCrit

    v1 v1  
     1Option to make a command "fail" with a critical error if a value is below a given threshold. Notice that a [MinCrit] takes precedence over [MinWarn]. 
     2 
     3{{{ 
     4MinCrit=10 
     5}}} 
     6Means a critical error will be returned whenever the measured value is above (or equal to) 10 such as 9, 8, -23456, etc...