annotate xml/ru/docs/http/ngx_http_status_module.xml @ 1450:f5b5eefc43cb

Updated commercial docs for the upcoming release.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 09 Apr 2015 19:18:54 +0300
parents f1e14d87d833
children 63f16dda96dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1 <?xml version="1.0"?>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 <!--
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4 Copyright (C) Nginx, Inc.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5 -->
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 <module name="Модуль ngx_http_status_module"
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10 link="/ru/docs/http/ngx_http_status_module.html"
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11 lang="ru"
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
12 rev="5">
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14 <section id="summary">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17 Модуль <literal>ngx_http_status_module</literal> предоставляет
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
18 доступ к информации о состоянии сервера.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
19 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
20
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
21 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22 <note>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
23 Модуль доступен как часть
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24 <commercial_version>коммерческой подписки</commercial_version>.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
25 </note>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
26 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
27
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
28 </section>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
29
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
30
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
31 <section id="example" name="Пример конфигурации">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
32
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34 <example>
1258
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
35 upstream <emphasis>backend</emphasis> {
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
36 <emphasis>zone</emphasis> upstream_backend 64k;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
37
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
38 server backend1.example.com weight=5;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
39 server backend2.example.com;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
40 }
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
41
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
42 proxy_cache_path /data/nginx/cache_backend keys_zone=<emphasis>cache_backend</emphasis>:10m;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
43
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
44 server {
1258
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
45 server_name backend.example.com;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
46
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
47 location / {
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
48 proxy_pass http://backend;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
49 proxy_cache cache_backend;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
50
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
51 health_check;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
52 }
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
53
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
54 <emphasis>status_zone server_backend;</emphasis>
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
55 }
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
56
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
57 server {
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
58 listen 127.0.0.1;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
59
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
60 location /upstream_conf {
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
61 upstream_conf;
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
62 }
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
63
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
64 location /status {
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
65 status;
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
66 }
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
67
1258
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
68 location = /status.html {
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
69 }
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
70 }
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
71 </example>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
72 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
73
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
74 <para>
1258
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
75 Примеры запросов информации о состоянии,
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
76 возможные с данной конфигурацией:
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
77 <example>
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
78 http://127.0.0.1/status
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
79 http://127.0.0.1/status/nginx_version
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
80 http://127.0.0.1/status/caches/cache_backend
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
81 http://127.0.0.1/status/upstreams
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
82 http://127.0.0.1/status/upstreams/backend
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
83 http://127.0.0.1/status/upstreams/backend/1
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
84 http://127.0.0.1/status/upstreams/backend/1/weight
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
85 </example>
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
86 </para>
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
87
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
88 <para>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
89 В составе дистрибутива nginx имеется простая страница мониторинга, доступная
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
90 по запросу “<literal>/status.html</literal>” в стандартной конфигурации.
1258
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
91 Для работы этой страницы требуется настроить location
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
92 “<literal>/status</literal>” и location “<literal>/status.html</literal>”
700487454cf2 Status: documented the query API implementation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
93 как показано выше.
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
94 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
95
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
96 </section>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
97
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
98
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
99 <section id="directives" name="Директивы">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
100
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
101 <directive name="status">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
102 <syntax/>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
103 <default/>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
104 <context>location</context>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
105
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
106 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
107 Информация о состоянии будет доступна из содержащего location.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
108 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
109
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
110 </directive>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
111
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
112
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
113 <directive name="status_format">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
114 <syntax><literal>json</literal></syntax>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
115 <syntax><literal>jsonp</literal> [<value>callback</value>]</syntax>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
116 <default>json</default>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
117 <context>http</context>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
118 <context>server</context>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
119 <context>location</context>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
120
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
121 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
122 По умолчанию информация выводится в формате JSON.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
123 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
124
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
125 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
126 Также данные могут выводиться в формате JSONP.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
127 Параметр <value>callback</value> задаёт имя callback-функции.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
128 Значение может содержать переменные.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
129 Если параметр не задан или вычисленное значение является пустой строкой,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
130 используется имя “<literal>ngx_status_jsonp_callback</literal>”.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
131 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
132
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
133 </directive>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
134
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
135
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
136 <directive name="status_zone">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
137 <syntax><value>зона</value></syntax>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
138 <default/>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
139 <context>server</context>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
140
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
141 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
142 Включает сбор информации о состоянии виртуального
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
143 <link doc="ngx_http_core_module.xml" id="server">сервера</link>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
144 в указанной <value>зоне</value>.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
145 В одной и той же зоне может одновременно собираться информация
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
146 сразу по нескольким виртуальным серверам.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
147 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
148
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
149 </directive>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
150
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
151 </section>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
152
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
153
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
154 <section id="data" name="Данные">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
155
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
156 <para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
157 Доступна следующая информация:
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
158 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
159
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
160 <tag-name id="version"><literal>version</literal></tag-name>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
161 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
162 Версия предоставляемого набора данных.
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
163 Текущей является версия 5.
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
164 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
165
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
166 <tag-name><literal>nginx_version</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
167 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
168 Версия nginx.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
169 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
170
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
171 <tag-name><literal>address</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
172 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
173 Адрес сервера, принявшего запрос получения информации о состоянии.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
174 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
175
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
176 <tag-name id="generation"><literal>generation</literal></tag-name>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
177 <tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
178 Суммарное число
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
179 <link doc="../control.xml" id="reconfiguration">перезагрузок</link>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
180 конфигурации.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
181 </tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
182
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
183 <tag-name id="load_timestamp"><literal>load_timestamp</literal></tag-name>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
184 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
185 Время последней перезагрузки конфигурации, в миллисекундах с начала эпохи.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
186 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
187
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
188 <tag-name><literal>timestamp</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
189 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
190 Текущее время в миллисекундах с начала эпохи.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
191 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
192
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
193 <tag-name id="processes"><literal>processes</literal></tag-name>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
194 <tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
195 <list type="tag">
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
196
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
197 <tag-name id="respawned"><literal>respawned</literal></tag-name>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
198 <tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
199 Суммарное число перезапусков аварийно завершённых
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
200 дочерних процессов.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
201 </tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
202
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
203 </list>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
204 </tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
205
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
206 <tag-name><literal>connections</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
207 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
208 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
209
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
210 <tag-name><literal>accepted</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
211 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
212 Суммарное число принятых клиентских соединений.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
213 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
214
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
215 <tag-name><literal>dropped</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
216 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
217 Суммарное число отвергнутых клиентских соединений.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
218 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
219
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
220 <tag-name><literal>active</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
221 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
222 Текущее число активных клиентских соединений.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
223 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
224
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
225 <tag-name><literal>idle</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
226 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
227 Текущее число бездействующих клиентских соединений.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
228 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
229
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
230 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
231 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
232
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
233 <tag-name><literal>requests</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
234 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
235 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
236
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
237 <tag-name><literal>total</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
238 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
239 Суммарное число клиентских запросов.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
240 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
241
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
242 <tag-name><literal>current</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
243 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
244 Текущее число клиентских запросов.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
245 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
246
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
247 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
248 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
249
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
250 <tag-name id="server_zones"><literal>server_zones</literal></tag-name>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
251 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
252 Для каждой <link id="status_zone"/>:
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
253 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
254
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
255 <tag-name><literal>processing</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
256 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
257 Число обрабатываемых в настоящий момент
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
258 клиентских запросов.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
259 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
260
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
261 <tag-name><literal>requests</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
262 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
263 Суммарное число
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
264 запросов, полученных от клиентов.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
265 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
266
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
267 <tag-name><literal>responses</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
268 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
269 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
270
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
271 <tag-name><literal>total</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
272 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
273 Суммарное число
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
274 ответов, отправленных клиентам.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
275 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
276
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
277 <tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
278 <literal>1xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
279 <literal>2xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
280 <literal>3xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
281 <literal>4xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
282 <literal>5xx</literal>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
283 </tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
284 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
285 Число ответов со статусами 1xx, 2xx, 3xx, 4xx и 5xx.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
286 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
287
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
288 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
289 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
290
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
291 <tag-name><literal>received</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
292 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
293 Суммарное число байт, полученных от клиентов.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
294 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
295
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
296 <tag-name><literal>sent</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
297 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
298 Суммарное число байт, отправленных клиентам.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
299 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
300
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
301 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
302 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
303
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
304 <tag-name id="upstreams"><literal>upstreams</literal></tag-name>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
305 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
306 Для каждого
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
307 <link doc="ngx_http_upstream_module.xml" id="server">сервера</link>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
308 в
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
309 <link doc="ngx_http_upstream_module.xml" id="zone">динамически
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
310 настраиваемой</link>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
311 <link doc="ngx_http_upstream_module.xml" id="upstream">группе</link>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
312 доступны следующие данные:
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
313 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
314
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
315 <tag-name id="id"><literal>id</literal></tag-name>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
316 <tag-desc>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
317 Идентификатор сервера.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
318 </tag-desc>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
319
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
320 <tag-name><literal>server</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
321 <tag-desc>
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
322 <link doc="ngx_http_upstream_module.xml" id="server">Адрес</link>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
323 сервера.
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
324 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
325
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
326 <tag-name><literal>backup</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
327 <tag-desc>
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
328 Логическое значение, означающее, является ли сервер
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
329 <link doc="ngx_http_upstream_module.xml" id="backup">запасным</link>.
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
330 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
331
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
332 <tag-name><literal>weight</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
333 <tag-desc>
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
334 <link doc="ngx_http_upstream_module.xml" id="weight">Вес</link>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
335 сервера.
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
336 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
337
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
338 <tag-name id="state"><literal>state</literal></tag-name>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
339 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
340 Текущее состояние, которое может быть одним из
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
341 “<literal>up</literal>”,
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
342 “<literal>draining</literal>”,
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
343 “<literal>down</literal>”,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
344 “<literal>unavail</literal>”
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
345 или
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
346 “<literal>unhealthy</literal>”.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
347 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
348
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
349 <tag-name><literal>active</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
350 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
351 Текущее число активных соединений.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
352 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
353
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
354 <!--
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
355 <tag-name><literal>keepalive</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
356 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
357 Текущее число бездействующих
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
358 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>-соединений.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
359 </tag-desc>
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
360 -->
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
361
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
362 <tag-name id="max_conns"><literal>max_conns</literal></tag-name>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
363 <tag-desc>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
364 Ограничение <link doc="ngx_http_upstream_module.xml" id="max_conns"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
365 для сервера.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
366 </tag-desc>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
367
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
368 <tag-name><literal>requests</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
369 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
370 Суммарное число
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
371 клиентских запросов, перенаправленных на этот сервер.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
372 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
373
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
374 <tag-name><literal>responses</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
375 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
376 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
377
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
378 <tag-name><literal>total</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
379 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
380 Суммарное число
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
381 ответов, полученных от этого сервера.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
382 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
383
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
384 <tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
385 <literal>1xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
386 <literal>2xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
387 <literal>3xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
388 <literal>4xx</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
389 <literal>5xx</literal>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
390 </tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
391 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
392 Число ответов со статусами 1xx, 2xx, 3xx, 4xx и 5xx.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
393 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
394
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
395 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
396 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
397
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
398 <tag-name><literal>sent</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
399 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
400 Суммарное число байт, отправленных на этот сервер.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
401 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
402
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
403 <tag-name><literal>received</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
404 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
405 Суммарное число байт, полученных с этого сервера.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
406 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
407
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
408 <tag-name><literal>fails</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
409 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
410 Суммарное число
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
411 неудачных попыток работы с этим сервером.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
412 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
413
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
414 <tag-name><literal>unavail</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
415 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
416 Количество раз, когда
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
417 сервер становился недоступным для клиентских запросов
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
418 (состояние “<literal>unavail</literal>”)
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
419 из-за достижения порогового числа неудачных попыток
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
420 <link doc="ngx_http_upstream_module.xml" id="max_fails"/>.
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
421 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
422
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
423 <tag-name><literal>health_checks</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
424 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
425 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
426
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
427 <tag-name><literal>checks</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
428 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
429 Суммарное число запросов
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
430 <link doc="ngx_http_upstream_module.xml" id="health_check">проверки
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
431 работоспособности</link>.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
432 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
433
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
434 <tag-name><literal>fails</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
435 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
436 Число неудачных проверок работоспособности.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
437 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
438
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
439 <tag-name><literal>unhealthy</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
440 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
441 Количество раз, когда
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
442 сервер становился неработоспособным (состояние “<literal>unhealthy</literal>”).
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
443 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
444
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
445 <tag-name><literal>last_passed</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
446 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
447 Логическое значение, означающее, была ли последняя проверка
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
448 работоспособности удачной и удовлетворял ли ответ заданным
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
449 <link doc="ngx_http_upstream_module.xml" id="match">тестам</link>.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
450 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
451
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
452 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
453 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
454
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
455 <tag-name><literal>downtime</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
456 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
457 Суммарное время,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
458 когда сервер находился в состояниях “<literal>unavail</literal>”
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
459 и “<literal>unhealthy</literal>”.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
460 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
461
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
462 <tag-name><literal>downstart</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
463 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
464 Время (в миллисекундах с начала эпохи),
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
465 когда сервер стал
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
466 “<literal>unavail</literal>”
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
467 или “<literal>unhealthy</literal>”.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
468 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
469
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
470 <tag-name id="selected"><literal>selected</literal></tag-name>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
471 <tag-desc>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
472 Время (в миллисекундах с начала эпохи),
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
473 когда сервер в последний раз был выбран для обработки запроса (1.7.5).
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
474 </tag-desc>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
475
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
476 <tag-name id="header_time"><literal>header_time</literal></tag-name>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
477 <tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
478 Среднее время получения
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
479 <link doc="ngx_http_upstream_module.xml" id="var_upstream_header_time">заголовка
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
480 ответа</link> от сервера (1.7.10).
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
481 Поле доступно при использовании метода балансировки
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
482 <link doc="ngx_http_upstream_module.xml" id="least_time"/>.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
483 </tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
484
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
485 <tag-name id="response_time"><literal>response_time</literal></tag-name>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
486 <tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
487 Среднее время получения
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
488 <link doc="ngx_http_upstream_module.xml" id="var_upstream_response_time">всего
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
489 ответа</link> от сервера (1.7.10).
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
490 Поле доступно при использовании метода балансировки
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
491 <link doc="ngx_http_upstream_module.xml" id="least_time"/>.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
492 </tag-desc>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
493
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
494 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
495 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
496
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
497 <tag-name id="caches"><literal>caches</literal></tag-name>
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
498 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
499 Для каждого кэша, сконфигурированного при помощи
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
500 <link doc="ngx_http_proxy_module.xml" id="proxy_cache_path"/>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
501 и аналогичных директив:
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
502 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
503
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
504 <tag-name><literal>size</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
505 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
506 Текущий размер кэша.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
507 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
508
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
509 <tag-name><literal>max_size</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
510 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
511 Ограничение на максимальный размер кэша, заданное в конфигурации.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
512 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
513
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
514 <tag-name><literal>cold</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
515 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
516 Логическое значение, указывающее, продолжается ли загрузка
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
517 данных процессом “cache loader” с диска в кэш.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
518 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
519
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
520 <tag-name>
1284
d3548b46b87f Typo fixed.
Andrei Belov <defan@nginx.com>
parents: 1258
diff changeset
521 <literal>hit</literal>,
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
522 <literal>stale</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
523 <literal>updating</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
524 <literal>revalidated</literal>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
525 </tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
526 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
527 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
528
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
529 <tag-name><literal>responses</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
530 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
531 Суммарное число ответов, прочитанных из кэша (попадания в кэш
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
532 или просроченные ответы вследствие
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
533 <link doc="ngx_http_proxy_module.xml" id="proxy_cache_use_stale"/>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
534 и аналогичных директив).
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
535 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
536
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
537 <tag-name><literal>bytes</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
538 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
539 Суммарное число байт, прочитанных из кэша.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
540 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
541
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
542 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
543 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
544
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
545 <tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
546 <literal>miss</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
547 <literal>expired</literal>,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
548 <literal>bypass</literal>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
549 </tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
550 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
551 <list type="tag">
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
552
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
553 <tag-name><literal>responses</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
554 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
555 Суммарное число ответов, взятых не из кэша (<literal>miss</literal> —
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
556 отсутствие данных в кэше, <literal>expired</literal> — просроченные ответы,
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
557 <literal>bypass</literal> — ответ не был взят из кэша
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
558 вследствие <link doc="ngx_http_proxy_module.xml" id="proxy_cache_bypass"/>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
559 и аналогичных директив).
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
560 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
561
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
562 <tag-name><literal>bytes</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
563 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
564 Суммарное число байт, прочитанных с проксируемого сервера.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
565 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
566
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
567 <tag-name><literal>responses_written</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
568 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
569 Суммарное число ответов, записанных в кэш.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
570 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
571
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
572 <tag-name><literal>bytes_written</literal></tag-name>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
573 <tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
574 Суммарное число байт, записанных в кэш.
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
575 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
576
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
577 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
578 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
579
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
580 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
581 </tag-desc>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
582
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
583 </list>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
584 </para>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
585
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
586 </section>
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
587
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
588 <section id="compatibility" name="Совместимость">
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
589
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
590 <para>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
591 <list type="bullet">
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
592
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
593 <listitem>
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
594 Поле <literal>keepalive</literal> сервера группы
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
595 было удалено в <link id="version">версии</link> 5.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
596 </listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
597
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
598 <listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
599 Поле <link id="generation"/>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
600 было добавлено в <link id="version">версии</link> 5.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
601 </listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
602
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
603 <listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
604 Поле <link id="respawned"/> в
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
605 <link id="processes"/>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
606 было добавлено в <link id="version">версии</link> 5.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
607 </listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
608
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
609 <listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
610 Поля <link id="header_time"/> и <link id="response_time"/> в
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
611 <link id="upstreams"/>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
612 были добавлены в <link id="version">версии</link> 5.
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
613 </listitem>
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
614
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1367
diff changeset
615 <listitem>
1367
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
616 Поле <link id="selected"/> в
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
617 <link id="upstreams"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
618 было добавлено в <link id="version">версии</link> 4.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
619 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
620
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
621 <listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
622 Состояние <link id="state">draining</link> в
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
623 <link id="upstreams"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
624 было добавлено в <link id="version">версии</link> 4.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
625 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
626
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
627 <listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
628 Поля <link id="id"/> и <link id="max_conns"/> в
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
629 <link id="upstreams"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
630 были добавлены в <link id="version">версии</link> 3.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
631 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
632
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
633 <listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
634 Поле <literal>revalidated</literal> в <link id="caches"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
635 было добавлено в <link id="version">версии</link> 3.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
636 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
637
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
638 <listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
639 <link id="server_zones"/>, <link id="caches"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
640 и <link id="load_timestamp"/>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
641 были добавлены в <link id="version">версии</link> 2.
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
642 </listitem>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
643
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
644 </list>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
645 </para>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
646
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
647 </section>
f1e14d87d833 Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1284
diff changeset
648
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
649 </module>