Add check_tomcat

This commit is contained in:
Jan Wagner 2013-11-18 16:39:57 +01:00
parent 8bc302b287
commit 2171614181
5 changed files with 408 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# 'check_tomcat_status' command definition
define command{
command_name check_tomcat_status
command_line /usr/lib/monitoring-plugins/check_tomcat -H $HOSTADDRESS$ -l $ARG1$ -a $ARG2$ $ARG3$
}