Commit 32124b29 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Clarify probe documentation.

Fixes #2510

Submitted by:	klean@github
parent 4e1699f6
......@@ -270,11 +270,12 @@ There are no mandatory options. These are the options you can set:
``.url``
The URL to query. Defaults to ``/``.
Mutually exclusive with ``.request``
``.request``
Specify a full HTTP request using multiple strings. ``.request`` will
have ``\r\n`` automatically inserted after every string. If
specified, ``.request`` will take precedence over ``.url``.
have ``\r\n`` automatically inserted after every string.
Mutually exclusive with ``.url``.
``.expected_response``
The expected HTTP response code. Defaults to ``200``.
......@@ -296,8 +297,9 @@ There are no mandatory options. These are the options you can set:
Defaults to ``8``.
``.threshold``
How many of the polls in .window must have succeeded for us to
consider the backend healthy. Defaults to ``3``.
How many of the polls in ``.window`` must have succeeded to
for the backend to be healthy.
Defaults to ``3``.
Access Control List (ACL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment