Ad Widget

Collapse

Problem with Action Conditions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CoSmOzzz
    Junior Member
    • Jul 2007
    • 7

    #1

    Problem with Action Conditions

    Hi !

    I'm using Zabbix 1.4.4 version and I have some problems with action conditions.

    I have following rule defined :

    Code:
    {  
       Host group <> "prod_Pxx"
       OR
       Host group <> "prod_Wxx"  
    }
    AND 
    {   
       Host <> "x4"    
    }
    AND
    { 
       Trigger value = "FALSE"
       OR
       Trigger value = "TRUE"  
    }

    So, That means I don't want to receive info neither from Host groups prod_Pxx and prod_Wxx nor from Host X4.

    That's working fine for the host (X4) but i'm still getting message from Host groups (prod_...)

    I didn't find any answer on the forum... Does anybody know what's wrong here or have a solution ?

    Thx a lot !!!
  • CoSmOzzz
    Junior Member
    • Jul 2007
    • 7

    #2
    nobody ?

    Comment

    • CoSmOzzz
      Junior Member
      • Jul 2007
      • 7

      #3
      Nobody had the same problem ?

      Comment

      • fjrial
        Senior Member
        • Feb 2010
        • 140

        #4
        sorry to bump and old thread

        @CoSmOzzz: I just found the same problem in zabbix 1.8.2

        I've set up this condition..
        {
        HOSTGROUP = A
        OR
        HOSTGROUP = B
        }
        AND TRIGGER VALUE = PROBLEM

        a HOST belonging just to A or B, does not fire the action.
        a HOST belonging to A and B, fire the action.

        Did you find any solution??
        cheers.

        Comment

        Working...