Changes between Initial Version and Version 1 of MaxWarn


Ignore:
Timestamp:
10/25/07 08:55:51 (6 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MaxWarn

    v1 v1  
     1Option to make a command "fail" with a warning if a value is above a given threshold. Notice that a [MaxCrit] takes precedence so it will only warn if it will not report a critical result. 
     2 
     3{{{ 
     4MaxWarn=10 
     5}}} 
     6Means a warning will be returned whenever the measured value is above (or equal to) 10 such as 10, 11, 10000 etc...