-
Hi, I monitor many of the services I run in the house (influxdb, Grafana, various GUIs, access points, smart plugs, solar inverter, ...) using uptime Kuma. So there's no fancy checkmk or zabbix or the like available, but Kuma (running redundantly on a VM and a Pi, respectively) notifies me via instant messenger when something's wrong. I also have a daily cron job backing up various paths from my NAS to a remote location which supports borg, but no arbitrary scripts (Hetzner storage VM). Has anyone of you implemented a simple monitoring solution to check that the latest backup is not older than 24 hours which does not depend on the system doing the backup job? Maybe even using something in combination with Kuma? If so I'd love to hear about it! Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Isn't what Healthchecks.io is doing? |
Beta Was this translation helpful? Give feedback.
-
It's not easy to do that server side (just looking at the repo), because borg's threat model is that the server is untrusted. Repos usually are encrypted, so you are not able to see when the last successful backup was. You can see that last "activity" though, if you look at the time stamp of the files, e.g. the repo index. |
Beta Was this translation helpful? Give feedback.
Isn't what Healthchecks.io is doing?