From af952a7701f1e28c1a985389986bb2be3afef1ec Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sun, 22 Mar 2020 23:00:50 +0100 Subject: [PATCH] README.md: adding info about the ignore file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7b39e8b..d99844c 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,17 @@ nagios ALL=(ALL) NOPASSWD: /usr/bin/birdc ``` command[check_bird2_oneshot]=/usr/local/lib64/nagios/plugins/check_bird2_oneshot -s ``` + +If you need to ignore some protocols, put them in +`/usr/local/etc/nrpe-bird/ignore.cfg`, one per line, e.g.: +``` +bfd1 +bgp_nlnogringlg01_ipv4 +bgp_nlnogringlg01_ipv6 +device1 +direct1 +kernel_ipv4 +kernel_ipv6 +static_alarig_allocations_ipv4 +static_alarig_allocations_ipv6 +```