-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.25
-
None
-
Zabbix Agent2
-
Sprint 91 (Aug 2022)
-
0.25
Steps to reproduce:
- Create an item with the following item key
eventlog[Application,,,,100,,skip]
- Create an event by executing the following command at Monitoring target(Windows)
eventcreate /ID 100 /L Application /SO kmizutani /T Information /D "Test 001"
- Confirm that the created event at "2." is collected by Zabbix server
(Nth initialize_eventlog6() execution) - Change the 5th parameter of the item key as follows:
eventlog[Application,,,,200,,skip]
- Configuration cache reload of zabbix server
# zabbix_server -R config_cache_reload
- Create an event by executing the following command at Monitoring target(Windows)
eventcreate /ID 200 /L Application /SO kmizutani /T Information /D "Test 002"
- Zabbix Agent2 send active checks request
- N+1th initialize_eventlog6() execution
- Create an event by executing the following command at Monitoring target(Windows)
eventcreate /ID 200 /L Application /SO kmizutani /T Information /D "Test 003"
- N+2th initialize_eventlog6() execution
Result:
Event "Test 001" and "Test 003" is collected, but "Test 002" is not collected.
Expected:
Event "Test 001", "Test 002" and "Test 003" is collected.
In the case of Zabbix agent, "Test 001", "Test 002" and "Test 003" is collected correctly.
- mentioned in
-
Page Loading...