I’d really like to find a website that displays the percent uptime for each of the lemmy instances in the Fediverse. Does one already exist?
If one doesn’t yet exist, I’m considering making one. In that case, does anyone have any recommended very-simple linux tools for this? I use mon
to detect website outages on my .onion sites, but I don’t think it records previous failures and calculates uptime.
If I do make it myself, it needs to run on Linux and I want something extremely lightweight (ie not nagios, checkmk, etc)
Something easy might be Uptime Kuma? Though it is a self-hosted web app rather than something you manage through the terminal. You could at least run that against the biggest ones.
Ideally I’d want something that I just feed a config file, a sqlite db file, tell it to “run”, and then it spits-out the uptime for each site