Tag:
calculated items

Handy Tips #3: 6 ways how the new expression syntax simplifies the life of Zabbix administrators
August 31, 2021
Handy Tips
Zabbix 5.4 has introduced a new unified syntax for trigger expressions and calculated items (including aggregate calculations). Discover what has changed and why the new syntax is better. Trigger expressions in Zabbix are used to define problem thresholds. An example of the old syntax: {<host>:<key>.<function>(<parameter>)}<operator><constant> Since Zabbix 5.4 the syntax of the trigger formula has […]

Zabbix Monitoring With Calculated Items Explained
April 16, 2020
How To
With calculated items, you can create calculations based on other items. The values will be periodically calculated based on an arithmetical expression and done by the Zabbix server – nothing is performed on Zabbix agents or proxies.