From: Julien Cristau Date: Fri, 13 Apr 2018 11:30:51 +0000 (+0200) Subject: Retire check for SSL certs living in puppet, they're all gone X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=c4643a69f0b67bf2b2d503236b72d36a178e45e2 Retire check for SSL certs living in puppet, they're all gone --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a940f9e..ba445cc 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1958,11 +1958,6 @@ services: name: "sso CRL" nrpe: "if [ -e /var/lib/dsa/sso/ca.crl ]; then /usr/lib/nagios/plugins/dsa-check-crl-expire -w 129600 -c 86400 /var/lib/dsa/sso/ca.crl; else echo 'No sso/ca.crl on this host.'; fi" hostgroups: computers - - - name: SSL certs - puppet - hosts: global - remotecheck: "/usr/lib/nagios/plugins/dsa-check-cert-expire-dir /etc/puppet/modules/ssl/files/servicecerts" - runfrom: handel - name: SSL certs - LE hosts: global