E.g.
We have trigger B, depends on trigger A.
A: {test.local:a.iregexp(ok)}=0
B: {test.local:b.iregexp(ok)}=0
Suppose we have accident A happened before B:
Ok, we have only trigger A alerted in UI and it is correct.


Now assume accident A stopped (but accident B still goes on):
But Zabbix says that it is all rigth


So my question to zabbix-community: is it correct or not?
We have trigger B, depends on trigger A.
A: {test.local:a.iregexp(ok)}=0
B: {test.local:b.iregexp(ok)}=0
Suppose we have accident A happened before B:
Code:
$ zabbix_sender -v -z 10.244.244.197 -s test.local -k a -o fail $ zabbix_sender -v -z 10.244.244.197 -s test.local -k b -o fail
Now assume accident A stopped (but accident B still goes on):
Code:
sender -v -z 10.244.244.197 -s test.local -k a -o ok
So my question to zabbix-community: is it correct or not?
Comment