Dashboard configuration file
Use this file to configure the dashboard.
# # config file version
apiVersion: 1
providers:
- name: 'MCNM-HUB'
# orgId: 1
# folder: ''
# folderUid: ''
type: file
# <bool> disable dashboard deletion
disableDeletion: false
# <int> how often Grafana will scan for changed dashboards
updateIntervalSeconds: 10
# <bool> allow updating provisioned dashboards from the UI
allowUiUpdates: false
options:
path: /var/lib/grafana/dashboards
# <bool> use folder names from filesystem to create folders in Grafana
foldersFromFilesStructure: true