I have the following item:
eventlog[Security,,,,^4672$]
and the following trigger:
I can create the event multiple times (by signing off and on the target computer)
I see the event(s) in Zabbix "latest data" tab, but no trigger is fired (except for the first occurrence of the event).
I have also tried:
{MSEBCADMSMB001:eventlog[Security,,,,^4672$].logeventid(0)}=1
and
{MSEBCADMSMB001:eventlog[Security,,,,^4672$].str(4672)}=1
with the same result.
How can I get the trigger to fire for each occurrence of the event?
eventlog[Security,,,,^4672$]
and the following trigger:
| {MSEBCADMSMB001:eventlog[Security,,,,^4672$].regexp("4672")}=1 |
I see the event(s) in Zabbix "latest data" tab, but no trigger is fired (except for the first occurrence of the event).
I have also tried:
{MSEBCADMSMB001:eventlog[Security,,,,^4672$].logeventid(0)}=1
and
{MSEBCADMSMB001:eventlog[Security,,,,^4672$].str(4672)}=1
with the same result.
How can I get the trigger to fire for each occurrence of the event?

Comment