Comment on Ask HN: How do you monitor your systemd services?Comments−jiehong3yI’d go with sending myself a push notification on the phone through a dedicated service file and then call it with this in my unit file:OnFailure=send-push-notification.servicePerhaps via a WhatsApp notification or any other instant message [0] or any other service such as matrix as said in another comment.[0] https://developers.facebook.com/docs/whatsapp/cloud-api/get-...
Comments
I’d go with sending myself a push notification on the phone through a dedicated service file and then call it with this in my unit file:
OnFailure=send-push-notification.service
Perhaps via a WhatsApp notification or any other instant message [0] or any other service such as matrix as said in another comment.
[0] https://developers.facebook.com/docs/whatsapp/cloud-api/get-...