Ad Widget

Collapse

Windows event log configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • barkingdoggy
    Junior Member
    • Oct 2013
    • 1

    #1

    Windows event log configuration

    I have a host defined on the Zabbix server (v2.0.8) as Bench1 communicating to a Zabbix Windows agent (v2.0.8.38015) installed.

    I have an item associated with Bench1 called AppErrors defined as:
    Code:
    Key: eventlog[Application]
    Type of information: Log
    I have a trigger associated with AppErrors called Errors2 defined as:
    Code:
    ({bench1:eventlog[Application].logsource(Windows Backup)}=1)&({bench1:eventlog[Application].str(Error)}=1)
    Looking at Monitoring/Overview on the server GUI, AppErrors is collecting data from the event log. Drilling down, it shows this event:
    Code:
    Timestamp	Local time	Source	Severity	Event ID	Value
    2013.Sep.30 19:00:48	2013.Sep.30 19:00:00	Windows Backup	Error	4103	The backup did not complete because of an error writing to the backup location J:\. The error is: The backup location cannot be found or is not valid. Review your backup settings and check the backup location. (0x81000006).
    But the Host status on the dashboard shows no problems with Bench1. Why not? How do I fix this?

    TIA
Working...