Government service uptime monitoring for citizen forms and lookups: verify submission, not just rendering, cover every public certificate, and give residents an honest status page.
Public services have no competitor and no opt-out: when a benefits portal or a permit form is down, residents simply cannot complete an obligation. Availability and clear public communication are the signal, often under accessibility and reporting expectations.
Public services are obligations, not choices: a resident who cannot reach a benefits portal or submit a permit form has no competitor to switch to and often a deadline they cannot move. That raises the bar in two ways. First, checks must verify the action, not just the page — a content check confirming the real form loads, and where possible exercising the submission path, because a form that renders but cannot submit is a complete outage from the resident's side. Second, honest public communication matters more than usual: a public status page backed by real checks gives residents and front-line support one trustworthy source during an incident, instead of a phone line guessing. Cover every public hostname with a certificate check, since an expired certificate locks citizens out entirely.
Put HTTP and content checks on the citizen-facing forms and lookups, SSL certificate checks on every public hostname, and a public status page so residents and support lines have one honest source during an incident.
Avoid measuring success by internal uptime numbers alone. A form that loads but cannot submit is down to the resident, so checks must confirm the action completes, not just that a page appears.
List the endpoints, jobs, and components where an outage would reach the people you serve. Keep the first pass to production.
Use HTTP or content checks for web surfaces, TCP for raw ports, SSL certificate checks for HTTPS expiry, and heartbeats for scheduled work.
Put production, staging, and per-client checks in their own groups so routing and noise stay under control.
Adjust intervals and retry counts once real data shows which alerts were signal and which were noise.
Free plan, no credit card required.