20 lines
387 B
YAML
20 lines
387 B
YAML
apiVersion: 1
|
|
|
|
# providers:
|
|
# - name: 'main'
|
|
# orgId: 1
|
|
# folder: ''
|
|
# type: file
|
|
# disableDeletion: true
|
|
# options:
|
|
# path: /app.cfg/dashboards
|
|
|
|
providers:
|
|
- name: 'default'
|
|
orgId: 1
|
|
folder: ''
|
|
type: file
|
|
disableDeletion: false
|
|
updateIntervalSeconds: 3 #how often Grafana will scan for changed dashboards
|
|
options:
|
|
path: /etc/grafana/provisioning/dashboards |