I have created a few event log related items and triggers in Zabbix, and I've run into a problem where the triggers don't seem to clear even though the event that triggered them is at this point quite old.
Here is the data:
Item key:
eventlog[Application,,Error|Warning,COM+] (interval 1200)
Trigger:
{<servername>:eventlog[Application,,Error|Warning,COM+].count(1200)}>0
Which, unless I am mistaken, should trigger a warning if there have been any errors or warnings from source COM+ in the last 1200 seconds.
The eventlog contains a single COM+ error from two days ago, but the trigger continues to show as active. What have I done wrong here?
Here is the data:
Item key:
eventlog[Application,,Error|Warning,COM+] (interval 1200)
Trigger:
{<servername>:eventlog[Application,,Error|Warning,COM+].count(1200)}>0
Which, unless I am mistaken, should trigger a warning if there have been any errors or warnings from source COM+ in the last 1200 seconds.
The eventlog contains a single COM+ error from two days ago, but the trigger continues to show as active. What have I done wrong here?