Add check_file

This commit is contained in:
Jan Wagner 2013-11-18 11:38:01 +01:00
parent 53fc94756d
commit 5c5e78efef
5 changed files with 433 additions and 0 deletions

View file

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