Hi all,
I have written a patch that makes network maps with lots of items look cleaner by reimplementing the way Zabbix frontend displays number of problems. The ideas behind this patch are
1) to make perception of large networks maps with lots of submaps and hosts easier by shortening labels under items;
2) IMHO for a submap or host group it is more useful to see the number of hosts with problems rather than the total number of fired triggers (problems) inside a submap.
For network hosts displayed on a map red numbers mean number of problems with priority above 3, yellow numbers mean number of problems with priority above 0 and less than 3, and green numbers display number triggers, that are known to be ok.
For submaps and host groups numbers correspond to number of hosts on a submap or in a group having or not having problems.
I have also turned off displaying the number of unknown triggers. The first screenshot shows the cleanest look without unknown triggers. The second one shows the new look with unknown triggers.
The patch also adds a feature of displaying total number of hosts/hosts with warning/hosts with errors/hosts that are ok in the bottom left corner of the map.
I have written a patch that makes network maps with lots of items look cleaner by reimplementing the way Zabbix frontend displays number of problems. The ideas behind this patch are
1) to make perception of large networks maps with lots of submaps and hosts easier by shortening labels under items;
2) IMHO for a submap or host group it is more useful to see the number of hosts with problems rather than the total number of fired triggers (problems) inside a submap.
For network hosts displayed on a map red numbers mean number of problems with priority above 3, yellow numbers mean number of problems with priority above 0 and less than 3, and green numbers display number triggers, that are known to be ok.
For submaps and host groups numbers correspond to number of hosts on a submap or in a group having or not having problems.
I have also turned off displaying the number of unknown triggers. The first screenshot shows the cleanest look without unknown triggers. The second one shows the new look with unknown triggers.
The patch also adds a feature of displaying total number of hosts/hosts with warning/hosts with errors/hosts that are ok in the bottom left corner of the map.
Comment