[BACK]Return to README CVS log [TXT][DIR] Up to [local] / nagios / check_openbgpd

File: [local] / nagios / check_openbgpd / README (download)

Revision 1.5, Sun Jan 31 21:07:26 2021 UTC (3 years, 3 months ago) by afresh1
Branch: MAIN
Changes since 1.4: +7 -5 lines

Update docs for newer bgpd without "-r"

From vigdis (danj@openbsd)

check_openbgpd - checks status of OpenBGPd peers

check_openbgpd needs access to run "bgpctl show", this can be accomplished
with a restricted socket set up for bgpd(8).

/etc/bgpd.conf:
socket "/var/run/rbgpd.sock" restricted
 
 For more information on bgpd(8) see the OpenBSD man page.
 
${SYSCONFDIR}/nrpe.cfg:
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.

http://www.openbsd.org

$AFresh1: README,v 1.5 2021/01/31 21:07:26 afresh1 Exp $