-
Incident report
-
Resolution: Won't fix
-
Major
-
None
-
3.2.3
-
centos7
Hi, don't know if it's normal behaviour or bug:
here is a simpilfy situation
I have created two trap items (A and B) that catch 2 different specific trap ID
I have created a trigger that raises a problem if itemA contain a particular string with recovery expression based on itemB (if item B contains particular string). For instance
Problem expression: {snmptrap["itemA_key"].str("raise string")}=1
Recovery expression: {snmptrap["itemB_key"].str("ack string")}=1
If I generated a valid trap that is catched by itemB, I have a problem generated whereas zabbix never received a valid trap catched by itemA.
Moreover, if I send a valid trap catched by itemA, I get the problem (it's normal) and if I send a valid trap for itemB, I have a new problem whereas I supposed that this recovery trap should close the ItemA trap.
Is it normal, a bug or I missed something?
Regards,
Marc