A public status page at arcanada.online that reports the live health of every Arcanada service: which ones are operational, which are degraded, which are down. Data comes from Ops Bot ecosystem snapshots through a CORS-enabled JSON endpoint, refreshed by client-side polling every 30 seconds. Bilingual (EN/RU), static HTML/CSS/JS, deployed via rsync.
Capabilities
- Real-time service health tiles with green/yellow/red indicators
- Aggregate ecosystem indicator at the top of the page
- Client-side polling every 30 s — no full page reloads
- EN/RU language switcher without reload
- Mini-badge embed on arcanada.ai and other ecosystem sites
- CORS-enabled JSON snapshot from Ops Bot
- Static deploy (rsync) with Cloudflare in front; no app server to maintain
Current autonomy level
Weakest link
No incident history page yet — status is current-moment only. SLA history, uptime charts, and subscriptions (Telegram/email/RSS) are deferred to later iterations of the status product family.
Roadmap to L2
- L1 → L2 — Ops Bot integration that emits `category: warning` when a service stays degraded for ≥3 consecutive cron ticks.
- L2 polish — incident history page with Statuspage-style timeline pulling from Ops Bot event log.
- Verification gate — kill a monitored service and assert the dashboard flips to outage within one poll cycle (≤30 s).