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
127276
Files:
FileDescription
check_netiov1.0
check_netio.ncfgSample NagiosGrapher config
check_netio_1.1check_netio_1.1
Nagios CSP

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.
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.