diff xml/en/docs/stream/ngx_stream_upstream_hc_module.xml @ 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
line wrap: on
line diff
--- 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>