Status pages publish selected monitoring health without requiring a Netstamp account. Each page belongs to a project and is available at /status/<slug>.

Create a status page

- Open Status pages in the project.
- Choose New page.
- Set a name and unique slug.
- Add the checks that should be public.
- Configure the page presentation and save it.
Open the public URL in a private browser window to verify what an unauthenticated visitor can see.

Choose what to publish
Use status pages for externally meaningful services rather than every internal check. Group checks around the service language your audience understands, and use clear display names.
Before publishing, review check names, probe names, locations, labels, targets, and incident text for internal topology or customer information. Do not put secrets in any of these fields.

Interpret status
The page derives health from the selected monitoring data. A public page is only as representative as its checks and assigned probes, so confirm that:
- Checks cover the actual user path.
- Probes run from relevant networks or regions.
- Disabled or stale checks are not presented as current evidence.
- Alert and incident behavior matches the public message you intend to communicate.

Change a slug or remove a page
Changing the slug changes the public URL. Update bookmarks, DNS redirects, and external references after a change.
Disable or delete a page when it should no longer be public. Then verify the old URL from an unauthenticated session and remove any reverse-proxy or CDN caching that could retain it.
Treat a status page as a public interface: keep its scope deliberate, review it after monitoring changes, and test it during incident exercises.
Before sharing the URL, review the underlying checks and alert behavior.