Add documentation link to Loki dashboard for borgmatic (#843).
build / test (push) Successful in 6m37s Details
build / docs (push) Successful in 1m29s Details

This commit is contained in:
Dan Helfman 2024-03-22 11:25:33 -07:00
parent 36d10fecb1
commit f21a2c06e3
2 changed files with 6 additions and 0 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
1.8.10.dev0 1.8.10.dev0
* #842: When a command hook exits with a soft failure, ping the log and finish states for any * #842: When a command hook exits with a soft failure, ping the log and finish states for any
configured monitoring hooks. configured monitoring hooks.
* #843: Add documentation link to Loki dashboard for borgmatic:
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#loki-hook
* Fix handling of the NO_COLOR environment variable to ignore an empty value. * Fix handling of the NO_COLOR environment variable to ignore an empty value.
* Add documentation about backing up containerized databases by configuring borgmatic to exec into * Add documentation about backing up containerized databases by configuring borgmatic to exec into
a container to run a dump command: a container to run a dump command:

View File

@ -401,6 +401,10 @@ loki:
hostname: __hostname hostname: __hostname
``` ```
Also check out this [Loki dashboard for
borgmatic](https://grafana.com/grafana/dashboards/20736-borgmatic-logs/) if
you'd like to see your backup logs and statistics in one place.
## Apprise hook ## Apprise hook