From deafd82337348bc8351e650a239a37596dfc2fa6 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Fri, 21 Aug 2020 15:26:32 +0200 Subject: [PATCH] For local modifications of nrpe conf, use zzz_evolix.cfg instead of zzz-evolix.cfg which is buggy --- roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 b/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 index 3d0c69e..961a932 100644 --- a/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 +++ b/roles/nagios-nrpe/templates/evolix_bsd.cfg.j2 @@ -3,7 +3,7 @@ # Part of the EvoBSD distribution. # # This is an Ansible managed file ! -# For local modifications use the /etc/nrpe.d/zzz-evolix.cfg file instead +# For local modifications use the /etc/nrpe.d/zzz_evolix.cfg file instead # Allowed IPs allowed_hosts={{ nagios_nrpe_allowed_hosts | join(',') }} @@ -48,4 +48,4 @@ command[check_connections_state]=doas /usr/local/libexec/nagios/plugins/check_co command[check_packetfilter]=doas /usr/local/libexec/nagios/plugins/check_packetfilter.sh # This is an Ansible managed file ! -# For local modifications use the /etc/nrpe.d/zzz-evolix.cfg file instead +# For local modifications use the /etc/nrpe.d/zzz_evolix.cfg file instead