From: Misiek Date: Mon, 9 Jan 2017 08:53:06 +0000 (+0100) Subject: MINOR: doc: Add docs for agent-addr and agent-send CLI commands X-Git-Tag: v1.8-dev1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4397290f27f09d1987e7d73a09a2c01ab7a924c7;p=thirdparty%2Fhaproxy.git MINOR: doc: Add docs for agent-addr and agent-send CLI commands --- diff --git a/doc/management.txt b/doc/management.txt index 683b997901..b79b5b6eb6 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1603,6 +1603,15 @@ set server / agent [ up | down ] switch a server's state regardless of some slow agent checks for example. Note that the change is propagated to tracking servers if any. +set server / agent-addr + Change addr for servers agent checks. Allows to migrate agent-checks to + another address at runtime. You can specify both IP and hostname, it will be + resolved. + +set server / agent-send + Change agent string sent to agent check target. Allows to update string while + changing server address to keep those two matching. + set server / health [ up | stopping | down ] Force a server's health to a new state. This can be useful to immediately switch a server's state regardless of some slow health checks for example.