17 lines
476 B
YAML
17 lines
476 B
YAML
|
|
# Load any dashboard JSON dropped in /var/lib/grafana/dashboards (mounted from
|
||
|
|
# ./grafana/dashboards) at startup, so the fleet overview is version-controlled
|
||
|
|
# in this repo rather than hand-built in the UI.
|
||
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
providers:
|
||
|
|
- name: thermograph
|
||
|
|
orgId: 1
|
||
|
|
folder: Thermograph
|
||
|
|
type: file
|
||
|
|
disableDeletion: false
|
||
|
|
editable: true
|
||
|
|
updateIntervalSeconds: 30
|
||
|
|
options:
|
||
|
|
path: /var/lib/grafana/dashboards
|
||
|
|
foldersFromFilesStructure: false
|