-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.0alpha4
-
Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023)
-
0.5
Precondition:
- Use import file -> ZBX_23288.yaml or create:
- Host AA with trapper item and 2 triggers:
- Host BB with trapper item and 2 triggers:
- Create a dashboard with top triggers widget (default state without any filters)
Steps to reproduce:
- turn on Zabbix server and trigger one problem for both hosts e.g.
./bin/zabbix_sender -vv -z "localhost" -p 10051 -s "AA" -k "trap" -o 1 ./bin/zabbix_sender -vv -z "localhost" -p 10051 -s "BB" -k "trap" -o 1
- Open previously created dashboard and check top triggers widget
- Observe 4 problem entries that are sorted by severities (highest on the top) e.g.
- Open top triggers edit form and change trigger count to 2
- Save changes and check the widget
Result: Two entries appears but sorting by severity is missing.
Expected: Two entries with the highest severity (Disaster) should appear.
e.g.
Note: looks like it is a rare case because the issue appears when entries have the same number of problems.
- caused by
-
ZBXNEXT-6974 Trigger top 100, extend filtering
- Closed