mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
16 lines
561 B
YAML
16 lines
561 B
YAML
apiVersion: 1
|
|
|
|
providers:
|
|
- name: 'knl_meowscendence dashhhh'
|
|
# <bool> disable dashboard deletion
|
|
disableDeletion: false
|
|
# <int> how often Grafana will scan for changed dashboards
|
|
updateIntervalSeconds: 30
|
|
# <bool> allow updating provisioned dashboards from the UI
|
|
allowUiUpdates: false
|
|
options:
|
|
# <string, required> path to dashboard files on disk. Required when using the 'file' type
|
|
path: /dashboards
|
|
# <bool> use folder names from filesystem to create folders in Grafana
|
|
foldersFromFilesStructure: true
|