mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-29 16:12:10 +00:00
DOC: move option pgsql-check to the correct place
This one was not alphabetically sorted.
This commit is contained in:
parent
b908befdae
commit
0c1228244d
@ -4305,20 +4305,6 @@ option mysql-check [ user <username> ]
|
||||
|
||||
See also: "option httpchk"
|
||||
|
||||
option pgsql-check [ user <username> ]
|
||||
Use PostgreSQL health checks for server testing
|
||||
May be used in sections : defaults | frontend | listen | backend
|
||||
yes | no | yes | yes
|
||||
Arguments :
|
||||
<username> This is the username which will be used when connecting to
|
||||
PostgreSQL server.
|
||||
|
||||
The check sends a PostgreSQL StartupMessage and waits for either
|
||||
Authentication request or ErrorResponse message. It is a basic but useful
|
||||
test which does not produce error nor aborted connect on the server.
|
||||
This check is identical with the "mysql-check".
|
||||
|
||||
See also: "option httpchk"
|
||||
|
||||
option nolinger
|
||||
no option nolinger
|
||||
@ -4437,6 +4423,22 @@ no option persist
|
||||
See also : "option redispatch", "retries", "force-persist"
|
||||
|
||||
|
||||
option pgsql-check [ user <username> ]
|
||||
Use PostgreSQL health checks for server testing
|
||||
May be used in sections : defaults | frontend | listen | backend
|
||||
yes | no | yes | yes
|
||||
Arguments :
|
||||
<username> This is the username which will be used when connecting to
|
||||
PostgreSQL server.
|
||||
|
||||
The check sends a PostgreSQL StartupMessage and waits for either
|
||||
Authentication request or ErrorResponse message. It is a basic but useful
|
||||
test which does not produce error nor aborted connect on the server.
|
||||
This check is identical with the "mysql-check".
|
||||
|
||||
See also: "option httpchk"
|
||||
|
||||
|
||||
option redispatch
|
||||
no option redispatch
|
||||
Enable or disable session redistribution in case of connection failure
|
||||
|
Loading…
Reference in New Issue
Block a user