Add check_tftp

This commit is contained in:
Jan Wagner 2014-05-02 19:22:30 +02:00
parent 2ed4647fa9
commit 5b67839877
5 changed files with 131 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# 'check_tftp' command definition
define command{
command_name check_tftp
command_line /usr/lib/monitoring-plugins/check_tftp $HOSTADDRESS$ $ARG1$
}