Graphite edit dashboard

collectdgraphite

I installed collectd, graphite(0.9.10), carbon and whisper on a debian box. Graphite displays the captured data correctly and I can build a dashboard with it.

The documentation(http://graphite.readthedocs.org/en/latest/dashboard.html) also mention that it's possible to edit and export data via JSON, but for any reason that doesn't work. If I go to a dashboard and click on the dashboard menu, then I can't see "Edit Dashboard".

Do you have any idea how to get "Edit Dashboard" in the dashboard working?

Best Answer

There's quite a difference between the documentation for the version you have installed and the documentation you are reading.

According to the downloads page, 0.9.10 was released on the 31st of May, 2012.
According to the commit history, in-place dashboard editing was added on the 3rd of January, 2013.

It looks like a 0.9.11 release is due soon.

If you need the bleeding-edge features right now, you will have to get the code fresh from Github.

Beware if you go this route, you will get the bleeding-edge bugs along with the bleeding-edge features.

Related Topic