Hi,
I have 2 hosts (Host B and host C) and 2 actions.
The first action runs when a host with a trigger name like simple_ping is triggered and sends an e-mail to a group where my user is in with an e-mail address.
The condition is AND/OR because I have also other trigger values in that same action and when there is a problem triggered, the action is ran.
So this - (A and (B or C or D) works perfectly
The other action has to run when both hosts are in problem.
So first I tried with conditions "trigger is problem" and also both specific triggers (from different hosts) in AND condition but that doesn't do anything.
I also tried with host instead of the specific trigger but I always receive only the e-mail from the first action.
So this - (A and (B and C) doesn't do anything.
Both actions are enabled.
Does anybody knows why ?
(zabbix version is 2.0.3).
I have 2 hosts (Host B and host C) and 2 actions.
The first action runs when a host with a trigger name like simple_ping is triggered and sends an e-mail to a group where my user is in with an e-mail address.
The condition is AND/OR because I have also other trigger values in that same action and when there is a problem triggered, the action is ran.
So this - (A and (B or C or D) works perfectly
The other action has to run when both hosts are in problem.
So first I tried with conditions "trigger is problem" and also both specific triggers (from different hosts) in AND condition but that doesn't do anything.
I also tried with host instead of the specific trigger but I always receive only the e-mail from the first action.
So this - (A and (B and C) doesn't do anything.
Both actions are enabled.
Does anybody knows why ?
(zabbix version is 2.0.3).
Comment