]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/grafana.ini.erb
Configure SMTP for prometheus
[chef.git] / cookbooks / prometheus / templates / default / grafana.ini.erb
index bdc1437778106b93724ed2daaa8e56f51ba04a7e..08f1d5dfd2f4d4e989e8da2e247697643819cf8d 100644 (file)
@@ -1,8 +1,17 @@
 # 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] %>
+
+[smtp]
+enabled = true
+host = localhost:25
+skip_verify = true
+from_address = admins@openstreetmap.org
+from_name = Prometheus