I want to monitor when a value changes (LTE Cell ID) and generate a message telling me what it was and what it is.
So I create a trigger as :
And then set the trigger name to be:
But it doesn't work... The message always shows the same value for both numbers.
What am I doing wrong? I thought the message text was static once it had been generated?
Zabbix 6.2
So I create a trigger as :
Code:
last(/10.55.11.106/mtxrLTEModemEnbId.[2])<>last(/10.55.11.106/mtxrLTEModemEnbId.[2],#2)
Code:
Roamed - Cell ID changed now {ITEM.VALUE1} was {ITEM.VALUE2},
Code:
Roamed Cell ID changed now 22074 was 22074
Zabbix 6.2
Comment