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:
I have a trigger associated with AppErrors called Errors2 defined as:
Looking at Monitoring/Overview on the server GUI, AppErrors is collecting data from the event log. Drilling down, it shows this event:
But the Host status on the dashboard shows no problems with Bench1. Why not? How do I fix this?
TIA
I have an item associated with Bench1 called AppErrors defined as:
Code:
Key: eventlog[Application] Type of information: Log
Code:
({bench1:eventlog[Application].logsource(Windows Backup)}=1)&({bench1:eventlog[Application].str(Error)}=1)
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).
TIA