Hi, So I'm trying to get in my action message the new value and the last value of the problematic item.
Zabbix version: 5.0
So I configured my message as:
and when the value changing on item, I expect to get:
But I get the new value for both which is {ITEM.VALUE}.
What is going on?
Zabbix version: 5.0
So I configured my message as:
Code:
Old Value: {ITEM.LASTVALUE}
New Value: {ITEM.VALUE}
Code:
Old Value: Value before the problem occured New Value: Value after the problem occured
What is going on?
Comment