<font size=2 face="sans-serif">I am having problems with the checksnmp
command, I am running some check_snmp commands against our DHCP server.
In this specific instance I want a warning if the value is 17:23 and a
critical if the value is 0:16, regardless of how i type it in, I get a
critical message. Any ideas?</font>
<br>
<br><font size=2 face="sans-serif">./check_snmp -C s8n1mp  -H Corp208
-o .1.3.6.1.4.1.311.1.3.2.1.1.3.172.20.2.0 -w 17:23 -c 0:16</font>
<br><font size=2 face="sans-serif">SNMP CRITICAL - *97* | iso.3.6.1.4.1.311.1.3.2.1.1.3.172.20.2.0=97c
</font>
<br>
<br>
<br><font size=2 face="sans-serif">./check_snmp -C s8n1mp  -H Corp208
-o .1.3.6.1.4.1.311.1.3.2.1.1.3.172.20.2.0 -c 0:16 -w 16:23</font>
<br><font size=2 face="sans-serif">SNMP CRITICAL - *97* | iso.3.6.1.4.1.311.1.3.2.1.1.3.172.20.2.0=97c
 </font>
<br>
<br>
<br><font size=2 face="sans-serif">If I put the vaules in backwards (i.e.
-w 23:17 -c 16:0) I get an invalid date response.</font>
<br>
<br><font size=2 face="sans-serif">/check_snmp -C s8n1mp  -H Corp208
-n -o .1.3.6.1.4.1.311.1.3.2.1.1.3.172.20.2.0 -c 16:0 -w 23:17</font>
<br><font size=2 face="sans-serif">Range format incorrect</font>
<br>
<br>
<br>