I am trying to understand why some of my problems are auto-resolving in Zabbix v4.
I have one item which captures all Critical (Zabbix severity of disaster, level 9) and Error (Zabbix severity of High, level 4) Events from a Windows Event Log (i.e. DFS Replication).
I then have separate triggers for each event ID that I wish to generate problems for.
My problems do not have recovery expressions.
An example for the item and a trigger for event ID 4004 is shown below:
What I find is that event ID 4004 occurs, a problem is generated, and is auto-resolved by Zabbix. The event details state it has been "resolved by: trigger".
Can someone please explain why such problems would auto-resolve?
Thanks.
I have one item which captures all Critical (Zabbix severity of disaster, level 9) and Error (Zabbix severity of High, level 4) Events from a Windows Event Log (i.e. DFS Replication).
I then have separate triggers for each event ID that I wish to generate problems for.
My problems do not have recovery expressions.
An example for the item and a trigger for event ID 4004 is shown below:
Template: DFS Replication Events Template
Item Name: DFS Replication: Critical and Error Events
Key: eventlog[DFSReplication,,(Critical|Error),,,,skip]
Item Name: DFS Replication: Critical and Error Events
Key: eventlog[DFSReplication,,(Critical|Error),,,,skip]
Trigger Name: DFS Replication Event 4004
Severity: High
Trigger Expression:
OK Event Generation: Expression
Problem Event Generation Mode: Single
OK Event Closes: All problems
Severity: High
Trigger Expression:
{DFS Replication Events Template:eventlog[DFS Replication,,(Critical|Error),,,,skip].logseverity()}=4
and
{DFS Replication Events Template:eventlog[DFS Replication,,(Critical|Error),,,,skip].logeventid(^4004$)}=1
and
{DFS Replication Events Template:eventlog[DFS Replication,,(Critical|Error),,,,skip].logeventid(^4004$)}=1
OK Event Generation: Expression
Problem Event Generation Mode: Single
OK Event Closes: All problems
What I find is that event ID 4004 occurs, a problem is generated, and is auto-resolved by Zabbix. The event details state it has been "resolved by: trigger".
Can someone please explain why such problems would auto-resolve?
Thanks.
Comment