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_netio

Rating
2 votes
Favoured:
0
Hits
126951
Files:
FileDescription
check_netiov1.0
check_netio.ncfgSample NagiosGrapher config
check_netio_1.1check_netio_1.1
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nagios script to return network interface stats to Nagios.
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
Reviews (2)
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.