ITL: Fix the description for http_certificate

fixes #12416
This commit is contained in:
Michael Friedrich 2016-08-13 15:50:45 +02:00
parent 8f03adf76f
commit c7af804cfd
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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$"