this post was submitted on 07 Mar 2024
3 points (100.0% liked)

Let's Chat

24 readers
1 users here now

A community to chat with others about anything.

founded 11 months ago
MODERATORS
3
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

Reddit had a short outage (that's what you say it?) today. What came to my mind is we could use a script that checks if reddit has issues and if it has it could notify us through gmail or whatever and then we have we quickly make a twitter post with appropriate hashtags #redditdown etc. Everyone during outage goes to twitter to ask what happened, that's how they could know we exist. How we can check if the reddit is down? Haven't investigated it yet. There is this site or starters: https://www.redditstatus.com/

EDIT: Not sure if it's worth the effort because such events occur very rarely.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 7 months ago (1 children)

It's pretty easy to do, something like https://github.com/louislam/uptime-kuma would work really well.

We already use it to check the status of HC, so it can be extended to any other site: https://status.hilariouschaos.com

If it helps I can make it e-mail you when Reddit is down, PM me your e-mail address.

[–] [email protected] 2 points 7 months ago (1 children)

How does it work? Doe it check response codes? Because at least during last outage reddit page was loading, but there were some issues with loading content I think. Only the layout was visible or something similar.

I guess we should first know exactly which endpoints to check. Not just reddit.com but the ones that pull data as well. I'll check that later and let you know.

[–] [email protected] 2 points 7 months ago

Yeah it just checks response codes, I guess if the outage is a bit more subtle then it won't catch it.