minus-squareFmstrat@lemmy.worldtoSelfhosted@lemmy.world•Those who don't use dashboards, how are you managing your services?linkfedilinkEnglisharrow-up2·6 hours agoSet of cron jobs that check services, then send a Matrix message if there’s an issue. For the cron jobs, I pipe stderr to another script that watches those and does the same. If all fails, and internet is unavailable and the router crashes, a Pi will toggle a relay, cutting and resupplying power. linkfedilink
Set of cron jobs that check services, then send a Matrix message if there’s an issue.
For the cron jobs, I pipe
stderr
to another script that watches those and does the same.If all fails, and internet is unavailable and the router crashes, a Pi will toggle a relay, cutting and resupplying power.