comparison xml/en/docs/http/ngx_http_status_module.xml @ 1947:6b6d0e844bf7

Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 24 Mar 2017 19:48:53 +0300
parents 88477c5d2751
children 5c55b7054b58
comparison
equal deleted inserted replaced
1946:37df1535ea91 1947:6b6d0e844bf7
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_status_module" 9 <module name="Module ngx_http_status_module"
10 link="/en/docs/http/ngx_http_status_module.html" 10 link="/en/docs/http/ngx_http_status_module.html"
11 lang="en" 11 lang="en"
12 rev="15"> 12 rev="16">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_status_module</literal> module provides 17 The <literal>ngx_http_status_module</literal> module provides
959 <list type="tag"> 959 <list type="tag">
960 960
961 <tag-name><literal>checks</literal></tag-name> 961 <tag-name><literal>checks</literal></tag-name>
962 <tag-desc> 962 <tag-desc>
963 The total number of 963 The total number of
964 <link doc="../stream/ngx_stream_upstream_module.xml" id="health_check">health check</link> 964 <link doc="../stream/ngx_stream_upstream_hc_module.xml" id="health_check">health check</link>
965 requests made. 965 requests made.
966 </tag-desc> 966 </tag-desc>
967 967
968 <tag-name><literal>fails</literal></tag-name> 968 <tag-name><literal>fails</literal></tag-name>
969 <tag-desc> 969 <tag-desc>
978 978
979 <tag-name><literal>last_passed</literal></tag-name> 979 <tag-name><literal>last_passed</literal></tag-name>
980 <tag-desc> 980 <tag-desc>
981 Boolean indicating 981 Boolean indicating
982 if the last health check request was successful and passed 982 if the last health check request was successful and passed
983 <link doc="../stream/ngx_stream_upstream_module.xml" id="match">tests</link>. 983 <link doc="../stream/ngx_stream_upstream_hc_module.xml" id="match">tests</link>.
984 </tag-desc> 984 </tag-desc>
985 985
986 </list> 986 </list>
987 </tag-desc> 987 </tag-desc>
988 988