]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: Do not mark a server as down if the agent is unavailable
authorSimon Horman <horms@verge.net.au>
Mon, 25 Nov 2013 01:46:37 +0000 (10:46 +0900)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2013 06:31:16 +0000 (07:31 +0100)
commit2f1f955c8cf7a1ab13a5a6f119719d0d3449859b
tree0641b7647c0236f5cd9f95a1983e25cca3792235
parentd60d69138bd102243709d76a005c10dddab2bcb2
MEDIUM: Do not mark a server as down if the agent is unavailable

In the case where agent-port is used and the agent
check is a secondary check to not mark a server as down
if the agent becomes unavailable.

In this configuration the agent should only cause a server to be marked
as down if the agent returns "fail", "stopped" or "down".

Signed-off-by: Simon Horman <horms@verge.net.au>
doc/configuration.txt
src/checks.c