Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_quagga_bgpd
- Nagios 3.x
GPL
42889
File | Description |
---|---|
README | README |
bmon.conf | example config file |
check_quagga_bgpd | check_quagga_bgpd |
check_quagga_bgpd_routecnt | check_quagga_bgpd_routecnt |
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!
check_quagga_bgpd is a perl script that connects to the running bgpd, parses the config, lists the BGP peers,
checks on their status (both IPv4 and IPv6)
and returns some nagios-compliant performance data.
It writes a temporary file with the route-count-per-peer.
check_quagga_bgpd_routecnt is a perl script, which reads
the temporary file and returns the route-count-per-peer
performance data.
Why two scripts ? Because the number of peers is
small, and the number of routes is large. Graphing
both numbers in the same graph is inconvenient.
checks on their status (both IPv4 and IPv6)
and returns some nagios-compliant performance data.
It writes a temporary file with the route-count-per-peer.
check_quagga_bgpd_routecnt is a perl script, which reads
the temporary file and returns the route-count-per-peer
performance data.
Why two scripts ? Because the number of peers is
small, and the number of routes is large. Graphing
both numbers in the same graph is inconvenient.
Reviews (0)
Be the first to review this listing!