- 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>
6 lines
269 B
YAML
6 lines
269 B
YAML
---
|
|
- name: Reload borgmatic-metrics
|
|
ansible.builtin.shell: |
|
|
launchctl unload ~/Library/LaunchAgents/mcquack.eblume.borgmatic-metrics.plist 2>/dev/null || true
|
|
launchctl load ~/Library/LaunchAgents/mcquack.eblume.borgmatic-metrics.plist
|
|
changed_when: true
|