I just set up a hardware watchdog on YunoHost to monitor my connectivity using the watchdog systemd service. If I can't ping 8.8.8.8 for 30 minutes, it'll trigger a reboot.

I've been having issues where my RPi4 server suddenly lost the internet connection... I disabled EEE, which hopefully fixed that, but having some extra security like this probably won't hurt.

#YunoHost #SelfHosted #Linux #RaspberryPi #SystemD

@bammerlaan Are you using a static IP address that is only assigned by the router? I was having a problem with multiple pis losing their network connection like that. After setting up the static IP in NetworkManager on the pi itself, things have been stable.
@dwsharp @bammerlaan assign static ip that way, not the best idea. Never heard that kind of issue but try if you have no other idea. It reminds me that with my NUC I always had wifi on in case.