59bf86c75c
+ 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
10 lines
249 B
Django/Jinja
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}}"
|
|
} |