Ad Widget

Collapse

Action with AND conditions does not run

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • verus
    Member
    • Feb 2009
    • 67

    #1

    Action with AND conditions does not run

    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).
  • verus
    Member
    • Feb 2009
    • 67

    #2
    Hi,

    When I select only one trigger in my "action conditions", then I receive an e-mail.
    When I select both triggers (from different hosts) , I don't get anything and I see both triggered in Monitoring > triggers.
    Or this is a bug, or I configure it wrongly but I don't understand what I could configure wrong by just selecting 2 triggers in a AND condition...

    Comment

    Working...