Im trying to monitor the Windows Event Log for Event ID 208
I have a Item:
Name: Event Log: SQL Server Agent
Type: Zabbix agent (active)
Key: eventlog[Application,,,,208]
Which looks to work as expected.
And my trigger is currently:
Name: Event Log: SQL Agent Job Failure
Problem expression: {Server01:eventlog[Application,,,,208].logeventid(208)}=1
My only problem is that I want this 'Problem' to be marked as Resolved in Zabbix pretty instantly, because there wont be a resolved entry in Windows Event Log for it to pick up on, does anyone know how I could do this?
I have a Item:
Name: Event Log: SQL Server Agent
Type: Zabbix agent (active)
Key: eventlog[Application,,,,208]
Which looks to work as expected.
And my trigger is currently:
Name: Event Log: SQL Agent Job Failure
Problem expression: {Server01:eventlog[Application,,,,208].logeventid(208)}=1
My only problem is that I want this 'Problem' to be marked as Resolved in Zabbix pretty instantly, because there wont be a resolved entry in Windows Event Log for it to pick up on, does anyone know how I could do this?
Comment