browbeat/ansible/install/roles/grafana/templates/data_source.json.j2
Alex Krzos 59bf86c75c Adding CFME All-In-One Install and support.
+ Disable epel after graphite install and after grafana install
+ Add readme for cfme-all-in-one
+ Allow port to be changed for graphite/grafana
+ Automated adding graphite as data source
+ Removed grafana api key usage from dashboards-generic, dashboards-openstack
+ wait for grafana to be ready for new data source

Change-Id: I97235d60032d60061790f99d6d811ecc9d6f4c36
2016-03-18 12:39:28 -04:00

10 lines
249 B
Django/Jinja

{
"name":"graphite",
"type":"graphite",
"url":"http://{{graphite_host}}:{{graphite_port}}/",
"access":"proxy",
"isDefault":true,
"basicAuth":true,
"basicAuthUser":"{{graphite_username}}",
"basicAuthPassword":"{{graphite_password}}"
}