[Nagiosplug-devel] check_ifstatus is now a standard plugin
Subhendu Ghosh
sghosh at sghosh.org
Thu May 9 09:10:03 CEST 2002
For those following the nagiosplug CVS tree
check_ifstatus has been upgraded to a standard plugin and can be found in
plugin-scripts directory.
The upgrade has required changes in the options that the plugin takes to
conform to the plugin guidelines.. (no positional arguments in particular)
Also removed was a Cisco specific OID to allow for more general use.
Below is the help output:
[sghosh at calcutta plugins-scripts]$ ./check_ifstatus -h
check_ifstatus plugin for Nagios monitors operational
status of each network interface on the target host
Usage:
-H (--hostname) Hostname to query - (required)
-C (--community) SNMP read community (defaults to public,
used with SNMP v1 and v2c
-v (--snmp_version) 1 for SNMP v1 (default)
2 for SNMP v2c
SNMP v2c will use get_bulk for less overhead
-p (--port) SNMP port (default 161)
-I (--ifmib) Agent supports IFMIB ifXTable. Do not use if
you don't know what this is.
-V (--version) Plugin version
-h (--help) usage help
check_ifstatus (nagios-plugins 1.3.0-alpha1) 1.1
The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute
copies of the plugins under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
-sg
More information about the Devel
mailing list