Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_snmp_routetable_stable
1
2009-07-01
- Nagios 3.x
96502
File | Description |
---|---|
check_snmp_routetable_stable.c | check_snmp_routetable_stable.c |
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!
This plugin checks if the routing table on a remote host has 'recently' changed. I use this with some host which dynamicaly change there routing table depending on particular network circumstances.
Requirements:
This plugin is in C.
This plugin requires the nagios-plugins-snmp package from http://nagios.manubulon.com (tested with version 0.5)
Unpack the nagios-plugins-snmp tgz file, copy this source code into the src directory, edit Makefile.am
Sample Makefile.am:
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR="$(localedir)" @DEFS@
libexec_PROGRAMS = check_snmp_int check_snmp_process check_snmp_storage check_snmp_hp_fan check_snmp_routetable_stable
check_snmp_int_SOURCES = check_snmp_int.c nagios_common_snmp.c
check_snmp_process_SOURCES = check_snmp_process.c nagios_common_snmp.c
check_snmp_storage_SOURCES = check_snmp_storage.c nagios_common_snmp.c
check_snmp_hp_fan_SOURCES = check_snmp_hp_fan.c nagios_common_snmp.c
check_snmp_routetable_stable_SOURCES = check_snmp_routetable_stable.c nagios_common_snmp.c
Requirements:
This plugin is in C.
This plugin requires the nagios-plugins-snmp package from http://nagios.manubulon.com (tested with version 0.5)
Unpack the nagios-plugins-snmp tgz file, copy this source code into the src directory, edit Makefile.am
Sample Makefile.am:
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR="$(localedir)" @DEFS@
libexec_PROGRAMS = check_snmp_int check_snmp_process check_snmp_storage check_snmp_hp_fan check_snmp_routetable_stable
check_snmp_int_SOURCES = check_snmp_int.c nagios_common_snmp.c
check_snmp_process_SOURCES = check_snmp_process.c nagios_common_snmp.c
check_snmp_storage_SOURCES = check_snmp_storage.c nagios_common_snmp.c
check_snmp_hp_fan_SOURCES = check_snmp_hp_fan.c nagios_common_snmp.c
check_snmp_routetable_stable_SOURCES = check_snmp_routetable_stable.c nagios_common_snmp.c
Reviews (0)
Be the first to review this listing!