From 97d5d59e2d1cb05e1889d6fa9271e28fd8560042 Mon Sep 17 00:00:00 2001
From: Misiek <creating.www@gmail.com>
Date: Mon, 9 Jan 2017 09:52:43 +0100
Subject: [PATCH 3/4] Add docs for agent-host configuration variable

---
 doc/configuration.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index ae76ef3..088bba6 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -10684,6 +10684,14 @@ agent-inter <delay>
 
   Supported in default-server: Yes
 
+agent-host <host>
+  The "agent-host" 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.
 
-- 
2.10.1 (Apple Git-78)

