Hi
I use the delta() function to measure a specific item in Zabbix.
I want to trigger if the item value rose by more than 100 in the last 24 hours, and for that I use delta().
The problem I have is that it also triggers when the value has gone down by more than 100.
Is there a better way to do this?
I use the delta() function to measure a specific item in Zabbix.
I want to trigger if the item value rose by more than 100 in the last 24 hours, and for that I use delta().
Code:
{mysql:mysql.table_count[app.errors].delta(86400)}>100
Is there a better way to do this?

Comment