- New borgmatic_metrics ansible role: - Collects borg repository and archive stats hourly - Exports to Prometheus via textfile collector - Metrics: repo size, dedup ratio, archive count, last backup stats - New Grafana dashboard "Borgmatic Backups": - Repository status and disk usage - Backup size trends over time - New data per backup (bar chart) - Deduplication ratio - Time since last backup with alerting thresholds Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
380 B
YAML
7 lines
380 B
YAML
---
|
|
borgmatic_metrics_repo: /Volumes/backups/borg/
|
|
borgmatic_metrics_passcommand: cat /Users/erichblume/.borg/config.yaml
|
|
borgmatic_metrics_dir: /opt/homebrew/var/node_exporter/textfile
|
|
borgmatic_metrics_script: /Users/erichblume/bin/borgmatic-metrics
|
|
borgmatic_metrics_interval: 3600 # seconds between metric collection (hourly)
|
|
borgmatic_metrics_log_dir: /opt/homebrew/var/log
|