Up to now most of my checks have used a threshold for warning and critical that is say:<br><br>critical if above 20<br>warning if above 10<br>else ok<br><br>Now I am developing a plugin that will need this for most checks, but will also need the oposite:<br>
<br>ok if > 10<br>critical if < 10<br><br>Does anyone have some logic that I can use, preferably in perl for this kind of thing?<br><br><br><br>Note: Numbers are for example...<br>