Fix path of plugin

This commit is contained in:
Jan Wagner 2013-11-18 13:24:32 +01:00
parent 45b4d7da29
commit 8a8d12bd24

View file

@ -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$'
}