Hi there.

I'm using check_snmp against a server returning 64 bit counter values
(which can be seen when doing an snmpwalk) and am getting no data
returned.

When I run the same command referencing the same MIB but choosing a 32
bit counter value it returns fine.

Is there a version of check_snmp which will work with 64 bit counters ?

I'm running v2021 (nagios-plugins 1.4.13)

Thanks.

[u...@host ~]$ snmpwalk -v2c -c string -m
/usr/local/nagios/snmp/load/blahblahMIB.mib 192.168.1.1 blahblahMIB
blahblahMIB::bytesFromClient.0 = Counter64: 451223258
blahblahMIB::httpRequests.0 = Counter32: 167990

[u...@host ~]$ /usr/local/nagios/libexec/check_snmp -H 192.168.1.1 -m
/usr/local/nagios/snmp/load/blahblahMIB.mib -o
blahblahMIB::bytesFromClient.0 -C string
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m
/usr/local/nagios/snmp/load/blahblahMIB.mib -v 1 [authpriv]
192.168.1.1:161  blahblahMIB::bytesFromClient.0

[u...@host ~]$ /usr/local/nagios/libexec/check_snmp -H 192.168.1.1 -m
/usr/local/nagios/snmp/load/blahblahMIB.mib -o
blahblahMIB::httpRequests.0 -C string
SNMP OK - 171212 | blahblahMIB::httpRequests.0=171212c
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to