]> granicus.if.org Git - icinga2/commitdiff
Docs: http check's URI is really just Path
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 24 Feb 2016 21:13:03 +0000 (22:13 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 11 Mar 2016 14:50:29 +0000 (15:50 +0100)
fixes #10795

doc/7-icinga-template-library.md

index fad70a5ac9efc38c9cb35e2d0fb755c7eb5832fd..4f75b4c9677a24919be921c2665eb55350922ffe 100644 (file)
@@ -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.