-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
6.2.4
-
None
-
None
Steps to reproduce:
- Create a zabbix trapper item float
- Set a trigger on trapper item last(//trapperitem)>0
- send 2 values via zabbix_sender with timestamp in diffenerent order
- "TEST" trapperitem 1668167005 0 (timestamp=now)
- "TEST" trapperitem 1668166866{} 1 (timestamp=old){}
- Check Alerts
Result:
Alert rises. But on latest Data the order is the right one.
Expected:
No Alerts. The latest Value should be 0 because of the order via timestamp parameter.