I'm having issues monitoring windows event ID's:
For a simple example I want to monitor user account creation which is ID 4720.
ITEM
Type: Zabbix agent (active)
Key: eventlog[Security]
Type of Information: Log
TRIGGER
Expression: {Template Windows Security.eventlog[Security].logeventid(4720)}
PROBLEM
This works if and only if the last log that was generated in the Security.evtx had the event ID of 4720. If an account was created, then a user changed their password(which creates another event ID) before the zabbix agent was queried it won't trigger.
Does anyone have a solution?
For a simple example I want to monitor user account creation which is ID 4720.
ITEM
Type: Zabbix agent (active)
Key: eventlog[Security]
Type of Information: Log
TRIGGER
Expression: {Template Windows Security.eventlog[Security].logeventid(4720)}
PROBLEM
This works if and only if the last log that was generated in the Security.evtx had the event ID of 4720. If an account was created, then a user changed their password(which creates another event ID) before the zabbix agent was queried it won't trigger.
Does anyone have a solution?
Comment