We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
organization
grafana_dashboard
some
puppet agent -t
grafana_dashboard { 'example_dashboard': grafana_url => 'http://localhost:3000', grafana_user => 'admin', grafana_password => '5ecretPassw0rd', content => template('path/to/exported/file.json'), }
other
dashboards are created depending on admin user current organization location
admin
current
grafana_dashboard resource should let provide array of organizations the dashboard should be created in
Karolis
The text was updated successfully, but these errors were encountered:
Hi I think that it would be nice to also have this option for datasource ...
Thanks !
Sorry, something went wrong.
Hi @karolisc and @tpoindessous, is one of you able to provide a patch for this request?
No branches or pull requests
How to reproduce (e.g Puppet code you use)
grafana_dashboard
resource (admin)some
organizationpuppet agent -t
on grafanaother
organizationpuppet agent -t
on grafanaWhat are you seeing
dashboards are created depending on
admin
usercurrent
organization locationWhat behaviour did you expect instead
grafana_dashboard resource should let provide array of organizations the dashboard should be created in
Karolis
The text was updated successfully, but these errors were encountered: