Does cloudflare offer a hosted status page?

My search-fu is terrible, or this doesn’t exist. Does CF have a feature similar to Statuspage IO?

Cloudflare does not offer such a product. At most, Cloudflare has Health Checks (https://developers.cloudflare.com/health-checks/) for Pro or higher, but there’s no public pages for them.

You could build something like that on Cloudflare’s platform though, and others have in the past: GitHub - eidam/cf-workers-status-page: Monitor your websites, showcase status including daily history, and get Slack/Telegram/Discord notification whenever your website status changes. Using Cloudflare Workers, CRON Triggers, and KV storage.
That is older, but you could do even more now with D1 (CF’s SQLite Database offering), and Durable Object Location Hints to monitor from specific regions.

5 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.