Skip to main content
Version: 1.0.8

Status Pages

StatusPages

A status page communicates service health outside RabbitQA. Each page is a list of components, and each component is one of your monitors — the monitor's live status becomes the component's status.

The screen is at /healthcheck/status-pages.

Creating a page

Click New status page and fill in:

FieldNotes
TitleFor example Acme Status
SlugThe page's address. It is generated from the title and previewed live
DescriptionOptional
Publicly reachable without a passwordWhether the page needs no password

Click Create. A page cannot be edited after creation, so check the slug before saving.

Adding components

A new page has no components until you add them.

  1. Click Component on the page.
  2. Pick a Monitor.
  3. Optionally override the Display name, which defaults to the monitor name.
  4. Click Add.

Components can be removed individually.

Reading a page card

Each page card shows its title, a Public or Private badge, its description, and its address.

An overall status pill summarizes the components:

PillMeaning
No componentsNothing has been added to the page yet
All systems operationalEvery component is up
Partial outage (N)N components are down
Major outageEvery component is down

Component rows carry their own status: Operational, Down, Paused, or Unknown.

note

There is no in-app renderer for the public view in this release. The address shown on the card, /healthcheck/api/v1/public/status-pages/{slug}, is the API the page is served from rather than a finished customer-facing page.