[ZBXNEXT-7125] Top hosts data grid widget Created: 2021 Dec 16 Updated: 2024 Apr 10 Resolved: 2022 Feb 14 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Frontend (F) |
Affects Version/s: | None |
Fix Version/s: | 6.0.0rc1, 6.0 (plan) |
Type: | New Feature Request | Priority: | Trivial |
Reporter: | Rostislav Palivoda | Assignee: | Gregory Chalenko |
Resolution: | Fixed | Votes: | 1 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
||||||||||||||||
Issue Links: |
|
||||||||||||||||
Team: | |||||||||||||||||
Sprint: | Sprint 83 (Dec 2021), Sprint 84 (Jan 2022), Sprint 85 (Feb 2022) | ||||||||||||||||
Story Points: | 27 |
Description |
Currently Zabbix dashboards have no ability to create custom tables for displaying of data situation. Also it is impossible to have Top-N like reporting to display, for example, list of 20 hosts having the highest utulization in the last month. Unfortunately existing Data Overview widget is not flexible enough. |
Comments |
Comment by Andrejs Verza [ 2022 Jan 25 ] |
Implemented in 6.0.0rc1 (master) 5669dc07f99, ef729749ed8. |
Comment by Brian van Baekel [ 2022 Jan 25 ] |
Small request, if possible
With graphs we can just click and download the graph as image:
It would be a nice addition if we can do the same with this (and more?) widgets, instead of making screenshots. <dimir> Explanation from one of the devs: "This feature is related to all widgets and it would be incorrect to implement it in the scope of this task. Moreover this will not be a one-line solution, render html to canvas and use datauri to allow download sounds simple but i doubt it will be so simple." Moved to: ZBXNEXT-7445 |
Comment by MArk [ 2022 Jan 26 ] |
I found the new Top Hosts widget very useful. Thanks a lot. One thing that is bothering me, though, is the "Host Name" column. It takes up too much space and does not adjust correctly to the widget size. There is no option to adjust the column size or make it dynamically adjustable.
Another thing... There is no option to order columns by host name or text data.
Adding those options would make "Top Hosts" widget even more awesome. |
Comment by Andrejs Verza [ 2022 Jan 26 ] |
Hi, markfree! There's no possibility to sort the list by host names just because the Top N / Bottom N setting dictates the order. The list is fully dependent on the item by which it is sorted. That's why only Top N or Bottom N. Regarding the column widths - well, there's room for improvement. |
Comment by Marco Hofmann [ 2022 Jan 26 ] |
I agree with the column width. Even in the twitter news regarding this, you can see the the host name column is weirdly large -> https://twitter.com/zabbix/status/1485994380452315137 |
Comment by MArk [ 2022 Jan 27 ] |
Thanks for your reply @Andrejs. I hope that the hostname column width improves soon.
About the columns order, is there a possibility to manually order column items? |
Comment by Gregory Chalenko [ 2022 Jan 27 ] |
markfree you can reorder column in widget configuration form. Top most column in the list will be left most column while displaying. |
Comment by Onkel Titus [ 2022 Jan 27 ] |
I think the new "Top hosts" widget is a really great improvement. With several Items to display the scaling is also ok imho. |
Comment by MArk [ 2022 Jan 27 ] |
@Gregory, I meant column items (lines). |
Comment by Gregory Chalenko [ 2022 Feb 03 ] |
Updated documentation pages: |
Comment by Dimitri Bellini [ 2022 Feb 14 ] |
Dear DevTeam, |
Comment by Andrejs Verza [ 2022 Feb 14 ] |
Hi, dimitri.bellini! Thank you for sharing your experience! Currently, the Top Hosts widget will display an ordered list of hosts based on just a single item (see the Order column widget field). Additionally, it's possible to display more columns with adjacent data for the already selected hosts. And like you've noticed, it's not possible to grab multiple items by using syntax of the graphs widget. That would result in addition of unpredictable count of columns (for each different item), for which we would not be able to specify individual settings. But is that always needed? There are some more known limitations which are going to be worked on soon, so I'll try to raise your question as well. |
Comment by Dimitri Bellini [ 2022 Feb 14 ] |
Hi Andrejs, |
Comment by Alexander Yagupov [ 2022 Feb 21 ] |
Hi All! |