Fix default dashboard

This commit is contained in:
tom.chivert 2023-08-21 17:29:21 +02:00
parent 90fed8362c
commit 50cb783bf6

View File

@ -4,7 +4,7 @@ root_url = %(protocol)s://%(domain)s
[dashboards]
{% if prometheus_cloudflare_exporter_targets is defined %}
default_home_dashboard_path = /etc/grafana/provisioning/dashboards/overview_cf.json
default_home_dashboard_path = /etc/grafana/provisioning/dashboards/overview-cf.json
{% else %}
default_home_dashboard_path = /etc/grafana/provisioning/dashboards/overview.json
{% endif %}