<div>When i use 'check_snmp' against a temperate probe in my datacenter i get the following output.  It works but the problem is that the check command returns the 'snmpget' command it issued and nagios thinks that is the output from the plugin so from the web interface the output is '/usr/local/bin/snmpget........................' and not 'Temperature OK - 17 Degrees | 
iso.3.6.1.4.1.318.1.1.2.1.1.0=17;;;; '</div>
<div> </div>
<div>Anyone know how to fix this?</div>
<div> </div>
<div>Below is a command line execution of the plugin.  You can see what I mean....</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div>Ric.</div>
<div> </div>
<div>[root@server:/usr/local/nagios/libexec]#./check_snmp -t 5 -v 2c -C PUBLIC -o 1.3.6.1.4.1.318.1.1.2.1.1.0 -H <a href="http://192.168.69.253">192.168.69.253</a> -w 18 -c 20 -v -l Temperature -u Degrees<br> </div>
<div>/usr/local/bin/snmpget -t 5 -r 5 -m '' -v 1 -c PUBLIC <a href="http://192.168.69.253:161">192.168.69.253:161</a>  1.3.6.1.4.1.318.1.1.2.1.1.0<br>iso.3.6.1.4.1.318.1.1.2.1.1.0 = Gauge32: 17</div>
<div> </div>
<div>Temperature OK - 17 Degrees | iso.3.6.1.4.1.318.1.1.2.1.1.0=17;;;; </div>