Documentation

Quickstart

1. Create an account

Go to monitor.whatping.com and sign up with an email address and a password. Passwords need at least 8 characters including upper case, lower case and a digit.

You will get a verification code by email — verification is required, not optional. You can also sign in with a one-time code instead of a password if you prefer.

A workspace is created for you. Everything — monitors, channels, members — belongs to a workspace.

2. Add your first monitor

Start with a domain expiry monitor, not an HTTP one. It takes thirty seconds and it covers the failure with no other warning signal.

  1. Add monitor
  2. Type: Domain registration expiry
  3. Domain: your apex domain, e.g. example.com — no https://, no path
  4. Warn below: 30 days
  5. Create

The first check runs within about fifteen minutes. When it does, the monitor shows your registrar, the expiry date and days remaining.

3. Add an HTTP monitor

  1. Add monitorHTTP
  2. URL: https://your-site.example.com/
  3. Interval: 60 seconds
  4. Accepted status: 200-299 — a range rather than a single code, so a 204 or 206 is not a false alarm
  5. Create

The monitor starts in pending and moves to up after its first successful check.

To catch the “200 but broken” case, add a keyword assertion: a string that appears on a working page and would be missing on a broken one — a nav item, a heading, or an element you know renders after the database call.

4. Attach an alert channel

A monitor with no channel changes state silently. Pick the fastest one to prove:

ntfy — no account, no token.

  1. Install the ntfy app, or open ntfy.sh in a browser
  2. Subscribe to an unguessable topic, e.g. whatping-a7f3c9d2e1
  3. In WhatPing: ChannelsAddntfyhttps://ntfy.sh/whatping-a7f3c9d2e1
  4. Attach it to your monitor

Email, webhook and Telegram setup are in alert channels.

5. Prove it fires

Do not wait for a real outage to discover the channel was misconfigured.

Create a throwaway HTTP monitor pointing at a URL that fails — a hostname that does not exist works well:

  1. Add monitorHTTPhttps://this-host-does-not-exist.example.com/
  2. Interval: 20 seconds, Failures before down: 1
  3. Attach your channel
  4. Create

Within about a minute the monitor goes down and you get an alert reading something like:

🔴 DOWN — test (https://this-host-does-not-exist.example.com/): dns error: failed to lookup address

Delete the monitor once you have seen the alert arrive.

6. Turn on reminders where it matters

For your genuinely important monitors, set Re-alert every to 30 minutes. One alert is a single point of failure; if it fails to deliver, an ongoing outage looks identical to everything being fine.

Leave it off for anything flaky. A repeating alert on a noisy monitor teaches you to ignore alerts.

What next