mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
DOC: typos in tcp-check expect examples
The match keyword 'string' was missing in a few tcp-check expect example statements.
This commit is contained in:
parent
ea849c0cca
commit
a332299ad3
@ -5864,7 +5864,7 @@ option tcp-check
|
|||||||
option tcp-check
|
option tcp-check
|
||||||
tcp-check comment PING\ phase
|
tcp-check comment PING\ phase
|
||||||
tcp-check send PING\r\n
|
tcp-check send PING\r\n
|
||||||
tcp-check expect +PONGe
|
tcp-check expect string +PONG
|
||||||
tcp-check comment role\ check
|
tcp-check comment role\ check
|
||||||
tcp-check send info\ replication\r\n
|
tcp-check send info\ replication\r\n
|
||||||
tcp-check expect string role:master
|
tcp-check expect string role:master
|
||||||
@ -8073,7 +8073,7 @@ tcp-check expect [!] <match> <pattern>
|
|||||||
# look for the redis master server
|
# look for the redis master server
|
||||||
option tcp-check
|
option tcp-check
|
||||||
tcp-check send PING\r\n
|
tcp-check send PING\r\n
|
||||||
tcp-check expect +PONG
|
tcp-check expect string +PONG
|
||||||
tcp-check send info\ replication\r\n
|
tcp-check send info\ replication\r\n
|
||||||
tcp-check expect string role:master
|
tcp-check expect string role:master
|
||||||
tcp-check send QUIT\r\n
|
tcp-check send QUIT\r\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user