You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
340 B
Django/Jinja
11 lines
340 B
Django/Jinja
apiVersion: 1
|
|
|
|
{% if grafana_server_provisioning_folders_from_filesystem | bool %}
|
|
providers:
|
|
- name: dashboards
|
|
type: file
|
|
updateIntervalSeconds: {{ grafana_server_provisioning_dashboards_update_interval_seconds }}
|
|
options:
|
|
path: "{{ grafana_server_paths_dashboards }}"
|
|
foldersFromFilesStructure: true
|
|
{% endif %} |