]> 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>
Wed, 24 Feb 2016 21:13:03 +0000 (22:13 +0100)
fixes #10795

doc/7-icinga-template-library.md

index 2981fab16c784b8311e2b9f5eb29a8688eb63e60..710dbb186c89ec1e8a84418895976e063ce190b9 100644 (file)
@@ -443,7 +443,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_sni                 | **Optional.** Whether to use SNI. Defaults to false.