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

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

Revision 1.6, Sun Jan 31 21:14:21 2021 UTC (3 years, 2 months ago) by afresh1
Branch: MAIN
CVS Tags: v1_10_1, HEAD
Changes since 1.5: +2 -2 lines

Use SYSCONFDIR in README

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).

${SYSCONFDIR}/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.6 2021/01/31 21:14:21 afresh1 Exp $