From: Peter Palfrader Date: Tue, 1 Sep 2015 09:18:48 +0000 (+0200) Subject: fix path X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=7ff4b9c21aa0c038f2a9af308be972c60c5f4f7b;p=mirror%2Fdsa-nagios.git fix path --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 4a48918..ed56aa0 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1983,7 +1983,7 @@ services: 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" + 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 # }}} # {{{ HW health/raid