From: Peter Palfrader Date: Tue, 1 Sep 2015 09:02:00 +0000 (+0200) Subject: Check expiration status of sso/ca.crl X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=6be6eb31d20b7554653a17c90b88f41b470f9878;p=mirror%2Fdsa-nagios.git Check expiration status of sso/ca.crl --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 4420319..4a48918 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1981,6 +1981,10 @@ services: name: "host SSL cert - debian client" nrpe: "if [ -e /etc/ssl/debian/certs/thishost.crt ]; then /usr/lib/nagios/plugins/dsa-check-cert-expire /etc/ssl/debian/certs/thishost.crt; else echo 'No thishost.crt on this host.'; fi" hostgroups: computers + - + name: "sso CRL" + nrpe: "if [ -e 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 # }}} # {{{ HW health/raid -