# HG changeset patch # User Yaroslav Zhuravlev # Date 1490898404 -10800 # Node ID ef22a80a26962a5305eed463cb3688bc2efea960 # Parent 8f9c685dfabdd3047b2e3ed18cc4a9f15bae167a Described the "checking" state in "health_check mandatory" diff -r 8f9c685dfabd -r ef22a80a2696 xml/en/docs/http/ngx_http_upstream_hc_module.xml --- a/xml/en/docs/http/ngx_http_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 @@ -9,7 +9,7 @@ + rev="4">
@@ -177,6 +177,7 @@ sets the initial “checking” state for a server until the first health check is completed (1.11.7). +Client requests are not passed to servers in the “checking” state. If the parameter is not specified, the server will be initially considered healthy. diff -r 8f9c685dfabd -r ef22a80a2696 xml/en/docs/stream/ngx_stream_upstream_hc_module.xml --- a/xml/en/docs/stream/ngx_stream_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 +++ b/xml/en/docs/stream/ngx_stream_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 @@ -9,7 +9,7 @@ + rev="4">
@@ -136,6 +136,7 @@ sets the initial “checking” state for a server until the first health check is completed (1.11.7). +Client connections are not passed to servers in the “checking” state. If the parameter is not specified, the server will be initially considered healthy. diff -r 8f9c685dfabd -r ef22a80a2696 xml/ru/docs/http/ngx_http_upstream_hc_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 @@ -9,7 +9,7 @@ + rev="4">
@@ -177,6 +177,7 @@ устанавливает исходное состояние “checking” для сервера до завершения первой проверки работоспособности (1.11.7). +На серверы в состоянии “checking” клиентские запросы передаваться не будут. Если параметр не указан, то исходно сервер будет считаться работоспособным. diff -r 8f9c685dfabd -r ef22a80a2696 xml/ru/docs/stream/ngx_stream_upstream_hc_module.xml --- a/xml/ru/docs/stream/ngx_stream_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 +++ b/xml/ru/docs/stream/ngx_stream_upstream_hc_module.xml Thu Mar 30 21:26:44 2017 +0300 @@ -9,7 +9,7 @@ + rev="4">
@@ -136,6 +136,7 @@ устанавливает исходное состояние “checking” для сервера до завершения первой проверки работоспособности (1.11.7). +На серверы в состоянии “checking” клиентские соединения передаваться не будут. Если параметр не указан, то исходно сервер будет считаться работоспособным.