mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-16 19:09:19 -04:00
DOC: config: fix monitor-fail typo
monitor-fail doesn't exist, but it was mentionned in the documentation. Fixing it with "monitor fail" instead.
This commit is contained in:
parent
8b2152181c
commit
f4bf84f33f
1 changed files with 1 additions and 1 deletions
|
|
@ -19177,7 +19177,7 @@ xxh64([<seed>])
|
|||
|
||||
A first set of sample fetch methods applies to internal information which does
|
||||
not even relate to any client information. These ones are sometimes used with
|
||||
"monitor-fail" directives to report an internal status to external watchers.
|
||||
"monitor fail" directives to report an internal status to external watchers.
|
||||
The sample fetch methods described in this section are usable anywhere.
|
||||
|
||||
Summary of sample fetch methods in this section and their respective types:
|
||||
|
|
|
|||
Loading…
Reference in a new issue