Status Pages
Public, shareable pages that show a curated slice of your monitors. Ideal for announcing incidents to customers without granting them dashboard access.
HOW IT WORKS
- Create a status page from the drawer, give it a slug (e.g. status.example.com -> /status/example), and add monitors or groups.
- Public viewers see sanitized info only: monitor name, current state, uptime summary, and open incidents. URLs, hosts, ports, headers, keywords, and tokens are redacted.
- Up to 10 status pages per account.
EMBED ON YOUR SITE
Drop the full status page into your site, docs, or wiki via an iframe. Viewers see the same sanitized view as /status/<slug>.
<iframe
src="https://keepitalive.dev/embed/status/{slug}?theme=dark"
width="100%" height="600" frameborder="0"
style="border:0;border-radius:6px;">
</iframe>theme=dark | light controls the colour scheme. For single-monitor tiles and badges, see the Embeds page.
NextEmbeds