check_snmp_bandwidth
Posted: Wed Aug 25, 2010 1:41 pm
I am doing a monitor for my internet traffic on my firewall, however the standard check_snmp_bandwidth pulls the interface speed, which is clearly more then my actual internet speed. I tried to change the command to manually put in the value for 30Mb vs the interface of 1Gb; however it did not like the command.
Default Script
What should it be to still pull the up/down but let me set the lower speed for the charting?
Thanks,
Dan
Default Script
Code: Select all
check_snmp -H $HOSTADDRESS$ -C '$USER7$' -o "IF-MIB::ifInOctets.$ARG1$,IF-MIB::ifOutOctets.$ARG1$,IF-MIB::ifSpeed.$ARG1$"Thanks,
Dan