DOC: "addr" parameter applies to both health and agent checks

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
(cherry picked from commit 13f835380f6e517ac0d393ce10567a4f7f97fecf)
(cherry picked from commit a06b4867b771cb18e6f7c86c4c8dd9e50fdb8364)
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 22ccb41..8ace9c9 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -8730,10 +8730,11 @@
 
 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