Linux – NAGIOS – Alert when low bandwidth usage on linux interface

interfacelinuxnagiossnmp

I have Nagios running and monitoring devices by snmp.
I need to monitor bandwidth usage of a Linux server interface and send an alert when its below from 100kbps of usage. Are there any plugin
to do this? All the plugins i found are the opossite situation: alert when high bandwidth usage. Its important to do it by snmp.

Thanks !

Best Answer

Check improved plugin check_snmp_netint.pl (version 2.36) of standard nagios plugin (check_snmp_int.pl) at http://william.leibzon.org/nagios/

You can specity traffic range similar to nagios format ("-" instead of ":"): -w 10-500,20-800 -c 5-700,1-900

it fire up alarms if traffic input bill be below 5 and over 700 and so on