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:
- In the status page settings, enter the hostname in the Custom domain field.
- At your DNS provider, point that hostname at your Checkmate instance — a
CNAMEto the host serving Checkmate, or anArecord to its IP. - 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.