Ad Widget

Collapse

Check to monitor Windows Eventlog

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wolfgang
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified Specialist
    • Apr 2005
    • 116

    #1

    Check to monitor Windows Eventlog

    Hello,

    is there a check to allow monitoring the eventlog on windows / w32 machines?
    http://www.intellitrend.de
    Specialised in monitoring large environments and Zabbix API programming.
  • safl
    Senior Member
    • May 2005
    • 103

    #2
    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!

    Comment

    Working...