I have an Action setup to alert a mail group if any one of a given list of device groups have a Trigger Severity of >= Warning AND Trigger Value = PROBLEM. This breaks down as such:
A through G = Server Type (so ST-A is server type A etc etc)
H = "Trigger Severity >= Warning"
I = "Trigger Value = PROBLEM"
(A OR B ORC OR D OR E OR F OR G) AND (H) AND (I)
So about a week after the upgrade to 1.6.5 we all of a sudden had this Action sending alerts to a Mail Group even though the hosts were NOT in any of the groups defined in this action. Looked around the system both via the GUI as well as the Database to see if the group had somehow been added to the Action, then deleted but not removed from the database and this was not the case. ( I should say that this does not appear to be the case, if you know specifically how this query should be formed to rule this out please reply)
Upon a restart of the Zabbix Server process this problem "seemed" to go away.
Now roughly a week later we had the same thing happen. A host that was NOT in any of the defined groups went down and an email was sent to the mail group.
Their are no escalations defined to cause this, nor is the action that the rogue group is in set to send an email to this group.
Has anyone seen or is seeing this type of behavior? And/Or where can I start to run down how this is occurring? Assistance greatly appreciated!
A through G = Server Type (so ST-A is server type A etc etc)
H = "Trigger Severity >= Warning"
I = "Trigger Value = PROBLEM"
(A OR B ORC OR D OR E OR F OR G) AND (H) AND (I)
So about a week after the upgrade to 1.6.5 we all of a sudden had this Action sending alerts to a Mail Group even though the hosts were NOT in any of the groups defined in this action. Looked around the system both via the GUI as well as the Database to see if the group had somehow been added to the Action, then deleted but not removed from the database and this was not the case. ( I should say that this does not appear to be the case, if you know specifically how this query should be formed to rule this out please reply)
Upon a restart of the Zabbix Server process this problem "seemed" to go away.
Now roughly a week later we had the same thing happen. A host that was NOT in any of the defined groups went down and an email was sent to the mail group.
Their are no escalations defined to cause this, nor is the action that the rogue group is in set to send an email to this group.
Has anyone seen or is seeing this type of behavior? And/Or where can I start to run down how this is occurring? Assistance greatly appreciated!

Comment