-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
We are tring to use eventlog to check eventlog "Application" and "System" and report problems (Error level). We have configured item like this:
eventlog[Application,,Error,,,100,skip]
eventlog[System,,,,,,skip]
Agent is configured with this parameters:
Trigger associated with item is:
{windows-basicschecks:eventlog[Application,,Error,,,100,skip].logseverity(0)}
=4
{windows-basicschecks:eventlog[System,,,,,,skip].logevenid(4625)}
=1
And an action (with multiple error report) that send a mail when trigger fireup ...
When we apply template (windows-basicschecks) with eventlog item, zabbix doesn't sent any new data but new rows are created in Application log.
We have made many many test, and last test is this:
- stop agent
- cleanup template (unlink and clear)
- cleanup evenlog Application
- item is: eventlog[Application,,Error,,,100,skip]
- Created some new rows in Application eventlog
- start agent
- Applied template with modified item
- Created new rows in Application eventlog
AGENT REPORT NOTHING!
For us this is a bug ... can you confirm?