Running Zabbix 5.4 on CentOS 8. I have an item configured for a Windows Event Log that is deployed to the host only using the following key:
eventlog[Veritas Enterprise Vault,,"Warning",,,,skip]
This is working correctly filtering on Warning events in the Veritas Enterprise Vault log. I have a trigger for a specific Windows Event ID - 3454:
count(/CPM-APP03/eventlog[Veritas Enterprise Vault,,"Warning",,,,skip],1h,,"3454")=1
The trigger works but the trigger does not auto recover. I have tried to use a recovery expression and the find statement without success.
Any suggestions
eventlog[Veritas Enterprise Vault,,"Warning",,,,skip]
This is working correctly filtering on Warning events in the Veritas Enterprise Vault log. I have a trigger for a specific Windows Event ID - 3454:
count(/CPM-APP03/eventlog[Veritas Enterprise Vault,,"Warning",,,,skip],1h,,"3454")=1
The trigger works but the trigger does not auto recover. I have tried to use a recovery expression and the find statement without success.
Any suggestions
Comment