monitoring-plugins-cyconet/check_file/check_file.cfg

7 lines
227 B
INI
Raw Normal View History

2013-11-18 10:38:01 +00:00
# 'check_file' command definition
define command {
command_name check_file
2013-11-18 12:24:32 +00:00
command_line /usr/lib/monitoring-plugins/check_file --warning '$ARG3$' --critical '$ARG4$' --target '$ARG1$' --filter '$ARG2$'
2013-11-18 10:38:01 +00:00
}