Zabbix : Reading Windows Event Logs in Zabbix

Опубликовано: 26 Март 2026
на канале: SBCODE
20,604
215

Documentation : https://sbcode.net/zabbix/items-windo...
Coupons : https://sbcode.net/coupons

In this example I create an advanced item that reads the windows event logs and looks for the a specific windows event id 4625 which is also known as 'failed logon'.

The item type is Zabbix Agent (Active)

and the key is
"eventlog[Security,,,,4625,,skip]"

The type of information is Log

The duration to keep the data and the frequency of checking for the item is up to you.

I then log onto my windows VM and generate some failed logins.

I then see the failed login events in the Latest Data screen.

#zabbix
#zabbix5
#zabbixCourse
#zabbixTutorial