USE CASE · Self-hosted operations
When you do not want a third party to know which services you run, when your monitoring tool needs to be on a different failure domain than the things it watches, or when 'managed' costs more than a half-day of ops time per month.
Your checks and dashboards run on a small box you control. The public status page — the only piece your customers ever see — runs somewhere else, on infrastructure that is independent of everything you self-host. A failure in your stack takes the services down; the status page stays up and tells the truth.
Your self-hosted monitoring stack is the most ironic thing to take down. When the box dies, you cannot tell your customers that the box is dead — you are the box.
HTTP/HTTPS on every customer-facing service. TCP on every backend service they care about. A public status page on infrastructure that is not the same box as the monitors. If the page is on the same box, you have just moved the single point of failure from 'the service' to 'the service and the status of the service'.
Free plan. No card. Cancel any time.