diff --git a/conf/grafana/provisioning/dashboards/all.yaml b/conf/grafana/provisioning/dashboards/all.yaml index aa79647..37b063f 100644 --- a/conf/grafana/provisioning/dashboards/all.yaml +++ b/conf/grafana/provisioning/dashboards/all.yaml @@ -1,6 +1,9 @@ -- name: 'default' # name of this dashboard configuration (not dashboard itself) - org_id: 1 # id of the org to hold the dashboard - folder: '' # name of the folder to put the dashboard (http://docs.grafana.org/v5.0/reference/dashboard_folders/) - type: 'file' # type of dashboard description (json files) - options: - folder: '/var/lib/grafana/dashboards' # where dashboards are +apiVersion: 1 + +providers: + - name: 'default' # name of this dashboard configuration (not dashboard itself) + org_id: 1 # id of the org to hold the dashboard + folder: '' # name of the folder to put the dashboard (http://docs.grafana.org/v5.0/reference/dashboard_folders/) + type: 'file' # type of dashboard description (json files) + options: + path: '/var/lib/grafana/dashboards' # where dashboards are