Hello all,
I've been attempting to create a trigger that would warn me when a host loses connection to a SQL database and would also automatically resolve when the connection is restored.
After reading the documentation, the following article seems to cover exactly what I need: 1 Trigger-based event correlation [Zabbix Documentation 5.0]
However, despite following the example specified in the article quite accurately, I'm unable to get these problems to auto-resolve.
Here's the example in the article:

Here's the trigger I've created:

Tags:

Unfortunately, while I can quite easily get the problem to trigger, it never goes away after seeing the "A connection has been established" message in the event log.
I can confirm that the item that monitors the event log for Information messages definitely received the message successfully and the timestamp is newer than the error message.
Shouldn't the recovery expression auto-resolve the problem as soon as the expression conditions are met?
Should I be using the same item for both the Problem and the Recovery expression for this to work?
I'm on Zabbix server 5.0 LTS with Zabbix agent 3.0.0 running on the host, if that makes a difference.
Thank you in advance for the advice.
UPDATE: I've tried to use the same item for both the Problem and the Recovery expression and the issue remains:

Here is the item history:
I've been attempting to create a trigger that would warn me when a host loses connection to a SQL database and would also automatically resolve when the connection is restored.
After reading the documentation, the following article seems to cover exactly what I need: 1 Trigger-based event correlation [Zabbix Documentation 5.0]
However, despite following the example specified in the article quite accurately, I'm unable to get these problems to auto-resolve.
Here's the example in the article:

Here's the trigger I've created:
Tags:
Unfortunately, while I can quite easily get the problem to trigger, it never goes away after seeing the "A connection has been established" message in the event log.
I can confirm that the item that monitors the event log for Information messages definitely received the message successfully and the timestamp is newer than the error message.
Shouldn't the recovery expression auto-resolve the problem as soon as the expression conditions are met?
Should I be using the same item for both the Problem and the Recovery expression for this to work?
I'm on Zabbix server 5.0 LTS with Zabbix agent 3.0.0 running on the host, if that makes a difference.
Thank you in advance for the advice.
UPDATE: I've tried to use the same item for both the Problem and the Recovery expression and the issue remains:
Here is the item history:


Comment