From 8a8d12bd2428e58709cb02ae07ad89e1638f4da7 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 18 Nov 2013 13:24:32 +0100 Subject: [PATCH] Fix path of plugin --- check_file/check_file.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_file/check_file.cfg b/check_file/check_file.cfg index 8dfca21..2e595f2 100644 --- a/check_file/check_file.cfg +++ b/check_file/check_file.cfg @@ -1,6 +1,6 @@ # 'check_file' command definition define command { command_name check_file - command_line /usr/lib/nagios/plugins/check_file --warning '$ARG3$' --critical '$ARG4$' --target '$ARG1$' --filter '$ARG2$' + command_line /usr/lib/monitoring-plugins/check_file --warning '$ARG3$' --critical '$ARG4$' --target '$ARG1$' --filter '$ARG2$' }