From 482415469daf2364ea2f861d1cf71752efec5ebd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 23 Feb 2012 21:54:44 +0100 Subject: [PATCH] check pg ssl cert --- config/nagios-master.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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 ############ #### -- 2.20.1