Add file-based dashboard provisioning config and mount dashboards directory into Grafana container for auto-loading dashboard JSON files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
241 B
YAML
12 lines
241 B
YAML
apiVersion: 1
|
|
providers:
|
|
- name: 'MotoVaultPro'
|
|
orgId: 1
|
|
folder: 'MotoVaultPro'
|
|
type: file
|
|
disableDeletion: false
|
|
updateIntervalSeconds: 30
|
|
allowUiUpdates: false
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|