PDA

View Full Version : Check to monitor Windows Eventlog


Wolfgang
17-04-2005, 12:58
Hello,

is there a check to allow monitoring the eventlog on windows / w32 machines?

safl
30-06-2005, 18:29
Not as far as i know.

I am currently trying to get eventlogs out like this:

Using psloglist.exe from www.sysinternals.com
With a userparamater like this:

UserParameter=eventlog[system],psloglist.exe -s -m 5 system
UserParameter=eventlog[application],psloglist.exe -s -m 5 application
UserParameter=eventlog[security],psloglist.exe -s -m 5 security

Problem is that all i receive in zabbix is a single string. Not the entire dump!
All help is appreciated!