Some checks failed
Backups: pg_dump scripts with daily/weekly rotation and Cloudflare R2 offsite sync. Monitoring: Prometheus, Grafana, node-exporter, cAdvisor in docker-compose; /metrics endpoint activated via prometheus_client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
491 B
YAML
18 lines
491 B
YAML
# File-based dashboard provider
|
|
# Import dashboards via Grafana UI; they'll be saved to the SQLite backend.
|
|
# Pre-built JSON dashboards can be placed in the json/ subdirectory.
|
|
# Docs: https://grafana.com/docs/grafana/latest/administration/provisioning/#dashboards
|
|
|
|
apiVersion: 1
|
|
|
|
providers:
|
|
- name: default
|
|
orgId: 1
|
|
folder: ""
|
|
type: file
|
|
disableDeletion: false
|
|
editable: true
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|
|
foldersFromFilesStructure: false
|