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