I am using check_snmp_netint.pl plug-in to qurey interfaces on various devices. (mainly cisco).
And on a cisco 6509 switch I see graphs with many gaps but in contract graphs from a cisco 4506 switch are ok.
the parameters of the check_snmp_netint.pl plug-in are the same in both cases.
Code: Select all
command_line $USER1$/check_snmp_netint.pl -H $HOSTADDRESS$ -2 -C $USER11$ -f -k -q -g -B -M -w 800,800,10,10,10,10 -c 950,950,15,15,15,15 -d 180 -Y -F /var/nagios/check_snmp_netint/tmp.int.$HOSTADDRESS$.$SERVICEDESC$ -P --label -o 65535 -n "$ARG1$"
GigabitEthernet1/1:UP (in=1.0Mbps/out=6.2Mbps/errors-in=0.0/errors-out=0.0/discard-in=0.0/discard-out=0.0):(1 UP): OK --- graphs are bad
FastEthernet0/1:UP (in=8.3Mbps/out=2.2Mbps/errors-in=0.0/errors-out=0.0/discard-in=0.0/discard-out=0.0):(1 UP): OK --- graphs are good
I attach both graphs (bad and good).
Please advise,
Klajosh