Status
Cloud Naasson component health updates in real time via SSE — no page reload needed. Probes run every 5 minutes.
Services
Each row updates automatically as monitoring data arrives.
Reconnecting…
- API Gatewayno data
- Marketplaceno data
- Paymentsno data
- CLI — install.shno data
- Worker Fleetno data
Loading data…
90-day uptime
Historical 90-day uptime charts will appear here once enough probe data has accumulated (service launched 2026-05-19). Probes run every 5 minutes — first aggregates will be visible within 24 hours.
Incident history
Public incident history is posted here after triage. We do not hide outages — a postmortem is published within one week of every significant incident.
Plug in your own monitoring
A REST snapshot of the current status is available at:
GET https://api.cloud.naasson.com/status/snapshot Response schema:
{ "status": "ok|degraded|outage", "services": { "<id>": { "state": "...", "latency_ms": 0, "ts": "<ISO-8601>" } } } SSE stream (for live dashboards):
GET https://api.cloud.naasson.com/status/events (text/event-stream, no auth)