DOC: agent-check: fix typo in "fail" word expected reply
authorWilliam Dauchy <w.dauchy@criteo.com>
Sat, 26 Sep 2020 11:35:51 +0000 (13:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Sep 2020 05:15:04 +0000 (07:15 +0200)
`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 <w.dauchy@criteo.com>
(cherry picked from commit f8e795ca04a2e89b801c40843b1b79fd97251606)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit df223005a3f61d19c140e8bffbb17ec8507cc486)
Signed-off-by: Willy Tarreau <w@1wt.eu>

doc/configuration.txt

index 883e449..5b95f74 100644 (file)
@@ -11469,7 +11469,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