MyMonPlugins (ehemals teamix Monitoring Plugins)
Find a file
Sebastian Harl ff970c8dc6 Added initial version of check_junos_bgp.pl.
The plugin connects to a Juniper Router and queries BGP routing information
using the 'show bgp neighbor' command. It then executes any of the following
checks:

 * peers_count: Total number of peers.
 * prefix_count: Number of active prefixes of single peers.

Each check may consider a subset of peers only. This is done by specifying a
"target" which may either be an IPv4/IPv6 address, a regex or a string. In the
latter two cases, the regex/string is compared with the peer description.

Warning and critical ranges may be specified for each single check.

The format for specifying checks is:
checkname[,target[,warning[,critical]]]
2011-06-30 11:28:28 +02:00
PNP check_naf PNP templ: Print nav* totals at bottom of the legend. 2011-06-22 11:27:13 +02:00
.gitignore Initial commit 2010-09-09 18:52:56 +02:00
check_apaches.py *: Add GPL header, check_*: catch import error 2011-03-17 10:10:05 +01:00
check_junos_bgp.pl Added initial version of check_junos_bgp.pl. 2011-06-30 11:28:28 +02:00
check_naf.py Added CIFS users and stats checks 2011-06-16 13:45:41 +02:00
check_nagiostats.py *: Add GPL header, check_*: catch import error 2011-03-17 10:10:05 +01:00
check_netconnections.py *: Add GPL header, check_*: catch import error 2011-03-17 10:10:05 +01:00
check_sensors.py *: Add GPL header, check_*: catch import error 2011-03-17 10:10:05 +01:00
monitoringplugin.py monitoringplugin: Added seconds_to_hms() method. 2011-05-04 14:07:55 +02:00