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	Fri Mar 24 19:53:23 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 @@
 <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 @@
 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 @@
 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 @@
 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 @@
 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 @@
 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	Fri Mar 24 19:53:23 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 @@
 <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 @@
 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 @@
 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 @@
 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 @@
 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	Fri Mar 24 19:53:23 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 @@
 <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 @@
 Могут быть заданы следующие необязательные параметры:
 <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 @@
 по умолчанию задержки нет.
 </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 @@
 по умолчанию 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 @@
 по умолчанию 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 @@
 то исходно сервер будет считаться работоспособным.
 </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	Fri Mar 24 19:53:23 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 @@
 <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 @@
 Могут быть заданы следующие необязательные параметры:
 <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 @@
 по умолчанию задержки нет.
 </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 @@
 по умолчанию 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 @@
 то исходно сервер будет считаться работоспособным.
 </tag-desc>
 
-<tag-name id="hc_match">
+<tag-name id="health_check_match">
 <literal>match</literal>=<value>имя</value>
 </tag-name>
 <tag-desc>