mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-19 03:34:28 +02:00
parent
ec75e7dcbb
commit
1d9f7fb045
@ -1858,6 +1858,7 @@ http_vhost | **Optional.** The virtual host that should be sent in the "
|
|||||||
http_uri | **Optional.** The request URI.
|
http_uri | **Optional.** The request URI.
|
||||||
http_port | **Optional.** The TCP port. Defaults to 80 when not using SSL, 443 otherwise.
|
http_port | **Optional.** The TCP port. Defaults to 80 when not using SSL, 443 otherwise.
|
||||||
http_ssl | **Optional.** Whether to use SSL. Defaults to false.
|
http_ssl | **Optional.** Whether to use SSL. Defaults to false.
|
||||||
|
http_auth_pair | **Optional.** Add 'username:password' authorization pair.
|
||||||
http_warn_time | **Optional.** The warning threshold.
|
http_warn_time | **Optional.** The warning threshold.
|
||||||
http_critical_time | **Optional.** The critical threshold.
|
http_critical_time | **Optional.** The critical threshold.
|
||||||
|
|
||||||
|
@ -121,6 +121,10 @@ object CheckCommand "http" {
|
|||||||
"-S" = {
|
"-S" = {
|
||||||
set_if = "$http_ssl$"
|
set_if = "$http_ssl$"
|
||||||
}
|
}
|
||||||
|
"-a" = {
|
||||||
|
value = "$http_auth_pair$"
|
||||||
|
description = "Username:password on sites with basic authentication"
|
||||||
|
}
|
||||||
"-w" = "$http_warn_time$"
|
"-w" = "$http_warn_time$"
|
||||||
"-c" = "$http_critical_time$"
|
"-c" = "$http_critical_time$"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user