From 399b57ba3f124c57d947153aca972ac5d9738020 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Fri, 4 Jan 2013 07:12:03 +0000 Subject: [PATCH] contrib removed from plugin path --- check_dataprotector/nrpe.d/check_dataprotector.cfg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/check_dataprotector/nrpe.d/check_dataprotector.cfg b/check_dataprotector/nrpe.d/check_dataprotector.cfg index 1dd087f..66429e1 100644 --- a/check_dataprotector/nrpe.d/check_dataprotector.cfg +++ b/check_dataprotector/nrpe.d/check_dataprotector.cfg @@ -1,7 +1,8 @@ -command[check_dp_pool]=/usr/lib/nagios/plugins/contrib/check_dp_pool "$ARG1$" -command[check_dp_tablespace]=/usr/lib/nagios/plugins/contrib/check_dp_tablespace -command[check_dp_services]=/usr/lib/nagios/plugins/contrib/check_dp_services -command[check_dp_mountrequest]=/usr/lib/nagios/plugins/contrib/check_dp_mountrequest -command[check_dp_idb]=/usr/lib/nagios/plugins/contrib/check_dp_idb +command[check_dp_pool]=/usr/lib/nagios/plugins/check_dp_pool "$ARG1$" +command[check_dp_tablespace]=/usr/lib/nagios/plugins/check_dp_tablespace +command[check_dp_services]=/usr/lib/nagios/plugins/check_dp_services +command[check_dp_mountrequest]=/usr/lib/nagios/plugins/check_dp_mountrequest +command[check_dp_idb]=/usr/lib/nagios/plugins/check_dp_idb +command[check_dp_backups]=/usr/lib/nagios/plugins/check_dp_backups