Wiki

How Uptime Alerts Work

Updated 2026-04-05 · Published 2026-04-01

Direct answer

Uptime alerts turn failed or degraded checks into notifications through channels like email, SMS, chat, or webhooks. A typical pipeline is: probe runs → result evaluated → state machine decides “new incident” vs “ongoing” vs “recovered” → deduplicated message → on-call response.

Key points

  • Confirmation: Multiple failures before paging reduces noise; single immediate alerts suit high-criticality paths.
  • Flapping: Short timeouts and single-region checks can cause false positives—tune thresholds and use multi-location confirmation when possible.
  • Routing: Map services to owning teams; include runbook links in alert bodies.

Alert fatigue

The goal is signal. If alerts are ignored, tighten conditions, aggregate related failures, and separate “informational” from “page now.”

Limitations

Alerts notify—they do not diagnose root causes. Pair with logs, traces, and deployment records for investigation.

Frequently asked questions

What is a good default for website checks?

Start with 2–3 consecutive failures or multi-region agreement before paging; adjust by revenue impact.

Should alerts include screenshots or bodies?

Include concise evidence (status code, region, timing). Avoid dumping large HTML in SMS.