Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_network_transfer

Current Version
1.0
Last Release Date
2011-02-11
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
License
GPL
Hits
101705
Files:
FileDescription
check_net_transfercheck_net_transfer
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_network_transfer checks the network Transfer over eth card. and sends the alerts if the thresholds are breached.
Reviews (3)
The plugin works fine in DEBIAN 7 and old versions but is not working on DEBIAN 10 some upgrade will be nice
bynishith, February 16, 2016
Here is my output:

On Nagios Server:

./check_nrpe -H 172.16.1.20 -c check_net_transfer
NETIO CRITICAL: - eth0 DOWN:94.376 Kbps UP:147.536 Kbps TOTAL:241.912 Kbps


On Nagios NRPE Client:
command[check_net_transfer]=/usr/lib/nagios/plugins/check_net_transfer -i eth0 -v
############
Restart nrpe service and enjoy the plugin output.
The script works, kinda. You will need to replace line 126 with this:

exit $exitstatus

Without replacing the above line, the script will always report a status of OK to Nagios even though it may say WARNING or CRITICAL in the output. Other than that, the script seems to work great.
Owner's reply

Thanks for Bug report