Search found 2 matches

by sstins
Thu Aug 28, 2014 1:29 pm
Forum: Open Source Nagios Projects
Topic: check_netint.pl for network interfaces
Replies: 2
Views: 2947

Re: check_netint.pl for network interfaces

Turns out the check uses ethtool to find net interface specs. If commands fails, some of the specs, like link speed, are not found. If you run check under non-root account you may not have permission to run ethtool. Also, on a VM, ethtool may return no specs, regardless of who executes the command.
by sstins
Thu Aug 28, 2014 10:56 am
Forum: Open Source Nagios Projects
Topic: check_netint.pl for network interfaces
Replies: 2
Views: 2947

check_netint.pl for network interfaces

Really nice check to monitor bandwidth and errors on network interfaces. Have been running into one form of the check resulting in a perl error. Wondered if anyone might have a fix. bash-4.1$ sudo /ois/usr/nagios/libexec/check_netint.pl -n "eth" -S -k -e -f -w 80,80,2,2,2,2 -c 90,90,4,4,4,...