check LE cert expiry
authorPeter Palfrader <peter@palfrader.org>
Mon, 1 Feb 2016 14:04:24 +0000 (15:04 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 1 Feb 2016 14:04:24 +0000 (15:04 +0100)
config/nagios-master.cfg

index 71839bd..cb9c73c 100644 (file)
@@ -2021,6 +2021,11 @@ 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: letsencrypt SSL certs
+    hosts: global
+    remotecheck: "/srv/letsencrypt.debian.org/bin/check-cert-expire"
+    runfrom: denis
   # }}}
   # {{{ HW health/raid
   -