Status Pages
Create a status page
Section titled “Create a status page”
Status pages let your users check the state of your services in real time.
- Go to Status Pages in the sidebar (under Public).
- Click New status page.
- Give it a title and an identifier (URL) — the page’s slug.
- Open the page and pick, under Displayed monitors, which monitors it shows.
The public URL
Section titled “The public URL”A page lives under your organisation’s own slug:
https://okstatus.eu/<your-org-slug>/status/<page-slug>The org slug comes from Settings → General; the page slug is fixed at creation and cannot be changed afterwards. The status pages list has a Copy link action that gives you the full address.
How many pages you get
Section titled “How many pages you get”| Plan | Status pages |
|---|---|
| Free | 1 |
| Pro | 5 |
| Max | 20 |
| Enterprise | Unlimited |
Customization
Section titled “Customization”Everything below is in the page’s General section:
| Option | Description | Plan |
|---|---|---|
| Title | Name shown at the top of the page | All |
| Short description | Intro text below the title | All |
| Accent color | Hex colour used for the page’s highlights (default #00e599) | Pro |
| Theme | Auto (follows the visitor’s system), Light or Dark | Pro |
| Logo | Uploaded image or URL, shown in the header | Pro |
| Favicon | Uploaded image or URL, the browser-tab icon | Pro |
| Page published | An unpublished page is not publicly reachable at all | All |
| Show incident history | Lists past resolved incidents at the bottom of the page | All |
| Visitor issue reports | Shows a “Report an issue” form on the page (on by default) | All |
| Password protection | Requires a password to view the page | Max |
| Heartbeat bar ranges | Which windows visitors can pick: 1h, 6h, 12h, 24h, 7d, 30d, 90d | All |
At least one heartbeat range must stay enabled. 90d is opt-in — existing
pages keep the six shorter ranges until you tick it.
Custom domain
Section titled “Custom domain”A status page can also be served from a domain of your own
(status.your-domain.com) on Pro and above. Point a CNAME at OKStatus and
tell us the hostname — the certificate is provisioned for you. Custom domains
are set up by support today (contact@okstatus.eu); there is no self-service
field in the editor yet.
What’s displayed
Section titled “What’s displayed”The status page automatically shows:
- Overall status — Operational, degraded, or down.
- Each monitor’s state — With a visual indicator (green, amber, red).
- A heartbeat bar and uptime % per monitor, over the range the visitor picks from the ranges you enabled.
- Response time — Average latency per service.
- Announcements — Free-form banners you publish yourself (see below).
- Incidents — Ongoing and, if enabled, past ones with all their updates.
- Scheduled maintenance — Shown in advance to give your users a heads-up.
Announcements
Section titled “Announcements”An announcement is a lighter-weight message than a formal incident — planned work, general information, or an “all clear” — shown at the top of the public page. In the page editor’s Announcements section, give it a title, optional details, and a type: Information, Warning, Outage, Resolved / operational, or Neutral. Announcements can be archived and republished; archived ones stay listed under the editor for reuse.
Use an incident instead when you want subscribers emailed and a resolution timeline.
Embedding on your own site
Section titled “Embedding on your own site”The editor’s Embed section gives you two ready-to-paste snippets:
-
Pulse badge — a small live SVG pill, on every plan. Details and other badge shapes: Status Badges.
-
Floating status bubble (Max) — an expandable corner widget powered by the same live status:
<scriptsrc="https://okstatus.eu/widget.js"data-org="YOUR_ORG_SLUG"data-page="YOUR_PAGE_SLUG"async></script>
Visitor subscriptions
Section titled “Visitor subscriptions”Your users can subscribe to your status page to get email notifications:
- The visitor clicks Subscribe on your status page.
- They enter their email and confirm via a validation link (double opt-in).
- On every new incident or incident update, they receive an automatic email.
- They can unsubscribe at any time via the link at the bottom of each notification.
Subscriptions are entirely handled by OKStatus — no extra setup needed. Full detail: Alerts from a status page.
Visitor issue reports
Section titled “Visitor issue reports”Visitors can also flag a problem your monitors haven’t caught yet, using the Report an issue button on the public page. The report — their email, an optional affected monitor, and a message — is emailed to the organization’s owner and appears in the dashboard’s notification bell. It’s clearly marked as visitor-submitted, not a confirmed OKStatus-detected incident, so verify before acting on it. You can turn the form off per page.
Visibility
Section titled “Visibility”Status pages are public by default — reachable without authentication. On Max and above you can put one behind a password instead, for a page meant only for your customers.