MEDIUM: server: implement agent check for dynamic servers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 4 Aug 2021 09:33:14 +0000 (11:33 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Aug 2021 09:09:48 +0000 (11:09 +0200)
commitb65f4cab6a961031d79a0a529b00292d4b43ed4a
treecf4c3126d02ce6abd50ec23e33adf0040029ff30
parent2fc4d39577ac8491cd0a07c7666e090a90d39144
MEDIUM: server: implement agent check for dynamic servers

This commit is the counterpart for agent check of
"MEDIUM: server: implement check for dynamic servers".

The "agent-check" keyword is enabled for dynamic servers. The agent
check must manually be activated via "enable agent" CLI. This can
enable the dynamic server if the agent response is "ready" without an
explicit "enable server" CLI.
doc/management.txt
src/check.c
src/server.c