add check for cups webinterface

This commit is contained in:
Jan Wagner 2007-04-26 09:38:27 +00:00
parent 34af7b47d9
commit 3c838fb70c

View file

@ -29,6 +29,12 @@ define command{
command_line /usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$
}
# 'check_cups' command definition
define command{
command_name check_cups
command_line /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p 631
}
####
# use these checks, if you want to test IPv4 connectivity on IPv6 enabled systems
####
@ -63,3 +69,9 @@ define command{
command_name check_https_auth_4
command_line /usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$ -4
}
# 'check_cups_4' command definition
define command{
command_name check_cups_4
command_line /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p 631 -4
}