From: Peter Palfrader Date: Thu, 23 Feb 2012 20:54:44 +0000 (+0100) Subject: check pg ssl cert X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=482415469daf2364ea2f861d1cf71752efec5ebd;p=mirror%2Fdsa-nagios.git check pg ssl cert --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 57f2096..d319268 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1964,6 +1964,10 @@ services: name: "host SSL cert" nrpe: "if [ -e /etc/ssl/certs/thishost.pem ]; then /usr/lib/nagios/plugins/dsa-check-cert-expire /etc/ssl/certs/thishost.pem; else echo 'No thishost.pem on this host.'; fi" hostgroups: computers + - + name: "pg SSL cert" + nrpe: "/usr/lib/nagios/plugins/dsa-check-cert-expire /etc/ssl/certs/pg-ubcece.debian.org-chained.pem" + hosts: danzi ############ Processes/Services that only run on some computers ############ ####