# nrpe-bird ## Description Collection of scripts used to monitor bird sessions and route limits For bird2, just use -4 for either IPv4 and IPv6. ## Configuration ``` ln -s $(pwd)/check_bird2_oneshot /usr/local/lib64/nagios/plugins/check_bird2_oneshot ``` `/etc/sudoers`: ``` nagios ALL=(ALL) NOPASSWD: /usr/bin/birdc ``` `/etc/nagios/nrpe.cfg`: ``` command[check_bird2_oneshot]=/usr/local/lib64/nagios/plugins/check_bird2_oneshot -s ```