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
Add Grafana's dashboards management in Grafana's playbook https://grafana.com/docs/grafana/latest/administration/provisioning/#dashboards https://github.com/cloudalchemy/ansible-grafana/blob/0.16.2/tasks/dashboards.yml
The text was updated successfully, but these errors were encountered:
root@stats:~$ cat /etc/grafana/provisioning/dashboards/usegalaxy_eu.yaml # # config file version apiVersion: 1 providers: - name: 'usegalaxy.eu' orgId: 1 folder: '' folderUid: '' type: file options: path: /data_is/monitoring/grafana_data/dashboards foldersFromFilesStructure: true
Sorry, something went wrong.
lugin: exec: fork/exec /usr/bin/nfsstat-influx: no such file or directory for command '/usr/bin/nfsstat-influx':
Seems to be missing on the new host.
lugin: exec: fork/exec /usr/bin/nfsstat-influx: no such file or directory for command '/usr/bin/nfsstat-influx': Seems to be missing on the new host.
fixed with commit b83090e
No branches or pull requests
Add Grafana's dashboards management in Grafana's playbook
https://grafana.com/docs/grafana/latest/administration/provisioning/#dashboards
https://github.com/cloudalchemy/ansible-grafana/blob/0.16.2/tasks/dashboards.yml
The text was updated successfully, but these errors were encountered: