Munin-for-Android
Munin-for-Android copied to clipboard
Use JSON for graph rendering?
Has there ever been plans to use the JSON output of munin server to display the graph? I think it could be easily implemented in Android, and then we could have native, interactive graphs displayed instead of png.
I investigated a bit to implement JSON data consumption - but I found that using SVG graphs was the best option between JSON-generated graphs and using PNG (that could appear blurry on some devices).
The JSON option would allow some interaction on the graphs (zoom, hiding series, customizing displayed information) though, so that could be a good entry in the backlog :-)