Hi,
I have a powershell script running every Sunday morning and writes to event log if it was completed successfully.
I created an item on zabbix:
eventlog[Security,,,,4870,,skip]
Now, I need to create a trigger that will fire if the event(4870) didn't show in the event log.
I have been tried this:
eventlog[Security,,,,4870,,skip].logeventid(7d)=0 but it's not working well.
Any suggestions?
Thanks.
I have a powershell script running every Sunday morning and writes to event log if it was completed successfully.
I created an item on zabbix:
eventlog[Security,,,,4870,,skip]
Now, I need to create a trigger that will fire if the event(4870) didn't show in the event log.
I have been tried this:
eventlog[Security,,,,4870,,skip].logeventid(7d)=0 but it's not working well.
Any suggestions?
Thanks.

Comment