add check for cups webinterface
This commit is contained in:
parent
34af7b47d9
commit
3c838fb70c
12
debian/pluginconfig/http.cfg
vendored
12
debian/pluginconfig/http.cfg
vendored
|
@ -29,6 +29,12 @@ define command{
|
||||||
command_line /usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$
|
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
|
# 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_name check_https_auth_4
|
||||||
command_line /usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue