From 7ff4b9c21aa0c038f2a9af308be972c60c5f4f7b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 1 Sep 2015 11:18:48 +0200 Subject: [PATCH] fix path --- config/nagios-master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1