Checkmate
DocumentationStatus pages

Sharing your status page

Share your status page URL with users.

Overview

Once a status page is published, its public URL is reachable at /status/public/:slug on your Checkmate host.

Public URL

Each status page has a unique URL based on the slug you configured. Share this URL with anyone who needs to check your service status.

Note

Use a descriptive URL slug like 'api-status' or 'app-health' to make the link memorable.

Custom domain

Since v3.9.1 a published status page can live on your own domain, e.g. status.example.com:

  1. In the status page settings, enter the hostname in the Custom domain field.
  2. At your DNS provider, point that hostname at your Checkmate instance — a CNAME to the host serving Checkmate, or an A record to its IP.
  3. Publish the page. Checkmate serves it directly when a request arrives for that domain.

One domain maps to one status page; unpublished pages don't claim their domain.

On this page