This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_zabbix [2025/11/27 08:25] val [Создание своих шаблонов] |
сервис_zabbix [2026/02/11 11:58] (current) val [Вычисляемые элементы] |
||
|---|---|---|---|
| Line 695: | Line 695: | ||
| </code> | </code> | ||
| ==== Вычисляемые элементы ==== | ==== Вычисляемые элементы ==== | ||
| + | |||
| + | * [[https://www.zabbix.com/documentation/current/en/manual/config/items/itemtypes/calculated/aggregate]] | ||
| <code> | <code> | ||
| Line 723: | Line 725: | ||
| last(openvpn1:openvpn.server.clients)+last(openvpn2:openvpn.server.clients)+last(openvpn3:openvpn.server.clients) | last(openvpn1:openvpn.server.clients)+last(openvpn2:openvpn.server.clients)+last(openvpn3:openvpn.server.clients) | ||
| + | #--------------------- | ||
| + | |||
| + | sum(last_foreach(/*/active_meetings.sh["{HOST.CONN}"]?[group="webinars"])) | ||
| </code> | </code> | ||
| + | |||
| + | |||
| + | |||
| ==== Web сценарии ==== | ==== Web сценарии ==== | ||