PDA

View Full Version : Pie Graphs of Data


tighep
03-04-2008, 20:50
I keep a few data points that are percentages, like swap used, disk space, etc. Is there any way to use a pie graph to show this percentage? My graph keeps showing as 100%, the legend displays the last value, but has 100% in parenthesis.

Alexei
03-04-2008, 20:58
ZABBIX 1.6 will support pie graphs.

Aly
04-04-2008, 09:38
Select a full disk size as the second item and set the item's type as graph sum. That should do the trick :)

tighep
04-04-2008, 16:11
I see that it works if I select the free space and the total space. But typically I only monitor the free space percentage. It seems that I should be able to create a pie graph with a counter that stores a percentage. I guess it's more of a feature request than anything wrong.

Aly
04-04-2008, 16:38
You can't draw Pie graphs with only 1 item.. it's logically wrong via it's always will be 100%, items must be compared to something.

tighep
04-04-2008, 16:45
I understand that we need two items, but since we're monitoring a percentage, I'd love an option to make that second item 100% less whatever my current value is.