Homepage dashboard improvements #76
1 changed files with 12 additions and 0 deletions
Add borgmatic backup status widget to Homepage
Displays time since last backup using prometheusmetric widget querying Prometheus for borgmatic_last_archive_timestamp Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
a423b9aa04
|
|
@ -44,6 +44,18 @@ config:
|
|||
href: https://nas.ops.eblu.me
|
||||
icon: synology
|
||||
description: NAS dashboard
|
||||
- Borgmatic:
|
||||
href: https://grafana.ops.eblu.me/d/borgmatic
|
||||
icon: borgmatic
|
||||
description: Backup system
|
||||
widget:
|
||||
type: prometheusmetric
|
||||
url: https://prometheus.ops.eblu.me
|
||||
metrics:
|
||||
- label: Last backup
|
||||
query: time() - borgmatic_last_archive_timestamp
|
||||
format:
|
||||
type: duration
|
||||
|
||||
# External bookmarks
|
||||
bookmarks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue