Add check_file
This commit is contained in:
parent
53fc94756d
commit
5c5e78efef
5 changed files with 433 additions and 0 deletions
6
check_file/check_file.cfg
Normal file
6
check_file/check_file.cfg
Normal 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$'
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue