Cloud Naasson Cloud

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 Gateway
    no data
  • Marketplace
    no data
  • Payments
    no data
  • CLI — install.sh
    no data
  • Worker Fleet
    no 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)