Im trying to monitor windows event logs. Which I can do with some windows logging templates that I have downloaded but they are too broad. And I would like to monitor for specific logs. I have created a test Item with the key
eventlog[Application,,,,1000]
that works I can get a test event to trigger with
{HOST:eventlog[Application,,,,1000].last(0)}=1
so I believe Zabbix is functioning perfectly.
My issues are that I would like to clear the event with an ack. But that doesn't seem to work nor can anything short of disabling the trigger and re enabling it clear it. And I would like to be able to trigger an event for each event log I get.
Sorry if this is anoying or in another post somewhere. I have tried to find the information Im looking for.
My install is Zabbix v1.8.5 on Kubuntu 11.04
Any help would be appreciated.
Thanks
eventlog[Application,,,,1000]
that works I can get a test event to trigger with
{HOST:eventlog[Application,,,,1000].last(0)}=1
so I believe Zabbix is functioning perfectly.
My issues are that I would like to clear the event with an ack. But that doesn't seem to work nor can anything short of disabling the trigger and re enabling it clear it. And I would like to be able to trigger an event for each event log I get.
Sorry if this is anoying or in another post somewhere. I have tried to find the information Im looking for.
My install is Zabbix v1.8.5 on Kubuntu 11.04
Any help would be appreciated.
Thanks
Comment