From: Michael Friedrich Date: Wed, 24 Feb 2016 21:13:03 +0000 (+0100) Subject: Docs: http check's URI is really just Path X-Git-Tag: v2.4.4~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aadbe98c56539ab1d442f90a9d862875b3cdfb38;p=icinga2 Docs: http check's URI is really just Path fixes #10795 --- diff --git a/doc/7-icinga-template-library.md b/doc/7-icinga-template-library.md index fad70a5ac..4f75b4c96 100644 --- a/doc/7-icinga-template-library.md +++ b/doc/7-icinga-template-library.md @@ -433,7 +433,7 @@ Name | Description -------------------------|-------------- http_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise. http_vhost | **Optional.** The virtual host that should be sent in the "Host" header. -http_uri | **Optional.** The request URI. +http_uri | **Optional.** The request URI for GET or POST. Defaults to `/`. 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_force_tlsv1 | **Optional.** Whether to force TLSv1.