Is the host even reachable?

When a server goes dark, the first question is whether the machine or the app died. UptimeStatus pings your hosts and answers it.

Separate the network from the application.

"The site is down" covers two very different emergencies. Either the host itself is unreachable, which points at the network, the provider, or the machine, or the host is fine and something in your stack stopped responding.

A ping monitor settles that question before you start debugging. It checks reachability at the network level, independent of whatever your application is doing, so the incident starts with a direction instead of a guess.

Ping monitors 1 down
edge-1.yourcompany.com
Host reachable
4ms · eu-central
db-1.yourcompany.com
Host reachable
11ms · us-east
worker-3.yourcompany.com
Host unreachable
timeout · us-west

Latency is data, not a vibe.

Every successful ping records its round-trip time and the region that measured it. Over weeks of checks that becomes a per-region latency history: you can see that the host answers in 4ms from Frankfurt and 180ms from Sydney, and you can see when either number starts drifting.

When a host stops answering entirely, the transition opens an incident with a timeline, and your channels are notified. No reply is not a quiet gap in a chart. It is an event.

worker-3.yourcompany.com Incident open
Host unreachable
no reply in 5s
us-west
Host unreachable
no reply in 5s
eu-central
Host reachable
1 minute earlier
9ms · us-west

What ping monitoring includes.

FAQ

Ping monitoring, answered.

What does a ping check actually test?

Network-level reachability. Each check sends an ICMP echo to the host and waits up to five seconds for a reply. A reply means the host and the network path to it are alive, and the round-trip time is recorded. No reply marks the host unreachable and opens an incident.

How is this different from uptime monitoring?

An HTTP uptime check tests your application. A ping check tests the machine underneath it. Run both against the same host and an outage sorts itself: ping down means a network or host problem, ping up with HTTP down means the problem is in your application stack.

Why would ping succeed while my site is down?

Because the host is fine and your app is not. A crashed process, a full disk, or a misconfigured proxy will all fail an HTTP check while the host keeps answering pings. That split is the diagnosis, which is why the two check types are designed to be paired.

Can I ping hosts inside a private network?

The hosted probes check from the public internet, so they can only reach public hosts. For internal hosts, self-host the open-source version inside your network and your ping checks run from wherever you deploy the workers.

How often do ping checks run?

As often as every 30 seconds on the Pro plan and every 5 minutes on Free. Self-hosted installs choose their own interval.

Start monitoring in under 2 minutes.

No credit card required for the self-hosted, open-source version.