Comment on Ask HN: How do you monitor your systemd services?Comments−2bluesc3yI use the `OnFailure` property to trigger a service that emails me for failed services like backups which are run as system timers + service.I also use `failure-monitor` which is Python service that monitors `journald`.Files on Github for those interested:https://github.com/kylemanna/systemd-utils
Comments
I use the `OnFailure` property to trigger a service that emails me for failed services like backups which are run as system timers + service.
I also use `failure-monitor` which is Python service that monitors `journald`.
Files on Github for those interested:
https://github.com/kylemanna/systemd-utils