Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_network_transfer
1.0
2011-02-11
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
GPL
102057
File | Description |
---|---|
check_net_transfer | check_net_transfer |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Reviews (3)
byhardcess, October 5, 2020
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.
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.
bystelah1423, April 27, 2011
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.
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