Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ifconfig
0.93
2014-10-31
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
GPL
29097
File | Description |
---|---|
check_ifconfig | check_ifconfig |
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!
Usage:
check_ifconfig [-v] [-h] [-i dev]
Options:
--version|-v
prints the program version
--help|-h
prints this help information
--interface|-i
specifies the network interface to check
check_ifconfig is a Nagios plugin for monitoring network interfaces on Linux platforms. It uses the output of ifconfig and reports the status of the network interface as well as the following performance data:
* RX/TX bytes
* RX/TX packets
* RX/TX errors
It was tested with Nagios Core 3.x and 4.x but it should work with any version of Nagios.
Usage:
check_ifconfig [-v] [-h] [-i dev]
Options:
--version|-v
prints the program version
--help|-h
prints this help information
--interface|-i
specifies the network interface to check
Example:
# ./check_ifconfig -i eth0
eth0 RUNNING | RX_Bytes=736019798B;;;; TX Bytes=760915818B;;;; RX_packets=3233473;;;; RX_errors=0;;;; TX_packets=2726202;;;; TX_errors=0;;;;
=============
Oct. 31, 2014 What's new in version 0.93
- the path for binary executables is no more hard coded, which makes the script capable to run on virtually any Linux or UNIX system, without the need to edit it.
- the path for binary executables (grep, sed, ifconfig) can be overwritten in the parameters section, at the beginning of the script
- introduced a new function for bringing the size strings to humanly readable format (ex.: 1024 bytes=>1KB)
* RX/TX bytes
* RX/TX packets
* RX/TX errors
It was tested with Nagios Core 3.x and 4.x but it should work with any version of Nagios.
Usage:
check_ifconfig [-v] [-h] [-i dev]
Options:
--version|-v
prints the program version
--help|-h
prints this help information
--interface|-i
specifies the network interface to check
Example:
# ./check_ifconfig -i eth0
eth0 RUNNING | RX_Bytes=736019798B;;;; TX Bytes=760915818B;;;; RX_packets=3233473;;;; RX_errors=0;;;; TX_packets=2726202;;;; TX_errors=0;;;;
=============
Oct. 31, 2014 What's new in version 0.93
- the path for binary executables is no more hard coded, which makes the script capable to run on virtually any Linux or UNIX system, without the need to edit it.
- the path for binary executables (grep, sed, ifconfig) can be overwritten in the parameters section, at the beginning of the script
- introduced a new function for bringing the size strings to humanly readable format (ex.: 1024 bytes=>1KB)
Reviews (0)
Be the first to review this listing!