From 6be6eb31d20b7554653a17c90b88f41b470f9878 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 1 Sep 2015 11:02:00 +0200 Subject: [PATCH] Check expiration status of sso/ca.crl --- config/nagios-master.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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 - -- 2.20.1