Add check_bgp

This commit is contained in:
Jan Wagner 2013-11-18 20:25:31 +01:00
parent 2171614181
commit aff6bf0fef
5 changed files with 313 additions and 0 deletions

5
check_bgp/check_bgp.cfg Normal file
View file

@ -0,0 +1,5 @@
# 'check_bgp_peer' command definition
define command{
command_name check_bgp_peer
command_line /usr/lib/monitoring-plugins/check_bgp -H $HOSTADDRESS$ -C $ARG1$ -p $ARG2$
}