Hi !
I'm using Zabbix 1.4.4 version and I have some problems with action conditions.
I have following rule defined :
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 !!!
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 !!!
Comment