Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use provisioning backend for dashboards, providers #103

Closed
ofbeaton opened this issue Mar 17, 2018 · 2 comments · Fixed by #120
Closed

Use provisioning backend for dashboards, providers #103

ofbeaton opened this issue Mar 17, 2018 · 2 comments · Fixed by #120
Labels
enhancement New feature or request

Comments

@ofbeaton
Copy link

It would be great if the puppet types had a switch so they used the new grafana 5.x provisioning backend. It solves a lot of problems that those two types can have using the API, especially dashboards (duplicate dashboards, dashboard not found, dashboard contents changed error).

http://docs.grafana.org/administration/provisioning/

For now I am just using the file {} types w/ templates to do it, which honestly works well enough, but the puppet type could generate the .yaml file for you.

It would be a good workaround for #35 and #47 .

@bastelfreak bastelfreak added the enhancement New feature or request label Mar 17, 2018
@bastelfreak
Copy link
Member

Hi @ofbeaton, thanks for the hint! Can you provide a PR that documents this? Maybe with some examples?

@petems
Copy link
Member

petems commented May 2, 2018

I'm looking into some of this after running into issues trying to provision dashboards from JSON files and getting weird 500 errors from the API, let me see if I can PR it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants