-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
6.0.8, 6.2.2, 6.4.0alpha1
-
None
-
Tested on different servers and version. Direct connect without any SSL or TLS termination.
Debian 11 Zabbix 6.0.8, 6.2.2, 6.4.0alpha1
Mysql/Postgresql, PostgresSQL with TimescaleDB 2.7.2
Steps to reproduce:
- Create host with item with type Zabbix trapper. (screenshot and template attached)
- Create on item witch is previously created trigger with multiple event generation. Where is filtered data by regex also create some tags with regex in value. (screenshot and template attached)
- Send more than one event with same timestamp and different NS.
- Check in DB history table for item data. This part is correct
- Check generated events. Some events are not created and some are duplicated. Count of created events looks like same number of messages sends by Zabbix sender.
Result:
Data in history tables is 100% correct.
Events are created but with wrong messages in events, with wrong tags values, and some events in history tables are complete ignored. Also events are duplicated.
Check screenshot.
Expected:
For each trapper message with NS will be created separate event with correct message data include correct values in tags.