Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_netio
127276
File | Description |
---|---|
check_netio | v1.0 |
check_netio.ncfg | Sample NagiosGrapher config |
check_netio_1.1 | check_netio_1.1 |
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!
Nagios script to return network interface stats to Nagios.
This script has been designed and written on Linux for the lowest common denominator of shells (sh), requiring ifconfig, cut and grep as external programs. The locations of these can easily be changed by editing the variables at the top of the script.
This script always returns an OK status as there is no stateful information stored with the plugin, the plugin just returns the number of bytes in and out of an interface to date. It is intended that a Nagios addon like NagiosGrapher will then be used to log and interpret this data.
I have created a sample NagiosGrapher config file to log and interpret the data from this plugin and have included it for download below.
Changelog:
1.0 - Initial release
1.1 - GPLv3 licence
This script has been designed and written on Linux for the lowest common denominator of shells (sh), requiring ifconfig, cut and grep as external programs. The locations of these can easily be changed by editing the variables at the top of the script.
This script always returns an OK status as there is no stateful information stored with the plugin, the plugin just returns the number of bytes in and out of an interface to date. It is intended that a Nagios addon like NagiosGrapher will then be used to log and interpret this data.
I have created a sample NagiosGrapher config file to log and interpret the data from this plugin and have included it for download below.
Changelog:
1.0 - Initial release
1.1 - GPLv3 licence
Reviews (2)
byNapsty, January 27, 2017
To run the plugin on RHEL 7 or CentOS 7 check out https://www.claudiokuenzler.com/blog/692/using-check_netio-monitoring-nagios-plugin-on-centos-redhat-rhel-7
bywcaattell, April 20, 2010
This plugin is easy to include in the commands.cfg. It works great through nrpe and always returns data quickly.
Now if I could get to work with pnp4nagios it would be great.
Now if I could get to work with pnp4nagios it would be great.