Status reference
What the colored pills around the app mean. Three primitives — Issues, Incidents, Monitors — each with its own status vocabulary.
Nightlamp uses three status vocabularies. Issues describe a fingerprinted group of events (open, acknowledged, resolved, ignored). Incidents describe a customer-facing outage (open, resolved). Monitors describe a recurring probe's lifecycle (active, paused, deleted) — not the most recent probe outcome, which lives in last_check_status. The sections below define each value.
What does each Issue status mean?
An Issue is a fingerprinted group of events with the same root cause. Statuses describe what the Issue is doing right now:
What does each Incident status mean?
An Incident is a customer-facing event ledger — what to email about, what to show on the status page. One Incident can roll up many Issues; one Issue can trigger multiple Incidents over time.
What does each Monitor status mean?
A Monitor is a recurring probe (HTTP, keyword, SSL, TCP) running on a schedule. Statuses describe the monitor itself, not the most recent probe outcome — that lives in last_check_status.