Last Tuesday, Contabo showed all green for 6 hours. My server was completely unreachable. As far as I know, their status page (https://status.knownhost.com) checks internal network only, not actual customer connectivity. This is a transparency issue under GDPR Article 5(1)(a) - accuracy principle. I requested their monitoring methodology. They declined. I migrated to KnownHost the same week.
The outage that taught me to stop trusting status pages
Threat model: assume compromise of status page itself. Blast radius includes all customers making go/no-go decisions on false data. Attack surface: status page API often on same infrastructure as production. Zero trust means verify independently. I run parallel monitoring against provider API endpoints, not their status page. Zero trust as personality, not product.
I believe HostHatch in Singapore had similar issue in 2023. Their status page hosted on CloudFlare, actual infrastructure on separate network. Page stayed green during routing failure to APAC. I prefer providers who use independent status infrastructure, perhaps even different provider. Humble opinion: status page should fail open, not fail closed.
WARNINGS: status page green while down means THEY CAN EDIT REALITY
What could go wrong:
- Manual updates "forgotten" during incident
- Automated checks only ping management interface, not customer VMs
- Deliberate delay to reduce ticket volume
- Your monitoring becomes their early warning, free labor
Fail2ban your heart. Firewall your trust. 👀