]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: "addr" parameter applies to both health and agent checks
authorBaptiste Assmann <bedis9@gmail.com>
Sun, 6 Mar 2016 22:14:36 +0000 (23:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 13:49:52 +0000 (15:49 +0200)
It was not obvious in the documentation that the server's "addr"
parameter applies to both the agent and the health check.

backport: 1.5 and above

doc/configuration.txt

index 5147626233caf76df7b68ab2e72ec033c0ea5b3d..469dae87e0104e65017ab27ff26d559c41616277 100644 (file)
@@ -10120,10 +10120,11 @@ The currently supported settings are the following ones.
 
 addr <ipv4|ipv6>
   Using the "addr" parameter, it becomes possible to use a different IP address
-  to send health-checks. On some servers, it may be desirable to dedicate an IP
-  address to specific component able to perform complex tests which are more
-  suitable to health-checks than the application. This parameter is ignored if
-  the "check" parameter is not set. See also the "port" parameter.
+  to send health-checks or to probe the agent-check. On some servers, it may be
+  desirable to dedicate an IP address to specific component able to perform
+  complex tests which are more suitable to health-checks than the application.
+  This parameter is ignored if the "check" parameter is not set. See also the
+  "port" parameter.
 
   Supported in default-server: No