Hi all.<br><br>What is the right way to handle thresholds when developing Nagios plugins?<br><br>The documentation (<a href="http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT">http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT</a>) says:<br>

<br>8x------<br>10:20 Generate an alert if x < 10 or > 20, (outside the range of {10 .. 20})<br>8x------<br><br>while few rows below says:<br><br>8x------<br>check_stuff -c10:20 Critical if "stuff" is 10 to 20<br>

8x------<br><br>What is the right behaviour? (In my opinion, the second one is much clearer, however check_snmp works like described in the first case...)<br><br>Regards,<br>Massimiliano<br>