Tutorial · migration-hosting · Published 2026-08-15 · 3 min read

Setting up uptime monitoring for a website

Setting up uptime monitoring: external HTTP checks, regions, alert settings, status pages and the workflow when an alert fires.

Flat editorial illustration showing two data boxes crossing a bridge with a dotted orbit trail between them, one box accepting the transfer.
Illustration: this article at a glance.

The one check that changes everything

An uptime monitor is an external service (in another location from your host) that repeatedly requests your site and alerts you when it fails. "External" is the whole point: a check from your host's own panel says nothing about what the world sees, and the website not loading problem usually shows up first in an external probe.

Editorial close-up illustration showing two data boxes crossing a bridge with a dotted orbit trail between them, one box accepting the transfer.
Illustration: a closer look at the technique described above.

Step 1: register an external monitor

Pick a monitoring service (most provide a free tier for a handful of URLs) and add:

  1. The URL to check: https://www.example.com/ (the root, or a lightweight endpoint that returns 200 quickly).
  2. The method (GET by default), the expected status (200), and a keyword check where you want proof the page rendered (not just "any 200"), e.g. text in the <title>.
  3. Check interval: 1 minute for the main site, 5 minutes is acceptable for a low-traffic brochure. The shorter the interval, the quicker the alert and the noisier the false-positive risk.

Step 2: notification and throttle

Step 3: use the downtime report as a record

A monitor is also an audit: the reports it keeps let you prove uptime (customers and search crawlers both hate unannounced downtime) and find the pattern of short blips. Log each alert with the browser check: was it a full outage, an edge 5xx, or a slow page? The 5xx family article helps separate server failure from a misstep in deployment.

Step 4: turn the alert into a ritual

When an alert fires, the fixed routine shortens the outage:

  1. Confirm the site is actually down from your own browser (not just the monitor's region).
  2. Check the obvious first: the domain/DNS, the certificate, the host panel, and the server disk if the host alerted.
  3. Fix, then watch the health check turn green and the log to confirm the recovery.

The parts most monitoring setups forget

Uptime monitoring pairs with the hosting panel guide, because the panel is usually what you reach for when the first alert fires.

Need a website built, fixed, optimised, migrated or replaced?

This technical resource is written by CSMBAC, a small design and development studio. If you would rather hand the problem to a professional, the website service page explains how we build enquiry-ready websites.

Explore website services