mirror of https://github.com/Icinga/icinga2.git
parent
8f03adf76f
commit
c7af804cfd
|
@ -565,7 +565,7 @@ http_invertregex | **Optional.** Changes behaviour of http_expec
|
|||
http_warn_time | **Optional.** The warning threshold.
|
||||
http_critical_time | **Optional.** The critical threshold.
|
||||
http_expect | **Optional.** Comma-delimited list of strings, at least one of them is expected in the first (status) line of the server response. Default: HTTP/1.
|
||||
http_certificate | **Optional.** Minimum number of days a certificate has to be valid. Port defaults to 443.
|
||||
http_certificate | **Optional.** Minimum number of days a certificate has to be valid. This parameter explicitely sets the port to 443 and ignores the URL if passed.
|
||||
http_clientcert | **Optional.** Name of file contains the client certificate (PEM format).
|
||||
http_privatekey | **Optional.** Name of file contains the private key (PEM format).
|
||||
http_headerstring | **Optional.** String to expect in the response headers.
|
||||
|
|
|
@ -366,7 +366,7 @@ object CheckCommand "http" {
|
|||
}
|
||||
"-C" = {
|
||||
value = "$http_certificate$"
|
||||
description = "Minimum number of days a certificate has to be valid. Port defaults to 443."
|
||||
description = "Minimum number of days a certificate has to be valid. This parameter explicitely sets the port to 443 and ignores the URL if passed."
|
||||
}
|
||||
"-J" = {
|
||||
value = "$http_clientcert$"
|
||||
|
|
Loading…
Reference in New Issue