Annotation of nagios/check_openbgpd/README, Revision 1.6
1.1 andrew 1: check_openbgpd - checks status of OpenBGPd peers
2:
1.3 andrew 3: check_openbgpd needs access to run "bgpctl show", this can be accomplished
4: with a restricted socket set up for bgpd(8).
1.1 andrew 5:
1.6 ! afresh1 6: ${SYSCONFDIR}/bgpd.conf:
1.5 afresh1 7: socket "/var/run/rbgpd.sock" restricted
8:
9: For more information on bgpd(8) see the OpenBSD man page.
10:
1.1 andrew 11: ${SYSCONFDIR}/nrpe.cfg:
1.5 afresh1 12: command[check_openbgpd]=/usr/local/libexec/nagios/check_openbgpd -s /var/run/rbgpd.sock -w 1000:300000 -c 100:500000 -n peer1 peer2 peer3
1.1 andrew 13:
14: For more information on bgpd(8) see the OpenBSD man page.
15:
16: http://www.openbsd.org
17:
1.6 ! afresh1 18: $AFresh1: README,v 1.5 2021/01/31 21:07:26 afresh1 Exp $
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>