We have
Zabbix 1.8.3 on FreeBSD
There is a script, that calculate cpu idle. It sends data every 5 seconds.
Also we have configured a trigger, if cpu_idle is less than 40, it will display warning

But there is a problem, "Messages" popout renewed not so frequently, and sometimes we se smth like on image
There is warning trigger displayed wrong data(on warning cpu idle = 46, and on the green cpu idle = 46) on it. So seems it display ITEM.LASTVALUE value, as it configured in trigger
cpu idle = {ITEM.LASTVALUE}
Is it possible to display correct data(which was on time, when trigger worked) on trigger popout?
Zabbix 1.8.3 on FreeBSD
There is a script, that calculate cpu idle. It sends data every 5 seconds.
Also we have configured a trigger, if cpu_idle is less than 40, it will display warning

But there is a problem, "Messages" popout renewed not so frequently, and sometimes we se smth like on image
There is warning trigger displayed wrong data(on warning cpu idle = 46, and on the green cpu idle = 46) on it. So seems it display ITEM.LASTVALUE value, as it configured in trigger
cpu idle = {ITEM.LASTVALUE}
Is it possible to display correct data(which was on time, when trigger worked) on trigger popout?