From: William Dauchy Date: Sat, 26 Sep 2020 11:35:51 +0000 (+0200) Subject: DOC: agent-check: fix typo in "fail" word expected reply X-Git-Tag: v2.3-dev6~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8e795ca04a2e89b801c40843b1b79fd97251606;p=thirdparty%2Fhaproxy.git DOC: agent-check: fix typo in "fail" word expected reply `tcpcheck_agent_expect_reply` expects "fail" not "failed" This should fix github issue #876 This can be backported to all maintained versions (i.e >= 1.6) as of today. Signed-off-by: William Dauchy --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 309d076aa7..97ff2e4996 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -13073,7 +13073,7 @@ agent-check MAINT mode, thus it will not accept any new connections at all, and health checks will be stopped. - - The words "down", "failed", or "stopped", optionally followed by a + - The words "down", "fail", or "stopped", optionally followed by a description string after a sharp ('#'). All of these mark the server's operating state as DOWN, but since the word itself is reported on the stats page, the difference allows an administrator to know if the situation was