Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.0.14
-
Fix Version/s: 4.0.17rc1, 4.4.5rc1, 5.0.0alpha1, 5.0 (plan)
-
Component/s: Server (S)
-
Labels:None
-
Team:Team C
-
Sprint:Sprint 59 (Dec 2019)
-
Story Points:1
Description
Event correlation rules are not working if "NOT" is used in condition containing old event tag.
Steps to reproduce:
- Create Zabbix trapper item on any host
- Create trigger on the same host
- Create global correlation rule
- Send data using zabbix_sender command two times:
zabbix_sender -z <zabbix server ip> -s <host name> -k Test_EC_not -o 6
Result:
The first problem generated by the trigger is not closed by the global correlation rule as should be:
Expected:
The first problem should be closed by the correlation rule when the new problem arrived.