About this dashboard
Operations Status Dashboard is an operational health dashboard.
It is read-only and gated by Cloudflare Access; check-ins are pushed to it from
monitored systems via the
POST /v1/checkin API.
How it works
-
Producers (PowerShell scripts, GitHub Actions, internal services) send
a
MonitorCheckinJSON payload signed with the shared ingest key. - The Worker validates, persists, and exposes the latest state per monitor along with rolling history and uptime stats.
-
This dashboard polls
/api/v1/checksevery 30 seconds and renders the result. No client-side state survives a refresh.
Status semantics
- OK — last check-in reported success.
- Warn — degraded but functional.
- Fail — producer asserts the system is broken.
- Error — producer crashed before reporting; trust the message.
- Stale — server-computed: the producer missed its
expected_next_checkdeadline. - Unknown — explicit "I don't know yet".
Privacy
No third-party analytics, no embedded trackers, no cookies beyond what Cloudflare Access requires for authentication.