Fix path of plugin
This commit is contained in:
parent
45b4d7da29
commit
8a8d12bd24
|
@ -1,6 +1,6 @@
|
||||||
# 'check_file' command definition
|
# 'check_file' command definition
|
||||||
define command {
|
define command {
|
||||||
command_name check_file
|
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$'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue