]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: Remove option lb-agent-chk
authorSimon Horman <horms@verge.net.au>
Mon, 25 Nov 2013 01:46:35 +0000 (10:46 +0900)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2013 06:31:16 +0000 (07:31 +0100)
commitafc47ee7fc779ec1d4682ee76eb082c8174740cd
treef9fe76ce59f1993f31b3ed669ab47afd7e4e9770
parent80fefaeb573bd6072ac02b8bb14a1b87fe74de37
MEDIUM: Remove option lb-agent-chk

Remove option lb-agent-chk and thus the facility to configure
a stand-alone agent health check. This feature was added by
"MEDIUM: checks: Add agent health check". It will be replaced
by subsequent patches with a features to allow an agent check
to be run as either a secondary check, along with any of the existing
checks, or as part of an http check with the status returned
in an HTTP header.

This patch does not entirely revert "MEDIUM: checks: Add agent health
check". The infrastructure it provides to parse the results of an
agent health check remains and will be re-used by the planned features
that are mentioned above.

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