commit | 1ff98fed2a996a3bc7c29b7ce8760822f358ec02 | [log] [tgz] |
---|---|---|
author | Éric Lemoine <elemoine@mirantis.com> | Mon Nov 28 13:41:30 2016 +0000 |
committer | Éric Lemoine <elemoine@mirantis.com> | Mon Nov 28 13:41:30 2016 +0000 |
tree | 45dd341ddf88a4ead22f8ebff20a4d882c41dc93 | |
parent | ec19a306b3b391d0cfad2e749eabe7f6895b43a2 [diff] |
Put Grafana dashboards into their own directory
diff --git a/nginx/files/grafana_influxdb.json b/nginx/files/grafana_dashboards/nginx_influxdb.json similarity index 100% rename from nginx/files/grafana_influxdb.json rename to nginx/files/grafana_dashboards/nginx_influxdb.json
diff --git a/nginx/meta/grafana.yml b/nginx/meta/grafana.yml index a03677a..f8d90c9 100644 --- a/nginx/meta/grafana.yml +++ b/nginx/meta/grafana.yml
@@ -1,4 +1,4 @@ dashboard: nginx: format: json - template: nginx/files/grafana_influxdb.json + template: nginx/files/grafana_dashboards/nginx_influxdb.json