Add check_bgp
This commit is contained in:
parent
2171614181
commit
aff6bf0fef
5 changed files with 313 additions and 0 deletions
5
check_bgp/check_bgp.cfg
Normal file
5
check_bgp/check_bgp.cfg
Normal 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$
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue