Alert low traffic on linux interface
Posted: Fri Dec 16, 2016 3:05 pm
Hi
We have a Linux server that sniff traffic on one of it interface. I need to know when the inbound traffic its too low in this interface, for example less than 100kbps. I'm very n00b in Nagios and the last days I was testing some plugins. It has to be through snmp, I found a plugin that work well in a normal monitor situation: monitor high traffic.
I want a warning alert when the traffic it below than 100kbps
./check_snmp_int.pl -H xx.xx.xx.xx -C community eth1 -k -w100:,10 -c0,0
prompt this:
Argument "100:" isn't numeric in numeric ne (!=) at ./check_snmp_int.pl line 701.
eth1:UP (78.9KBps/0.0KBps):1 UP: OK
Its there another plugin that do what I want or how can I set correctly this?
Thank any help
Nagios version: 3.2.3
Ubuntu 12.04
We have a Linux server that sniff traffic on one of it interface. I need to know when the inbound traffic its too low in this interface, for example less than 100kbps. I'm very n00b in Nagios and the last days I was testing some plugins. It has to be through snmp, I found a plugin that work well in a normal monitor situation: monitor high traffic.
I want a warning alert when the traffic it below than 100kbps
./check_snmp_int.pl -H xx.xx.xx.xx -C community eth1 -k -w100:,10 -c0,0
prompt this:
Argument "100:" isn't numeric in numeric ne (!=) at ./check_snmp_int.pl line 701.
eth1:UP (78.9KBps/0.0KBps):1 UP: OK
Its there another plugin that do what I want or how can I set correctly this?
Thank any help
Nagios version: 3.2.3
Ubuntu 12.04