Skip to main content
Version: Next

Incidents

An incident is opened when a monitor fails. The Incidents screen at /healthcheck/incidents holds two tabs: the incident list, and the runbooks your on-call team follows when one fires.

Incidents

Incidents

The list is filtered by a range of 7 days, 30 days, or 90 days, defaulting to 30, and by a search box that matches as you type.

ColumnContents
MonitorThe monitor that failed
StatusRESOLVED, ACKNOWLEDGED, or ongoing
Root causeThe recorded cause
StartedWhen the incident opened
DurationHow long it has been open, or how long it lasted
CodeThe status code recorded for the failure

Selecting a row opens the incident.

Incident detail

The header carries Acknowledge and Resolve while the incident is open. Acknowledging marks that someone is on it; resolving closes it.

Summary

LabelContents
StartedWhen the first failure was recorded
EndedWhen it recovered, or ongoing
DurationTotal time open
Status codeThe code returned by the failing check
SeverityAs recorded on the incident
Acknowledged byWho acknowledged it
Assigned toWho owns it
MethodThe request method, for HTTP-family checks

Root cause analysis

The Root cause analysis card runs an AI analysis of the incident on demand.

Click Analyze. The result is a probable root cause, a list of suggested fixes, and a confidence percentage. Until you run it the card reads No analysis yet — run it to get a probable cause and suggested fixes.

Session recording

When the incident came from a failed Browser Check, a Session recording card shows what the browser saw when the check failed. It appears only when a recording exists for that run.

Request and response

The captured request headers, request body, response headers, and response body, pretty-printed. Some check types capture nothing, and the card says so.

Activity and comments

Activity lists what happened on the incident. Comments lets your team discuss it — type into the box and click Comment.

Runbooks

A runbook is a written playbook for a common incident, so on-call has the steps ready.

Click New runbook and fill in:

FieldNotes
NameFor example Site Down — Response
Description (optional)A short summary
Content (Markdown)The response steps

Runbooks can be expanded in place, edited, and deleted.

note

A runbook is one free-text document. There is no structured step list, no per-step checkoff, and no link between a runbook and a particular monitor or incident. Expanded content is displayed as plain preformatted text rather than rendered Markdown.