Reliability & status

This page is the human-readable roll-up of the platform's reliability monitors. It is read-only documentation of how the platform is watched, what the current alerts are, and how to read the evidence. The live, timestamped records live in logs/, updated by the monitoring scripts on the owner's machine.

● Operational SLOs defined: uptime 99% · response 1–2s · booking 98% · accuracy 99% · support 24–48h

Status is "operational" when no monitor is currently red. Any WARN or CRITICAL alert flips the relevant SLO below and appends to the incident log. Full definitions in docs/slo/SLO.md.

SLO status

SLOStatusMonitor
Uptime 99%OKtools/monitor/uptime.sh · 30s
Response time 1–2sOKtools/monitor/perf.sh · 60s
Booking reliability 98%OKtools/monitor/booking.sh
Data accuracy 99%OKtools/monitor/accuracy.sh · nightly
Support response 24–48hOKtools/monitor/support.sh

The table reflects the most recent monitor verdict whether green or red. A red SLO flips its pill to the matching colour.

Alert thresholds

SignalWARNCRITICALChannel(s)
Uptime3 fails / >1% in 5m10 fails / down ≥5memail / email+WhatsApp
Perf p95>2s>3s or >20% over 2semail / email+WhatsApp
Booking>2% fail>5% / overbookemail / email+WhatsApp
Accuracy1 inaccuracy>1% / cross-academyemail / email+WhatsApp
Support>24h>48hemail / email+WhatsApp

WhatsApp carries CRITICAL only, and its text is sanitised to never name a child, academy, email, phone, or request body (the lock-screen rule). The durable incident logbook is docs/pages/reliability.md.

How to read the evidence

Suggested fixes for any red SLO are recorded in the incident log as each alert fires; the human process (escalation) is in docs/slo/SLO.md.