From c4643a69f0b67bf2b2d503236b72d36a178e45e2 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 13 Apr 2018 13:30:51 +0200 Subject: [PATCH] Retire check for SSL certs living in puppet, they're all gone --- config/nagios-master.cfg | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.20.1