<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div>Hi!</div><div><br></div><div>I am struggling to get check_snmp to return critical/warning info for a simple "extend" in snmpd.conf</div>

<div>(extend minutecheck /bin/sh /usr/local/bin/minutecheck.sh ), while it is working for ifInUcastPkts</div><div><br></div><div>I suspect that the comparison with the range may not be happening if the returned value is not a Counter32.</div>

<div>the extend seems to be returning a STRING by default.</div><div><br></div><div>Is this the case ? </div><div>Can I force a cast from STRING to Counter32  by check_snmp ?</div><div>Or is there a way to get snmpd to return a Counter32 directly??</div>

<br><div><div>snmpget -v2c -c public  192.168.25.11   iso.3.6.1.4.1.8072.1.3.2.4.1.2.11.109.105.110.117.116.101.99.104.101.99.107.1 iso.3.6.1.2.1.2.2.1.11.1</div><div>iso.3.6.1.4.1.8072.1.3.2.4.1.2.11.109.105.110.117.116.101.99.104.101.99.107.1 = STRING: "19"</div>

<div>iso.3.6.1.2.1.2.2.1.11.1 = Counter32: 39514</div></div><div><br></div><div><div>/usr/local/<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">nagios</span>/libexec/check_snmp -H 192.168.25.11 -o iso.3.6.1.2.1.2.2.1.11.1 -C public  -w @38000:38900 -c @38901:</div>

<div>SNMP CRITICAL - *39458* | IF-MIB::ifInUcastPkts.1=39458c</div><div>/usr/local/<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">nagios</span>/libexec/check_snmp -H 192.168.25.11 -o iso.3.6.1.4.1.8072.1.3.2.4.1.2.11.109.105.110.117.116.101.99.104.101.99.107.1 -C public  -w @10:15 -c @16:</div>

<div>SNMP OK - 18 | NET-SNMP-EXTEND-MIB::nsExtendOutLine."minutecheck".1=18</div></div></span>