View Full Version : Pie Graphs of Data
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.
ZABBIX 1.6 will support pie graphs.
Select a full disk size as the second item and set the item's type as graph sum. That should do the trick :)
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.
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.
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.