Hi everybody,
I'm a newbie on Zabbix and very bad in english, so be kind ;-)
I have several home made script (in VBS) that runs on my servers and workstations and information/warning/errors are written on a custom windows event log. It works fine!
Now I would like to retrieve some of this event on Zabbix to be informed of the problem through a triggers.
I am able to retrieve all my custom windows event log on Zabbix and to create a simple trigger (specific source and only warning event) :
{Template_Windows_Servers:eventlog["customeventlog"].logsource("source")}&{Template_Windows_Servers:ev entlog["customeventlog"].logseverity(2)}=2
-How can I specify an Event ID in the trigger (like eventlog["customeventlog"].eventID(300))
-If My vbs script write 3 warning event in 5 second for exemple. I received only 1 alert. How can I do to receive 1 alert per event?
-The alerts doesn't disappear after I acknowledge them. I have to create a new event in the event log that doesn't match the trigger to do that.
-How can I use event information in the alert?
Thanks in advance for you help
Jay
I'm a newbie on Zabbix and very bad in english, so be kind ;-)
I have several home made script (in VBS) that runs on my servers and workstations and information/warning/errors are written on a custom windows event log. It works fine!
Now I would like to retrieve some of this event on Zabbix to be informed of the problem through a triggers.
I am able to retrieve all my custom windows event log on Zabbix and to create a simple trigger (specific source and only warning event) :
{Template_Windows_Servers:eventlog["customeventlog"].logsource("source")}&{Template_Windows_Servers:ev entlog["customeventlog"].logseverity(2)}=2
-How can I specify an Event ID in the trigger (like eventlog["customeventlog"].eventID(300))
-If My vbs script write 3 warning event in 5 second for exemple. I received only 1 alert. How can I do to receive 1 alert per event?
-The alerts doesn't disappear after I acknowledge them. I have to create a new event in the event log that doesn't match the trigger to do that.
-How can I use event information in the alert?
Thanks in advance for you help
Jay

Comment