]> git.openstreetmap.org Git - chef.git/blob - cookbooks/prometheus/templates/default/grafana.ini.erb
Revert "Blackhole unreachable Amazon IPv6 block on equinix machines"
[chef.git] / cookbooks / prometheus / templates / default / grafana.ini.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 instance_name = prometheus.openstreetmap.org
4
5 [server]
6 root_url = https://prometheus.openstreetmap.org/
7
8 [security]
9 admin_user = admin
10 admin_password = <%= @passwords[:grafana_admin] %>
11 disable_gravatar = true
12 cookie_secure = true
13
14 [smtp]
15 enabled = true
16 host = localhost:25
17 skip_verify = true
18 from_address = admins@openstreetmap.org
19 from_name = Prometheus
20
21 [auth.anonymous]
22 enabled = true
23 org_name = OpenStreetMap
24 org_role = Viewer