From 88887aa2a8ca345d6f79fccb336a9bb9ae8443a2 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Mon, 1 Apr 2019 15:35:35 +0200 Subject: [PATCH] Allow nagios to check the SSL CA cert --- modules/sudo/files/sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sudo/files/sudoers b/modules/sudo/files/sudoers index 688297767..a134ca093 100644 --- a/modules/sudo/files/sudoers +++ b/modules/sudo/files/sudoers @@ -64,6 +64,7 @@ nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-libs --ignore-youn nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-stunnel-sanity "" nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-systemd-services "" nagios handel=(puppet) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-cert-expire /var/lib/puppet/ssl/certs/ca.pem +nagios handel=(puppet) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-cert-expire /srv/puppet.debian.org/ca/ca.crt # with smartarray controllers nagios ALL=(ALL) NOPASSWD: /sbin/hpasmcli "" nagios ALL=(ALL) NOPASSWD: /usr/bin/arrayprobe "" -- 2.20.1