Hi all,
I recently had the case that my Pi/HA became unavailable at like 11pm for no apparent reason. It would just not respond anymore to ping, no Web interface etc, so I removed the usb power from the Pi, put it back in, five minutes later everything back to normal.
This is a minor inconvenience and not that bad in my situation, but I would still like to fix this or at least get a message from a second device that the HA is not available anymore. I know there are things like nagios, but I think it’s a bit overpowered(?). I’d simply like a second device that continously monitors if the HA-pi is still available (ping once every ten seconds or something?), and if it is not, wait if it is the case for 60 seconds, then send me a message via my lte router (I already have a working python script that can send me a message).
Is there some software / application that suits my use case, or should I get a Pi, program a minor script and do it all manually? It will take some considerable time and something prebuilt always suits my short free time better