]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: mention that default checks are TCP connections
authorPatrick Mézard <pmezard@gmail.com>
Sun, 22 Jan 2012 15:01:22 +0000 (16:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 29 Jan 2012 13:16:25 +0000 (14:16 +0100)
doc/configuration.txt

index 28e733054f8c5a07abc9ec704f33aedf52c7c364..0585b89adc51f1380dd1b4e43a17d707f3fb0842 100644 (file)
@@ -6616,16 +6616,16 @@ backup
 
 check
   This option enables health checks on the server. By default, a server is
-  always considered available. If "check" is set, the server will receive
-  periodic health checks to ensure that it is really able to serve requests.
-  The default address and port to send the tests to are those of the server,
-  and the default source is the same as the one defined in the backend. It is
-  possible to change the address using the "addr" parameter, the port using the
-  "port" parameter, the source address using the "source" address, and the
-  interval and timers using the "inter", "rise" and "fall" parameters. The
-  request method is define in the backend using the "httpchk", "smtpchk",
-  "mysql-check", "pgsql-check" and "ssl-hello-chk" options. Please refer to
-  those options and parameters for more information.
+  always considered available. If "check" is set, the server is available when
+  accepting periodic TCP connections, to ensure that it is really able to serve
+  requests. The default address and port to send the tests to are those of the
+  server, and the default source is the same as the one defined in the
+  backend. It is possible to change the address using the "addr" parameter, the
+  port using the "port" parameter, the source address using the "source"
+  address, and the interval and timers using the "inter", "rise" and "fall"
+  parameters. The request method is define in the backend using the "httpchk",
+  "smtpchk", "mysql-check", "pgsql-check" and "ssl-hello-chk" options. Please
+  refer to those options and parameters for more information.
 
   Supported in default-server: No