Adding check_sentinel

This commit is contained in:
Jan Wagner 2014-10-06 13:50:32 +02:00
parent 43be123a11
commit 9c91dfd76e
8 changed files with 156 additions and 1 deletions

View file

@ -0,0 +1,6 @@
# 'check_sentinel' command definition
define command {
command_name check_sentinel
command_line /usr/lib/monitoring-plugins/check_sentinel -H '$HOSTADDRESS$' -p '$ARG1$'
}