From 85fe9f670328a18eae6a4023f55b0233e84bc4eb Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Thu, 9 Dec 2021 10:31:51 +0100 Subject: [PATCH] Comment out default check_bgpd in NRPE role This check is not used as is and must be customized. I comment it out so we do not confuse it with the customized one. --- roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 b/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 index fb3e8bd..8a821b1 100644 --- a/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 +++ b/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 @@ -45,7 +45,7 @@ command[check_pf_states]=doas /usr/local/libexec/nagios/plugins/check_pf_states command[check_ospfd]=doas /usr/local/libexec/nagios/plugins/check_ospfd command[check_ospf6d]=doas /usr/local/libexec/nagios/plugins/check_ospf6d command[check_ospfd_simple]=doas /usr/local/libexec/nagios/plugins/check_ospfd_simple -command[check_bgpd]=doas /usr/local/libexec/nagios/plugins/check_openbgpd -u +#command[check_bgpd]=doas /usr/local/libexec/nagios/plugins/check_openbgpd -u command[check_connections_state]=doas /usr/local/libexec/nagios/plugins/check_connections_state.sh command[check_packetfilter]=doas /usr/local/libexec/nagios/plugins/check_packetfilter.sh