Check expiration status of sso/ca.crl
authorPeter Palfrader <peter@palfrader.org>
Tue, 1 Sep 2015 09:02:00 +0000 (11:02 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 1 Sep 2015 09:02:00 +0000 (11:02 +0200)
config/nagios-master.cfg

index 4420319..4a48918 100644 (file)
@@ -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
   -