Hello
I am struggeling a bit with Eventlog monitoring for Windows. What I am trying to achieve is for Zabbix to "Auto close" a problem when a spesific event appears in the Windows EventViewer.
Background: MPIO on a Windows Server has two paths to its storage. When both paths are up and operational, this will be for example EventID 666. If one path goes down, this is cirtical and generates EventID 667. When the offline path is back online I would like the problem to "Auto close"(EventID 666).
Is this possible or am I doing something completely wrong?
Agent: Zabbix Agent (Active)
The Item key is: eventlog[Application,,Information,Zabbix,666,,skip]
Trigger Expression: logeventid(/Hyper1Active/eventlog[Application,,Information,Zabbix,666,,skip])=0
and
The key is: eventlog[Application,,Error,Zabbix,667,,skip]
Trigger Expression: logeventid(/Hyper1Active/eventlog[Application,,Error,Zabbix,667,,skip])=1
Video showing the config details..
https://drive.google.com/file/d/1c5D...ew?usp=sharing
PS
In the video I am manually creating these fictional EventIDs on the Windows Server :-)
I am struggeling a bit with Eventlog monitoring for Windows. What I am trying to achieve is for Zabbix to "Auto close" a problem when a spesific event appears in the Windows EventViewer.
Background: MPIO on a Windows Server has two paths to its storage. When both paths are up and operational, this will be for example EventID 666. If one path goes down, this is cirtical and generates EventID 667. When the offline path is back online I would like the problem to "Auto close"(EventID 666).
Is this possible or am I doing something completely wrong?
Agent: Zabbix Agent (Active)
The Item key is: eventlog[Application,,Information,Zabbix,666,,skip]
Trigger Expression: logeventid(/Hyper1Active/eventlog[Application,,Information,Zabbix,666,,skip])=0
and
The key is: eventlog[Application,,Error,Zabbix,667,,skip]
Trigger Expression: logeventid(/Hyper1Active/eventlog[Application,,Error,Zabbix,667,,skip])=1
Video showing the config details..
https://drive.google.com/file/d/1c5D...ew?usp=sharing
PS
In the video I am manually creating these fictional EventIDs on the Windows Server :-)
Comment