check_quagga_bgpd Nagios plugin to monitor the quagga bgpd daemon $Id$ It provides two services: - one which monitors the daemon and the peers - one which monitors the number of routes per peer Installation: - As root: cp bmon.conf /usr/local/etc vi /usr/local/etc/bmon.conf # adjust config - For each peer, set its description to something meaningful: conf t router bgp neighbor description peername prio with: prio one of crit, warn, low - adapt the nrpe config: ------- command[check_quagga_bgpd]=//check_quagga_bgpd command[check_quagga_bgpd_routecnt]=//check_quagga_bgpd_routecnt ------- - Test.