mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-23 23:45:37 +00:00
MINOR: doc: Add docs for agent-addr and agent-send CLI commands
This commit is contained in:
parent
768d8608aa
commit
4397290f27
@ -1603,6 +1603,15 @@ set server <backend>/<server> agent [ up | down ]
|
|||||||
switch a server's state regardless of some slow agent checks for example.
|
switch a server's state regardless of some slow agent checks for example.
|
||||||
Note that the change is propagated to tracking servers if any.
|
Note that the change is propagated to tracking servers if any.
|
||||||
|
|
||||||
|
set server <backend>/<server> agent-addr <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 <backend>/<server> agent-send <value>
|
||||||
|
Change agent string sent to agent check target. Allows to update string while
|
||||||
|
changing server address to keep those two matching.
|
||||||
|
|
||||||
set server <backend>/<server> health [ up | stopping | down ]
|
set server <backend>/<server> health [ up | stopping | down ]
|
||||||
Force a server's health to a new state. This can be useful to immediately
|
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.
|
switch a server's state regardless of some slow health checks for example.
|
||||||
|
Loading…
Reference in New Issue
Block a user