comparison xml/en/docs/http/ngx_http_status_module.xml @ 1945:88477c5d2751

Moved "health_check" and "match" to ngx_http_upstream_hc_module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:26:44 +0300
parents 96232cc8a0b7
children 6b6d0e844bf7
comparison
equal deleted inserted replaced
1944:dbf6f05f0808 1945:88477c5d2751
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="14"> 12 rev="15">
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
560 <list type="tag"> 560 <list type="tag">
561 561
562 <tag-name><literal>checks</literal></tag-name> 562 <tag-name><literal>checks</literal></tag-name>
563 <tag-desc> 563 <tag-desc>
564 The total number of 564 The total number of
565 <link doc="ngx_http_upstream_module.xml" id="health_check">health check</link> 565 <link doc="ngx_http_upstream_hc_module.xml" id="health_check">health check</link>
566 requests made. 566 requests made.
567 </tag-desc> 567 </tag-desc>
568 568
569 <tag-name><literal>fails</literal></tag-name> 569 <tag-name><literal>fails</literal></tag-name>
570 <tag-desc> 570 <tag-desc>
579 579
580 <tag-name><literal>last_passed</literal></tag-name> 580 <tag-name><literal>last_passed</literal></tag-name>
581 <tag-desc> 581 <tag-desc>
582 Boolean indicating 582 Boolean indicating
583 if the last health check request was successful and passed 583 if the last health check request was successful and passed
584 <link doc="ngx_http_upstream_module.xml" id="match">tests</link>. 584 <link doc="ngx_http_upstream_hc_module.xml" id="match">tests</link>.
585 </tag-desc> 585 </tag-desc>
586 586
587 </list> 587 </list>
588 </tag-desc> 588 </tag-desc>
589 589