Hello, i am having very strange problems with triggers. I think is a some sort of Bug. Sure you can help me.
I take an example from the last case that happened to me today.
In the screenshot Trigger.png Zabbix trigger an error as if the first value
was above 0.
As you can see from the values on the right the last value is -1. I then added, to understand what happens and why it happens, the tags
to the name of the trigger (See screenshot Discovery_Item.png) and actually they are different.
Zabbix seems consider ITEM. VALUE (old for me in this case) and not ITEM.LASTVALUE which is correct.
In the screenshot Last.png you can see the last values of the item.
But shouldn't ITEM.LASTVALUE and ITEM.VALUE be the same? Why zabbix gives me this error when the last value is correctly less than 0 and not greater?
Thanks
Zabbix Server: zabbix-server-mysql-4.0.31-1.el7.x86_64
I take an example from the last case that happened to me today.
In the screenshot Trigger.png Zabbix trigger an error as if the first value
Code:
xxxx.linux.backup-rdx: urbackup.last_image_date [Dc01] .last ()}> 0
As you can see from the values on the right the last value is -1. I then added, to understand what happens and why it happens, the tags
Code:
L: {ITEM.LASTVALUE} V: {ITEM.VALUE}
Zabbix seems consider ITEM. VALUE (old for me in this case) and not ITEM.LASTVALUE which is correct.
In the screenshot Last.png you can see the last values of the item.
But shouldn't ITEM.LASTVALUE and ITEM.VALUE be the same? Why zabbix gives me this error when the last value is correctly less than 0 and not greater?
Thanks
Zabbix Server: zabbix-server-mysql-4.0.31-1.el7.x86_64
Comment