The five tools
Status
Whether the site is reachable, which HTTP status code it returns, how long it takes to respond, and whether redirects are working.
SSL
Whether the TLS certificate is valid, who issued it, and when it expires.
DNS
Which DNS records are published and whether the domain appears to be proxied through Cloudflare.
Broken Links
Which links on the site return unsuccessful responses.
Performance
How quickly the page loads, Core Web Vitals, performance score, and suggested improvements.
On-demand vs automatic checks
On-demand checks run when you ask for them, for an answer right now. Status and DNS usually come back in seconds; SSL, broken links, and performance can take longer and may finish in the background - when they do, Sitepulse lets your team know whether it succeeded or failed. On-demand checks are saved to the site’s history, but they never open or resolve issues. Automatic checks run on their own schedule, set in team monitoring settings (or overridden per site). These are the ones that watch for trouble: when a site keeps failing or crosses one of your thresholds, Sitepulse opens an issue and alerts the people you’ve chosen. When things recover, the issue closes itself and a recovery alert goes out. In the dashboard, on-demand check access depends on your plan’s tools and how many on-demand checks your team has left this month. All team members can run dashboard on-demand checks when quota remains, even when that tool’s automatic schedule is off for the site. Dashboard checks are not held back by automatic cadence limits, though a tool that is already pending for the site still needs to finish first.Performance is the only tool that allows you to choose a page URL to check a specific page (for example
https://example.com/pricing) instead of the site’s root URL.Running on-demand checks
You can run on-demand checks from:- A site’s Run Check menu, which queues the selected check and opens its detail page
- A tool page for SSL, DNS, Status, Broken Links, or Performance
- The API, when your token has permission
Linking straight to a check
If you have a check’s ID (from the API or a webhook), this link opens it directly:Problem thresholds
Thresholds are how you tell Sitepulse what “a problem” means - for example, how many failed status checks in a row count as an outage, or how many days before a certificate expires you want a heads-up. You’ll find every threshold explained per tool in Monitoring settings. Your defaults apply to the whole team, and any single site can use its own.Reading results
Status failures
Status failures
Mean the request failed or returned an HTTP response code selected under Status codes that count as an incident. A connection error or timeout always counts as a failure.
SSL failures
SSL failures
Usually mean the certificate is expired, missing, misconfigured, or not yet trusted.
DNS failures
DNS failures
Usually mean required records are missing or changed.
Broken-link failures
Broken-link failures
Identify pages or URLs that need cleanup.
Performance failures
Performance failures
Identify slow responses, poor Core Web Vitals, or optimization opportunities.
HTTP status code 0
A status of0 isn’t a real HTTP code - it’s Sitepulse’s way of saying it couldn’t get any response from your site at all.
This usually points to a connection problem rather than the site itself returning an error: a DNS failure, a connection that timed out or was refused, a TLS handshake that didn’t complete, or a URL that Sitepulse won’t connect to for safety reasons.
Status 0 always counts as a failed status check for incident evaluation.
If the first connection attempt can’t be established, Sitepulse automatically tries again over IPv4. This catches the common case where a domain advertises an IPv6 address that isn’t actually reachable.
Check status values
Run reasons
Automatic status checks can include a run reason:
On-demand checks usually have
run_reason: null.