ncc.zabbix_templates

Yohn Y. 2023-10-17 Parent:143ba793d077 Child:0caa9b17e6f5

6:f2c4927978a9 Go to Latest

ncc.zabbix_templates/HTTP/zbx_export_templates.yaml

* Новый тип сообщений, которому нечего делать в zabbix

History
1 zabbix_export:
2 version: '6.0'
3 date: '2023-09-30T19:28:07Z'
4 groups:
5 - uuid: 22941f4e01294888a9bed3aae15f6ef9
6 name: Templates/AWNET
7 templates:
8 - uuid: c40bb45aea654661ad8d08af056cc7fd
9 template: 'Monitoring HTTP AWNET'
10 name: 'Мониторинг HTTP AWNET'
11 groups:
12 - name: Templates/AWNET
13 items:
14 - uuid: 0c18593e50564c28b81f1670e1b926ca
15 name: 'Потеря пакетов'
16 type: SIMPLE
17 key: 'icmppingloss["{HOST.CONN}",100,700,1000,5000]'
18 value_type: FLOAT
19 tags:
20 - tag: Application
21 value: Доступность
22 - tag: Proto
23 value: ICMP
24 triggers:
25 - uuid: e4a815685f5a4d2386d81cc3d9080d15
26 expression: 'last(/Monitoring HTTP AWNET/icmppingloss["{HOST.CONN}",100,700,1000,5000])>50'
27 name: 'Большой уровень потерь пакетов'
28 priority: HIGH
29 dependencies:
30 - name: 'Потеря сетевой связности с сервисом'
31 expression: 'last(/Monitoring HTTP AWNET/icmppingsec["{HOST.CONN}",10,700,1000,5000,max])=0 or last(/Monitoring HTTP AWNET/icmppingsec["{HOST.CONN}",10,700,1000,5000,min])=0'
32 - uuid: 74f3b5e5a64d44a793ca7274c05f657a
33 expression: 'last(/Monitoring HTTP AWNET/icmppingloss["{HOST.CONN}",100,700,1000,5000])>30'
34 name: 'Плохая связность с сервисом'
35 priority: AVERAGE
36 dependencies:
37 - name: 'Большой уровень потерь пакетов'
38 expression: 'last(/Monitoring HTTP AWNET/icmppingloss["{HOST.CONN}",100,700,1000,5000])>50'
39 tags:
40 - tag: Application
41 value: Доступность
42 - uuid: b29a8e52cc3444d28c53a53f12970d15
43 name: 'Максимальная сетевая задержка сервиса'
44 type: SIMPLE
45 key: 'icmppingsec["{HOST.CONN}",10,700,1000,5000,max]'
46 value_type: FLOAT
47 units: s
48 tags:
49 - tag: Proto
50 value: ICMP
51 triggers:
52 - uuid: 98f8f82c16a04dd49e3b9edacfb484a4
53 expression: 'last(/Monitoring HTTP AWNET/icmppingsec["{HOST.CONN}",10,700,1000,5000,max])>"200ms"'
54 name: 'Больная сетевая задержка при доступе к сервису'
55 priority: AVERAGE
56 dependencies:
57 - name: 'Большой уровень потерь пакетов'
58 expression: 'last(/Monitoring HTTP AWNET/icmppingloss["{HOST.CONN}",100,700,1000,5000])>50'
59 tags:
60 - tag: Application
61 value: Доступность
62 - uuid: dd7ae5e67efe43f2a47b437d232079cb
63 name: 'Минимальная сетевая задержка сервиса'
64 type: SIMPLE
65 key: 'icmppingsec["{HOST.CONN}",10,700,1000,5000,min]'
66 value_type: FLOAT
67 units: s
68 tags:
69 - tag: Proto
70 value: ICMP
71 - uuid: 8a682b9de14249d196886de1f6c4aace
72 name: 'Время доступа к сервису - вторичный порт'
73 type: SIMPLE
74 key: 'net.tcp.service.perf[tcp,"{HOST.CONN}","{$AW.HTTP.PORT_EX}"]'
75 value_type: FLOAT
76 units: s
77 tags:
78 - tag: Proto
79 value: HTTP
80 - tag: SubProto
81 value: TLS
82 triggers:
83 - uuid: 169c70370d5a41e18827d52de8706d36
84 expression: 'last(/Monitoring HTTP AWNET/net.tcp.service.perf[tcp,"{HOST.CONN}","{$AW.HTTP.PORT_EX}"])=0'
85 name: 'Сервис не доступен - вторичный порт'
86 priority: HIGH
87 tags:
88 - tag: Application
89 value: Доступность
90 - uuid: d276f7bdf45b45c18fd5e6dcd2d72b26
91 name: 'Время доступа к сервису'
92 type: SIMPLE
93 key: 'net.tcp.service.perf[tcp,"{HOST.CONN}","{$AW.HTTP.PORT}"]'
94 value_type: FLOAT
95 units: s
96 tags:
97 - tag: Proto
98 value: HTTP
99 - tag: SubProto
100 value: PLAIN
101 triggers:
102 - uuid: 3f26d6ca37c6486a8967901bc466e5b2
103 expression: 'last(/Monitoring HTTP AWNET/net.tcp.service.perf[tcp,"{HOST.CONN}","{$AW.HTTP.PORT}"])=0'
104 name: 'Сервис не доступен'
105 priority: HIGH
106 tags:
107 - tag: Application
108 value: Доступность
109 httptests:
110 - uuid: da4b90b9053a43f195553c0a6634409b
111 name: 'Основная проверка'
112 agent: '{$AW.HTTP.AGENT_NAME}'
113 steps:
114 - name: 'Запрос страницы проверки'
115 url: '{$AW.HTTP.SCHEMA}://{HOST.CONN}:{$AW.HTTP.PORT}{$AW.HTTP.TEST_URL}'
116 follow_redirects: 'NO'
117 status_codes: '{$AW.HTTP.HTTP_CHECK_RESPONSE_CODE}'
118 tags:
119 - tag: ChackType
120 value: Основная
121 - tag: Proto
122 value: HTTP
123 macros:
124 - macro: '{$AW.HTTP.AGENT_NAME}'
125 value: AWNET.ZABBIX
126 description: 'Имя клиента для проверки'
127 - macro: '{$AW.HTTP.HTTP_CHECK_RESPONSE_CODE}'
128 value: '200'
129 description: 'Статус код проверочного ссайта'
130 - macro: '{$AW.HTTP.PORT}'
131 value: '443'
132 description: 'Основной порт сайта'
133 - macro: '{$AW.HTTP.PORT_EX}'
134 value: '80'
135 description: 'Дополнительный порт, с него например могут идти перенаправления или там развёрнута система мониторинга сайта'
136 - macro: '{$AW.HTTP.SCHEMA}'
137 value: https
138 description: 'Основная адресная схема сайта'
139 - macro: '{$AW.HTTP.TEST_URL}'
140 value: /
141 description: 'URL для тестирования'
142 - uuid: 0f6efdd37f094f65bf3c53fd6f1f551c
143 template: 'Monitoring HTTP AWNET - PHP'
144 name: 'Мониторинг HTTP AWNET - PHP'
145 templates:
146 - name: 'Monitoring HTTP AWNET'
147 groups:
148 - name: Templates/AWNET
149 items:
150 - uuid: 1c50367c783a44ae928e584aedc02b33
151 name: 'PHP-FPM: Accepted connections per second'
152 type: DEPENDENT
153 key: php-fpm.conn_accepted.rate
154 delay: '0'
155 history: 7d
156 value_type: FLOAT
157 description: 'The number of accepted requests per second.'
158 preprocessing:
159 - type: JSONPATH
160 parameters:
161 - '$.[''accepted conn'']'
162 - type: CHANGE_PER_SECOND
163 parameters:
164 - ''
165 master_item:
166 key: php-fpm.get_status
167 tags:
168 - tag: Application
169 value: PHP-FPM
170 - uuid: 9cc132b46638463da970001ae4c85159
171 name: 'PHP-FPM: Get ping page'
172 type: HTTP_AGENT
173 key: php-fpm.get_ping
174 history: '0'
175 trends: '0'
176 value_type: TEXT
177 url: '{$PHP_FPM.SCHEME}://{HOST.CONN}:{$AW.HTTP.PORT_EX}{$PHP_FPM.PING.PAGE}'
178 retrieve_mode: BOTH
179 tags:
180 - tag: Application
181 value: 'Zabbix raw items'
182 - uuid: 95f0f1fda78c49038802375a232fe539
183 name: 'PHP-FPM: Get status page'
184 type: HTTP_AGENT
185 key: php-fpm.get_status
186 history: '0'
187 trends: '0'
188 value_type: TEXT
189 url: '{$PHP_FPM.SCHEME}://{HOST.CONN}:{$AW.HTTP.PORT_EX}{$PHP_FPM.STATUS.PAGE}?json'
190 tags:
191 - tag: Application
192 value: 'Zabbix raw items'
193 - uuid: 71b9110791e34264bb707e1aeb0032f9
194 name: 'PHP-FPM: Listen queue'
195 type: DEPENDENT
196 key: php-fpm.listen_queue
197 delay: '0'
198 history: 7d
199 description: 'The current number of connections that have been initiated, but not yet accepted.'
200 preprocessing:
201 - type: JSONPATH
202 parameters:
203 - '$.[''listen queue'']'
204 master_item:
205 key: php-fpm.get_status
206 tags:
207 - tag: Application
208 value: PHP-FPM
209 - uuid: 95bba027ff08422ebfeef4b664e7d9ba
210 name: 'PHP-FPM: Listen queue, len'
211 type: DEPENDENT
212 key: php-fpm.listen_queue_len
213 delay: '0'
214 history: 7d
215 description: 'Size of the socket queue of pending connections.'
216 preprocessing:
217 - type: JSONPATH
218 parameters:
219 - '$.[''listen queue len'']'
220 master_item:
221 key: php-fpm.get_status
222 tags:
223 - tag: Application
224 value: PHP-FPM
225 - uuid: 3abbb29d356c4191b84dec5cc227cc5e
226 name: 'PHP-FPM: Listen queue, max'
227 type: DEPENDENT
228 key: php-fpm.listen_queue_max
229 delay: '0'
230 history: 7d
231 description: 'The maximum number of requests in the queue of pending connections since this FPM pool has started.'
232 preprocessing:
233 - type: JSONPATH
234 parameters:
235 - '$.[''max listen queue'']'
236 master_item:
237 key: php-fpm.get_status
238 tags:
239 - tag: Application
240 value: PHP-FPM
241 - uuid: 9c0a29e0da454a0bb43ca71dd33ba668
242 name: 'PHP-FPM: Queue usage'
243 type: CALCULATED
244 key: php-fpm.listen_queue_usage
245 history: 7d
246 value_type: FLOAT
247 units: '%'
248 params: 'last(//php-fpm.listen_queue)/(last(//php-fpm.listen_queue_len)+(last(//php-fpm.listen_queue_len)=0))*100'
249 description: 'Queue utilization'
250 tags:
251 - tag: Application
252 value: PHP-FPM
253 triggers:
254 - uuid: b4dbc689bd8f499b8f1dc5e94ddf0b04
255 expression: 'min(/Monitoring HTTP AWNET - PHP/php-fpm.listen_queue_usage,15m) > {$PHP_FPM.QUEUE.WARN.MAX}'
256 name: 'PHP-FPM: Queue utilization is high (over {$PHP_FPM.QUEUE.WARN.MAX}% for 15m)'
257 priority: WARNING
258 description: 'The queue for this pool reached {$PHP_FPM.QUEUE.WARN.MAX}% of its maximum capacity. Items in queue represent the current number of connections that have been initiated on this pool, but not yet accepted.'
259 - uuid: 047799c9fe31465ba3e450ae81cbb755
260 name: 'PHP-FPM: Max children reached'
261 type: DEPENDENT
262 key: php-fpm.max_children
263 delay: '0'
264 history: 7d
265 description: 'The number of times that pm.max_children has been reached since the php-fpm pool started'
266 preprocessing:
267 - type: JSONPATH
268 parameters:
269 - '$.[''max children reached'']'
270 - type: SIMPLE_CHANGE
271 parameters:
272 - ''
273 master_item:
274 key: php-fpm.get_status
275 tags:
276 - tag: Application
277 value: PHP-FPM
278 - uuid: 6c65341ed101462d89f6ef4eaf3fac6e
279 name: 'PHP-FPM: Pool name'
280 type: DEPENDENT
281 key: php-fpm.name
282 delay: '0'
283 history: 7d
284 trends: '0'
285 value_type: CHAR
286 description: 'The name of current pool.'
287 preprocessing:
288 - type: JSONPATH
289 parameters:
290 - $.pool
291 - type: DISCARD_UNCHANGED_HEARTBEAT
292 parameters:
293 - 3h
294 master_item:
295 key: php-fpm.get_status
296 tags:
297 - tag: Application
298 value: PHP-FPM
299 - uuid: d55bd360ac85416aa4a2c9fd233c7076
300 name: 'PHP-FPM: Ping'
301 type: DEPENDENT
302 key: php-fpm.ping
303 delay: '0'
304 history: 7d
305 preprocessing:
306 - type: REGEX
307 parameters:
308 - '{$PHP_FPM.PING.REPLY}($|\n)'
309 - '1'
310 error_handler: CUSTOM_VALUE
311 error_handler_params: '0'
312 master_item:
313 key: php-fpm.get_ping
314 tags:
315 - tag: Application
316 value: PHP-FPM
317 triggers:
318 - uuid: a2cbca03ee18478cba2771ceed2eb3cc
319 expression: 'last(/Monitoring HTTP AWNET - PHP/php-fpm.ping)=0 or nodata(/Monitoring HTTP AWNET - PHP/php-fpm.ping,3m)=1'
320 name: 'PHP-FPM: Service is down'
321 priority: HIGH
322 manual_close: 'YES'
323 - uuid: 3f4b713fd09c40fabd843f19ce78dac4
324 name: 'PHP-FPM: Processes, active'
325 type: DEPENDENT
326 key: php-fpm.processes_active
327 delay: '0'
328 history: 7d
329 description: 'The total number of active processes.'
330 preprocessing:
331 - type: JSONPATH
332 parameters:
333 - '$.[''active processes'']'
334 master_item:
335 key: php-fpm.get_status
336 tags:
337 - tag: Application
338 value: PHP-FPM
339 - uuid: 48f6cbea84a849f498d6e834960da817
340 name: 'PHP-FPM: Processes, idle'
341 type: DEPENDENT
342 key: php-fpm.processes_idle
343 delay: '0'
344 history: 7d
345 description: 'The total number of idle processes.'
346 preprocessing:
347 - type: JSONPATH
348 parameters:
349 - '$.[''idle processes'']'
350 master_item:
351 key: php-fpm.get_status
352 tags:
353 - tag: Application
354 value: PHP-FPM
355 - uuid: e60f966ef0d3496188054307d963583e
356 name: 'PHP-FPM: Processes, max active'
357 type: DEPENDENT
358 key: php-fpm.processes_max_active
359 delay: '0'
360 history: 7d
361 description: 'The highest value that ''active processes'' has reached since the php-fpm server started.'
362 preprocessing:
363 - type: JSONPATH
364 parameters:
365 - '$.[''max active processes'']'
366 master_item:
367 key: php-fpm.get_status
368 tags:
369 - tag: Application
370 value: PHP-FPM
371 - uuid: eca836fc846b4140bfb8a7dcd77f2a6b
372 name: 'PHP-FPM: Processes, total'
373 type: DEPENDENT
374 key: php-fpm.processes_total
375 delay: '0'
376 history: 7d
377 description: 'The total number of server processes currently running.'
378 preprocessing:
379 - type: JSONPATH
380 parameters:
381 - '$.[''total processes'']'
382 master_item:
383 key: php-fpm.get_status
384 tags:
385 - tag: Application
386 value: PHP-FPM
387 - uuid: 8f0bc115b7a94021a56d82858cc020cd
388 name: 'PHP-FPM: Process manager'
389 type: DEPENDENT
390 key: php-fpm.process_manager
391 delay: '0'
392 history: 7d
393 trends: '0'
394 value_type: CHAR
395 description: 'The method used by the process manager to control the number of child processes for this pool.'
396 preprocessing:
397 - type: JSONPATH
398 parameters:
399 - '$.[''process manager'']'
400 - type: DISCARD_UNCHANGED_HEARTBEAT
401 parameters:
402 - 3h
403 master_item:
404 key: php-fpm.get_status
405 tags:
406 - tag: Application
407 value: PHP-FPM
408 triggers:
409 - uuid: 5303f276e90746dba1909c6a8d24455e
410 expression: 'last(/Monitoring HTTP AWNET - PHP/php-fpm.process_manager,#1)<>last(/Monitoring HTTP AWNET - PHP/php-fpm.process_manager,#2)'
411 name: 'PHP-FPM: Manager changed (new value received: {ITEM.VALUE})'
412 priority: INFO
413 description: 'PHP-FPM manager changed. Ack to close.'
414 manual_close: 'YES'
415 - uuid: d362245503f4424e8a794bc2374a6f93
416 name: 'PHP-FPM: Slow requests'
417 type: DEPENDENT
418 key: php-fpm.slow_requests
419 delay: '0'
420 history: 7d
421 description: 'The number of requests that exceeded your request_slowlog_timeout value.'
422 preprocessing:
423 - type: JSONPATH
424 parameters:
425 - '$.[''slow requests'']'
426 - type: SIMPLE_CHANGE
427 parameters:
428 - ''
429 master_item:
430 key: php-fpm.get_status
431 tags:
432 - tag: Application
433 value: PHP-FPM
434 triggers:
435 - uuid: 97c7a387c57245a6a9a4a23f3fb3ef58
436 expression: 'min(/Monitoring HTTP AWNET - PHP/php-fpm.slow_requests,#3)>0'
437 name: 'PHP-FPM: Detected slow requests'
438 priority: WARNING
439 description: 'PHP-FPM detected slow request. A slow request means that it took more time to execute than expected (defined in the configuration of your pool).'
440 - uuid: bed55b93e18041c8ad623ee4c9895f1f
441 name: 'PHP-FPM: Start time'
442 type: DEPENDENT
443 key: php-fpm.start_time
444 delay: '0'
445 history: 7d
446 units: unixtime
447 description: 'The time when this pool was started.'
448 preprocessing:
449 - type: JSONPATH
450 parameters:
451 - '$.[''start time'']'
452 master_item:
453 key: php-fpm.get_status
454 tags:
455 - tag: Application
456 value: PHP-FPM
457 - uuid: e8fdb88860454b6cb9a0f78f57838cd3
458 name: 'PHP-FPM: Uptime'
459 type: DEPENDENT
460 key: php-fpm.uptime
461 delay: '0'
462 history: 7d
463 units: s
464 description: 'How long has this pool been running.'
465 preprocessing:
466 - type: JSONPATH
467 parameters:
468 - '$.[''start since'']'
469 master_item:
470 key: php-fpm.get_status
471 tags:
472 - tag: Application
473 value: PHP-FPM
474 triggers:
475 - uuid: cb7285bc9a4a473a909354c9b9dabce4
476 expression: 'nodata(/Monitoring HTTP AWNET - PHP/php-fpm.uptime,30m)=1'
477 name: 'PHP-FPM: Failed to fetch info data (or no data for 30m)'
478 priority: INFO
479 description: 'Zabbix has not received data for items for the last 30 minutes'
480 manual_close: 'YES'
481 dependencies:
482 - name: 'PHP-FPM: Service is down'
483 expression: 'last(/Monitoring HTTP AWNET - PHP/php-fpm.ping)=0 or nodata(/Monitoring HTTP AWNET - PHP/php-fpm.ping,3m)=1'
484 - uuid: 81a7e762da1e4c56841206a60940c123
485 expression: 'last(/Monitoring HTTP AWNET - PHP/php-fpm.uptime)<10m'
486 name: 'PHP-FPM: has been restarted (uptime < 10m)'
487 priority: INFO
488 description: 'Uptime is less than 10 minutes'
489 manual_close: 'YES'
490 - uuid: 7f6ef0a370074296972af02183ea9551
491 name: 'PHP-FPM: Version'
492 type: DEPENDENT
493 key: php-fpm.version
494 delay: '0'
495 history: 7d
496 trends: '0'
497 value_type: CHAR
498 description: 'Current version PHP. Get from HTTP-Header "X-Powered-By" and may not work if you change default HTTP-headers.'
499 preprocessing:
500 - type: REGEX
501 parameters:
502 - '^[.\s\S]*X-Powered-By: PHP/([.\d]{1,})'
503 - \1
504 error_handler: DISCARD_VALUE
505 - type: DISCARD_UNCHANGED_HEARTBEAT
506 parameters:
507 - 3h
508 master_item:
509 key: php-fpm.get_ping
510 tags:
511 - tag: Application
512 value: PHP-FPM
513 triggers:
514 - uuid: ce0882caba9b4b8a8ab5d8b119713757
515 expression: 'last(/Monitoring HTTP AWNET - PHP/php-fpm.version,#1)<>last(/Monitoring HTTP AWNET - PHP/php-fpm.version,#2) and length(last(/Monitoring HTTP AWNET - PHP/php-fpm.version))>0'
516 name: 'PHP-FPM: Version has changed (new version: {ITEM.VALUE})'
517 priority: INFO
518 description: 'PHP-FPM version has changed. Ack to close.'
519 manual_close: 'YES'
520 macros:
521 - macro: '{$PHP_FPM.PING.PAGE}'
522 value: /php_ping
523 - macro: '{$PHP_FPM.PING.REPLY}'
524 value: pong
525 - macro: '{$PHP_FPM.QUEUE.WARN.MAX}'
526 value: '50'
527 - macro: '{$PHP_FPM.SCHEME}'
528 value: http
529 - macro: '{$PHP_FPM.STATUS.PAGE}'
530 value: /php_status
531 triggers:
532 - uuid: 963920735f48419eb8894454bf7f9806
533 expression: 'last(/Monitoring HTTP AWNET/web.test.fail[Основная проверка])<>0 and (length(last(/Monitoring HTTP AWNET/web.test.error[Основная проверка]))=0 or length(last(/Monitoring HTTP AWNET/web.test.error[Основная проверка]))<>0)'
534 name: 'Ошибка сервиса'
535 opdata: 'Ошибка: {ITEM.VALUE2}'
536 priority: HIGH
537 dependencies:
538 - name: 'Сервис не доступен'
539 expression: 'last(/Monitoring HTTP AWNET/net.tcp.service.perf[tcp,"{HOST.CONN}","{$AW.HTTP.PORT}"])=0'
540 tags:
541 - tag: Application
542 value: Доступность
543 - uuid: 7902643a93f84303b7df08b3fd9634a3
544 expression: 'last(/Monitoring HTTP AWNET/icmppingsec["{HOST.CONN}",10,700,1000,5000,max])=0 or last(/Monitoring HTTP AWNET/icmppingsec["{HOST.CONN}",10,700,1000,5000,min])=0'
545 name: 'Потеря сетевой связности с сервисом'
546 priority: HIGH
547 tags:
548 - tag: Application
549 value: Доступность
550 graphs:
551 - uuid: ee0d4a5ec50c4ce09275e9b214311338
552 name: 'PHP-FPM: Process'
553 graph_items:
554 - color: 1A7C11
555 item:
556 host: 'Monitoring HTTP AWNET - PHP'
557 key: php-fpm.processes_max_active
558 - sortorder: '1'
559 color: 2774A4
560 item:
561 host: 'Monitoring HTTP AWNET - PHP'
562 key: php-fpm.processes_idle
563 - sortorder: '2'
564 color: F63100
565 item:
566 host: 'Monitoring HTTP AWNET - PHP'
567 key: php-fpm.processes_total
568 - sortorder: '3'
569 color: A54F10
570 item:
571 host: 'Monitoring HTTP AWNET - PHP'
572 key: php-fpm.processes_active
573 - uuid: 14dc2b1cb210498aa0f912d0316f4799
574 name: 'PHP-FPM: Queue'
575 graph_items:
576 - color: 1A7C11
577 item:
578 host: 'Monitoring HTTP AWNET - PHP'
579 key: php-fpm.listen_queue_len
580 - sortorder: '1'
581 color: 2774A4
582 item:
583 host: 'Monitoring HTTP AWNET - PHP'
584 key: php-fpm.listen_queue
585 - sortorder: '2'
586 color: F63100
587 item:
588 host: 'Monitoring HTTP AWNET - PHP'
589 key: php-fpm.listen_queue_max
590 - uuid: 1e7b8c02fbf341379c938e24e3196574
591 name: 'Время доступа к сервису'
592 graph_items:
593 - color: 1A7C11
594 calc_fnc: ALL
595 item:
596 host: 'Monitoring HTTP AWNET'
597 key: 'net.tcp.service.perf[tcp,"{HOST.CONN}","{$AW.HTTP.PORT}"]'
598 - sortorder: '1'
599 color: '274482'
600 calc_fnc: ALL
601 item:
602 host: 'Monitoring HTTP AWNET'
603 key: 'icmppingsec["{HOST.CONN}",10,700,1000,5000,max]'
604 - sortorder: '2'
605 color: F63100
606 calc_fnc: ALL
607 item:
608 host: 'Monitoring HTTP AWNET'
609 key: 'icmppingsec["{HOST.CONN}",10,700,1000,5000,min]'
610 - sortorder: '3'
611 color: 2774A4
612 yaxisside: RIGHT
613 calc_fnc: ALL
614 item:
615 host: 'Monitoring HTTP AWNET'
616 key: 'web.test.time[Основная проверка,Запрос страницы проверки,resp]'