lookuppierre
Member
OP
- Joined:
- Aug 2024
- Posts:
- 113
- From:
- Lyon, France
I am watch the status page for three hour. Three! And always it is say « All Systems Operational ». Meanwhile my site is die, my users are scream, and the provider is pretend nothing is happen.
I take the Screenshot, I save it. Now I have the Proof. How these people can sleep? I am not understand.
Oui, I know, some outage is normal. But to lie about it? That is the different thing. The Honesty is free, no?
Anyone else have this experience with the RackNerd https://www.racknerd.com or others? I am curious if this is the common disease.
prix fixe infrastructure: €5/mo
tallinnying
Member
Night Shift
- Joined:
- Aug 2024
- Posts:
- 268
- From:
- Tallinn, EE
Anyway I wrote a thing at 3am that scrapes provider status pages and diffs them against actual icmp
#!/bin/bash
# status_lie_detector.sh
# idk why i do this
curl -s status.racknerd.com | grep "operational" && \
ping -c1 racknerd.com || \
echo "$(date): LIE DETECTED" >> lies.log
Runs on a cronjob from my toaster. Results are predictable.
builds at 3AM, sleeps at noon
pauloserver
Member
- Joined:
- Jun 2024
- Posts:
- 117
- From:
- São Paulo, Brazil
Cara, this is going to make me crazy. I use Time4VPS and same thing, always "operational" but my site is down. I changed provider, did it this week.
This status page is just for show, that is the true. I moved to GreenCloudVPS maybe — https://greencloudvps.com — my friend say they are honest about problems. I see.
chill infrastructure for chill people 🦫
pauloserver
Member
- Joined:
- Jun 2024
- Posts:
- 117
- From:
- São Paulo, Brazil
20 days late but this thread is too familiar
Budget providers cheap out on the status page because it's not "customer facing" until it is
This is exactly the thing though — it IS customer facing the second something breaks
I moved from RackNerd to KnownHost last year and the difference was just that KnownHost posted a yellow banner within maybe four minutes of a routing hiccup. Four minutes! Still annoying, but I could stop refreshing and go make coffee instead of guessing
The status page isn't about being pretty, it's about reducing the support tickets from people who just want to know if they should wait or panic
chill infrastructure for chill people 🦫