Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
root@nagios:~/workspace# /usr/local/nagios/libexec/check_snmp -H 10.1.11.184 -C nagios -o ipInDelivers.0 -v -l Data
/usr/bin/snmpget -t 1 -r 5 -m ALL -v 1 [authpriv] 10.1.11.184:161 ipInDelivers.0
IP-MIB::ipInDelivers.0 = Counter32: 834555526
SNMP OK - Data 834555526 | Data=834555526c
What the heck? It's causing a lot of weird results in PNP4NAGIOS and just breaking the graphs. Where is that little 'c' coming from and how can I get rid of it? I've already tested multiple sources with Counter32 data... it happens for ALL of them.
Had to tweak a couple things to make it work properly in my environment, but otherwise - no more junk perfdata. Highly recommended if you have the same "check_snmp" problems I did.