Monitor statuses explained

WebsitePulse.io uses several statuses to give you an accurate picture of what's happening with your site — not just up or down. Here's what each one means and how we handle it.

Down

Your site is marked as down when:

When your site goes down, you will receive an alert immediately. You will receive a follow-up alert as soon as it comes back up.

Slow

If your site responds successfully but takes longer than 1.5 seconds, it is marked as slow rather than down. This shows as an amber indicator on your dashboard. You can optionally treat slow responses as down in your monitor settings.

SSL warning

An SSL warning means your site is responding and accessible, but there is a problem with its SSL certificate. Common causes include:

Because the site is still loading, we do not count this as down or send a down alert. Instead, a warning banner appears on your monitor's detail page in the dashboard explaining what we found. Visitors using modern browsers may see a security warning, so it is worth fixing promptly.

We make two attempts when an SSL error occurs — first with full certificate validation, then with relaxed validation. If the site responds on the second attempt, we surface it as an SSL warning rather than a false "down" alert.

Blocked

A blocked status means your site is up and running, but it is actively rejecting automated requests. This typically shows as an HTTP 400 or 403 response. Sites like Facebook, for example, return 400 errors for non-browser traffic as an anti-bot measure.

Because the site itself is clearly operational, we do not treat this as down or send an alert. A warning banner appears in your dashboard. If you believe this is affecting your monitoring accuracy, email us at support@websitepulse.io and we can look at options.

Automatic check frequency reduction (rate limiting)

Some sites respond with an HTTP 429 ("Too Many Requests") status, which means they are asking us to back off. When this happens, we automatically reduce the check frequency for that monitor — typically from every 1 or 5 minutes to a longer interval — to avoid overwhelming the site.

A warning banner in your dashboard will tell you that the check frequency has been reduced and show the new interval. No alert is sent for a 429 response itself, since it does not mean your site is down.

Optional down conditions

These can be turned on per monitor in the monitor settings. Click the settings cog next to any monitor on your dashboard.

Monitor settings modal showing down condition toggles
If your site uses aggressive page caching, keyword detection may not work reliably until the cache expires. WebsitePulse.io sends cache-busting headers with every request to minimise this.