]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: doc: Add docs for agent-addr configuration variable
authorMisiek <creating.www@gmail.com>
Mon, 9 Jan 2017 08:52:43 +0000 (09:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2017 10:39:22 +0000 (11:39 +0100)
doc/configuration.txt

index d9ef878a3bbfae5e56dbd747daa6462339d0536b..c2ede71547a7e12c8a6250e78c3269439802f8f8 100644 (file)
@@ -10708,6 +10708,14 @@ agent-inter <delay>
 
   Supported in default-server: Yes
 
+agent-addr <addr>
+  The "agent-addr" parameter sets address for agent check.
+
+  You can offload agent-check to another target, so you can make single place
+  managing status and weights of servers defined in haproxy in case you can't
+  make self-aware and self-managing services. You can specify both IP or
+  hostname, it will be resolved.
+
 agent-port <port>
   The "agent-port" parameter sets the TCP port used for agent checks.