Status Pages & Widgets

Build customer trust by launching dedicated, live service health dashboards and embedding status indicators on your site.

Creating a Status Page

Create service health pages to show real-time check history to your customers:

  1. Navigate to the Status Pages tab in your sidebar.
  2. Click the Create Status Page button.
  3. Enter a Title (e.g. Aurexis API Health).
  4. Choose your Custom Slug. This dictates the path (e.g. entering api-health creates https://www.pingzoapp.com/status/api-health).
  5. Check the boxes next to the monitors you want to display on this page.
  6. Choose your visibility settings: **Public** or **Private**.
Public Status Pages

Public status pages are accessible by anyone on the internet and indexed by search engines. They are perfect for sharing service reliability with prospective clients and existing customers.

Private Status Pages

Private status pages are protected and only visible to authorized team members logged into your account. Use these for tracking sensitive internal networks, database replicas, or staging servers.

Embed Uptime Status Widget

Show a real-time status badge (e.g. "All Systems Operational") in your website footer by embedding our client-side Javascript tag.

Embed Instructions

Copy the script tag below and paste it right before the closing </body> tag on your HTML website. Swap YOUR_STATUS_PAGE_SLUG for the slug you set for your status page (e.g. api-health).

<script src="https://www.pingzoapp.com/widget.js" data-id="YOUR_STATUS_PAGE_SLUG" ></script>