blob: 19dc8ccc960114c96b74c6d1879cfb2f2f482d16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
apiVersion: 1
providers:
# <string> an unique provider name
- name: 'klee'
# <string, required> name of the dashboard folder. Required
folder: ''
# <string, required> provider type. Required
type: file
# <bool> enable dashboard editing
editable: true
options:
# <string, required> path to dashboard files on disk. Required
path: /var/lib/grafana/dashboards
|