version 1.3, 2009/11/19 21:43:51 |
version 1.5, 2021/01/31 21:07:26 |
|
|
check_openbgpd needs access to run "bgpctl show", this can be accomplished |
check_openbgpd needs access to run "bgpctl show", this can be accomplished |
with a restricted socket set up for bgpd(8). |
with a restricted socket set up for bgpd(8). |
|
|
/etc/rc.conf.local: |
/etc/bgpd.conf: |
bgpd_flags="-r /var/www/logs/bgpd.rsock" |
socket "/var/run/rbgpd.sock" restricted |
|
|
|
For more information on bgpd(8) see the OpenBSD man page. |
|
|
${SYSCONFDIR}/nrpe.cfg: |
${SYSCONFDIR}/nrpe.cfg: |
command[check_openbgpd]=${PREFIX}/libexec/nagios/check_openbgpd -s /var/www/logs/bgpd.rsock -w 1000:300000 -c 100:500000 -n peer1 peer2 peer3 |
command[check_openbgpd]=/usr/local/libexec/nagios/check_openbgpd -s /var/run/rbgpd.sock -w 1000:300000 -c 100:500000 -n peer1 peer2 peer3 |
|
|
For more information on bgpd(8) see the OpenBSD man page. |
For more information on bgpd(8) see the OpenBSD man page. |
|
|
http://www.openbsd.org |
http://www.openbsd.org |
|
|
$RedRiver: README,v 1.2 2009/11/19 18:25:58 andrew Exp $ |
$AFresh1: README,v 1.4 2015/03/25 02:23:07 andrew Exp $ |