graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03487
Re: [Question #215063]: Dashboard config files
Question #215063 on Graphite changed:
https://answers.launchpad.net/graphite/+question/215063
Status: Open => Answered
Eric Black proposed the following answer:
The dashboard configs are stored in a sqlite databased called
graphite/storage/graphite.db in the table dashboard_dashboard.
I have a chef LWRP that handles inserting the individual dashboards into
the database, but no real clean solution for generating them
procedurally. Currently I grab the row for the dashboard I want to copy
and then use a template to generate the unique bits for the environment
I want to populate use the dashboard.
I'm not sure if this is what you're after, or if this would be helpful.
If it is I could probably issue a pull request into the community
graphite cookbook.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.