I have a small zabbix instance monitoring about 10 servers. I would like an item on a dashboard that looks like a row of bar graphs showing storage space on all of them, pulling from the latest data. This is just "Space Utilization" on storage in the normal Linux agent template. I am able to get an approximation of this by doing a bar graph, but the X axis is time, meaning the little bar graph travels to the left as the hours go by. Is there a way to recreate a graph like this, but remove the x axis? The old classic pie chart is just too big for what I want. See the attached screenshot for an example of what I want, but with thicker bars and no need to keep an X axis:
Ad Widget
Collapse
How to have a static bar graph of the latest data on a dashboard?
Collapse
X
-
Tags: None
-
Interesting idea, but I can't seem to make it work. The problem with storage is different storage shows up as different things on different hosts, and it seems it is making strange multiple x and y values. For example, all servers have "/ Space Utilization" but my minecraft servers have "/mnt/Backups Space Utilization" and "mnt/MCData Space Utilization" which adds 2 more columns that only populate for that host. Even if I created a custom item, on systems with multiple storages, that's gonna be multiple columns. It gets more complicated for the datasets on my TrueNAS box. I don't see how to make it work in 1 widget.Comment
like "now-2m" until "now".... then it moves very little from right to left...
Comment