mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 15:52:44 +02:00
16 lines
332 B
YAML
16 lines
332 B
YAML
|
|
# Auto-load the brightstaff dashboard JSON on Grafana startup.
|
||
|
|
|
||
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
providers:
|
||
|
|
- name: brightstaff
|
||
|
|
orgId: 1
|
||
|
|
folder: Plano
|
||
|
|
type: file
|
||
|
|
disableDeletion: false
|
||
|
|
updateIntervalSeconds: 30
|
||
|
|
allowUiUpdates: true
|
||
|
|
options:
|
||
|
|
path: /var/lib/grafana/dashboards
|
||
|
|
foldersFromFilesStructure: false
|