DOCS

Quickstart

Go from zero to your first monitor and alert in under 10 minutes.

Before you begin

You need a browser and an email address. No credit card is required for the Free plan.


Step 1 — Create your workspace

  1. Go to /signup and enter your email address.
  2. Choose a workspace name (e.g. acme-ops). This name appears on your status page URL.
  3. Verify your email — check your inbox for the confirmation link.
  4. Log in. You land on the Dashboard.

Step 2 — Add your first HTTP monitor

  1. In the sidebar, click Monitors.
  2. Click + New Monitor and choose HTTP / HTTPS.
  3. Fill in the fields:
FieldExample value
NameProduction API
URLhttps://api.example.com/health
Check interval60s
Expected status2xx (default)
  1. Leave all other fields at their defaults for now.
  2. Click Save.

The monitor runs its first check within seconds. The status indicator turns green once the first successful check returns.


Step 3 — Add a notification channel

Without a notification channel, incidents are created but you will not receive alerts.

  1. In the sidebar, click Integrations.
  2. Click + Add Channel and choose Email.
  3. Enter the email address where you want to receive alerts.
  4. Click Save, then click Send Test Alert to verify delivery.

Step 4 — Attach the channel to your monitor

  1. Go back to Monitors and open the monitor you created.
  2. Click Edit.
  3. In the Notifications section, select the email channel from the dropdown.
  4. Click Save.

Your monitor now triggers an alert to your email when the endpoint goes down.


What happens next

  • The monitor checks your URL every 60 seconds from a HOWLOPS prober node.
  • If the check fails, an incident is created and an alert is sent.
  • When the endpoint recovers, the incident resolves automatically and a recovery email is sent.

Continue to Install & sign up for workspace settings, or jump to Concepts to understand how monitors, heartbeats, and incidents fit together.

Was this page helpful?