check_snmp_bandwidth

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.
Locked
danknowsit
Posts: 1
Joined: Wed Aug 25, 2010 1:30 pm

check_snmp_bandwidth

Post by danknowsit »

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

Code: Select all

check_snmp -H $HOSTADDRESS$ -C '$USER7$' -o "IF-MIB::ifInOctets.$ARG1$,IF-MIB::ifOutOctets.$ARG1$,IF-MIB::ifSpeed.$ARG1$"
What should it be to still pull the up/down but let me set the lower speed for the charting?

Thanks,
Dan
Locked