]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/grafana.ini.erb
Install grafana as an interface to prometheus
[chef.git] / cookbooks / prometheus / templates / default / grafana.ini.erb
diff --git a/cookbooks/prometheus/templates/default/grafana.ini.erb b/cookbooks/prometheus/templates/default/grafana.ini.erb
new file mode 100644 (file)
index 0000000..bdc1437
--- /dev/null
@@ -0,0 +1,8 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+[server]
+root_url = https://prometheus.openstreetmap.org/
+
+[security]
+admin_user = admin
+admin_password = <%= @passwords[:grafana_admin] %>