I want to create traffic graph for ifInOctets and ifOutOctets.
# snmpwalk -v 3 -l authPriv -u USER -a md5 -A PASS -X PASS 10.1.1.1 ifInOctets.1001
IF-MIB::ifInOctets.1001 = Counter32: 3542253269
I use for this following plugin:
# /usr/lib/nagios/plugins/check_snmp -H 10.1.1.1 -P 3 -L authPriv -U USER -a md5 -A PASS -X PASS -o ifInOctets.1001 -D , -l Traffic -u b/s
SNMP OK - Traffic 3542253269 b/s | Traffic=3542253269c
This is COUNTER value, but in centrion in RRD I see only GAUGE graph:
What do I wrong? Do centrion support COUNTER in RRD graphs?



Reply With Quote
Bookmarks