From 9eeba0c0ab40eb135bd72476f5384f5cc20fc715 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Tue, 20 Oct 2020 15:06:03 +0200 Subject: [PATCH] Add a doas authorization for NRPE --- roles/base/templates/doas.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/templates/doas.conf.j2 b/roles/base/templates/doas.conf.j2 index 166436f..f99f8c1 100644 --- a/roles/base/templates/doas.conf.j2 +++ b/roles/base/templates/doas.conf.j2 @@ -15,3 +15,4 @@ permit nopass _nrpe as root cmd /usr/local/libexec/nagios/plugins/check_openbgpd permit nopass _nrpe as root cmd /usr/local/libexec/nagios/plugins/check_pf_states permit nopass _nrpe as root cmd /usr/local/libexec/nagios/plugins/check_connections_state.sh permit nopass _nrpe as root cmd /usr/local/libexec/nagios/plugins/check_packetfilter.sh +permit nopass _nrpe as root cmd /usr/local/libexec/nagios/plugins/check_ipsecctl_critiques.sh