]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/grafana.ini.erb
Increase alert threshold for interface transmit/receive alerts
[chef.git] / cookbooks / prometheus / templates / default / grafana.ini.erb
index bdc1437778106b93724ed2daaa8e56f51ba04a7e..ffd8f976005c1cac03a181e7ac49a115dc09e3b9 100644 (file)
@@ -1,8 +1,24 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
+instance_name = prometheus.openstreetmap.org
+
 [server]
 root_url = https://prometheus.openstreetmap.org/
 
 [security]
 admin_user = admin
 admin_password = <%= @passwords[:grafana_admin] %>
+disable_gravatar = true
+cookie_secure = true
+
+[smtp]
+enabled = true
+host = localhost:25
+skip_verify = true
+from_address = admins@openstreetmap.org
+from_name = Prometheus
+
+[auth.anonymous]
+enabled = true
+org_name = OpenStreetMap
+org_role = Viewer