changeset 1949:8f9c685dfabd

Updated IDs in "health_check" directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:26:44 +0300
parents 25962922969a
children ef22a80a2696
files xml/en/docs/http/ngx_http_upstream_hc_module.xml xml/en/docs/stream/ngx_stream_upstream_hc_module.xml xml/ru/docs/http/ngx_http_upstream_hc_module.xml xml/ru/docs/stream/ngx_stream_upstream_hc_module.xml
diffstat 4 files changed, 22 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_hc_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_hc_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_upstream_hc_module"
         link="/en/docs/http/ngx_http_upstream_hc_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -128,7 +128,7 @@ referenced in the surrounding location.
 The following optional parameters are supported:
 <list type="tag">
 
-<tag-name id="interval">
+<tag-name id="health_check_interval">
 <literal>interval</literal>=<value>time</value>
 </tag-name>
 <tag-desc>
@@ -145,7 +145,7 @@ each health check will be randomly delay
 by default, there is no delay.
 </tag-desc>
 
-<tag-name id="fails">
+<tag-name id="health_check_fails">
 <literal>fails</literal>=<value>number</value>
 </tag-name>
 <tag-desc>
@@ -154,7 +154,7 @@ after which this server will be consider
 by default, 1.
 </tag-desc>
 
-<tag-name id="passes">
+<tag-name id="health_check_passes">
 <literal>passes</literal>=<value>number</value>
 </tag-name>
 <tag-desc>
@@ -163,7 +163,7 @@ after which the server will be considere
 by default, 1.
 </tag-desc>
 
-<tag-name id="uri">
+<tag-name id="health_check_uri">
 <literal>uri</literal>=<value>uri</value>
 </tag-name>
 <tag-desc>
@@ -181,7 +181,7 @@ If the parameter is not specified,
 the server will be initially considered healthy.
 </tag-desc>
 
-<tag-name id="hc_match">
+<tag-name id="health_check_match">
 <literal>match</literal>=<value>name</value>
 </tag-name>
 <tag-desc>
--- a/xml/en/docs/stream/ngx_stream_upstream_hc_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_hc_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_hc_module"
         link="/en/docs/stream/ngx_stream_upstream_hc_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -95,7 +95,7 @@ Enables periodic health checks of the se
 The following optional parameters are supported:
 <list type="tag">
 
-<tag-name id="interval">
+<tag-name id="health_check_interval">
 <literal>interval</literal>=<value>time</value>
 </tag-name>
 <tag-desc>
@@ -112,7 +112,7 @@ each health check will be randomly delay
 by default, there is no delay.
 </tag-desc>
 
-<tag-name id="fails">
+<tag-name id="health_check_fails">
 <literal>fails</literal>=<value>number</value>
 </tag-name>
 <tag-desc>
@@ -121,7 +121,7 @@ after which this server will be consider
 by default, 1.
 </tag-desc>
 
-<tag-name id="passes">
+<tag-name id="health_check_passes">
 <literal>passes</literal>=<value>number</value>
 </tag-name>
 <tag-desc>
@@ -140,7 +140,7 @@ If the parameter is not specified,
 the server will be initially considered healthy.
 </tag-desc>
 
-<tag-name id="hc_match">
+<tag-name id="health_check_match">
 <literal>match</literal>=<value>name</value>
 </tag-name>
 <tag-desc>
--- a/xml/ru/docs/http/ngx_http_upstream_hc_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_hc_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_upstream_hc_module"
         link="/ru/docs/http/ngx_http_upstream_hc_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -128,7 +128,7 @@ http {
 Могут быть заданы следующие необязательные параметры:
 <list type="tag">
 
-<tag-name id="interval">
+<tag-name id="health_check_interval">
 <literal>interval</literal>=<value>время</value>
 </tag-name>
 <tag-desc>
@@ -145,7 +145,7 @@ http {
 по умолчанию задержки нет.
 </tag-desc>
 
-<tag-name id="fails">
+<tag-name id="health_check_fails">
 <literal>fails</literal>=<value>число</value>
 </tag-name>
 <tag-desc>
@@ -154,7 +154,7 @@ http {
 по умолчанию 1.
 </tag-desc>
 
-<tag-name id="passes">
+<tag-name id="health_check_passes">
 <literal>passes</literal>=<value>число</value>
 </tag-name>
 <tag-desc>
@@ -163,7 +163,7 @@ http {
 по умолчанию 1.
 </tag-desc>
 
-<tag-name id="uri">
+<tag-name id="health_check_uri">
 <literal>uri</literal>=<value>uri</value>
 </tag-name>
 <tag-desc>
@@ -181,7 +181,7 @@ http {
 то исходно сервер будет считаться работоспособным.
 </tag-desc>
 
-<tag-name id="hc_match">
+<tag-name id="health_check_match">
 <literal>match</literal>=<value>имя</value>
 </tag-name>
 <tag-desc>
--- a/xml/ru/docs/stream/ngx_stream_upstream_hc_module.xml
+++ b/xml/ru/docs/stream/ngx_stream_upstream_hc_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_upstream_hc_module"
         link="/ru/docs/stream/ngx_stream_upstream_hc_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -95,7 +95,7 @@ server {
 Могут быть заданы следующие необязательные параметры:
 <list type="tag">
 
-<tag-name id="interval">
+<tag-name id="health_check_interval">
 <literal>interval</literal>=<value>время</value>
 </tag-name>
 <tag-desc>
@@ -112,7 +112,7 @@ server {
 по умолчанию задержки нет.
 </tag-desc>
 
-<tag-name id="fails">
+<tag-name id="health_check_fails">
 <literal>fails</literal>=<value>число</value>
 </tag-name>
 <tag-desc>
@@ -121,7 +121,7 @@ server {
 по умолчанию 1.
 </tag-desc>
 
-<tag-name id="passes">
+<tag-name id="health_check_passes">
 <literal>passes</literal>=<value>число</value>
 </tag-name>
 <tag-desc>
@@ -140,7 +140,7 @@ server {
 то исходно сервер будет считаться работоспособным.
 </tag-desc>
 
-<tag-name id="hc_match">
+<tag-name id="health_check_match">
 <literal>match</literal>=<value>имя</value>
 </tag-name>
 <tag-desc>