PROBEPLANE KNOWLEDGE

What is uptime monitoring?

A practical definition of external availability checks, their core metrics and their place in a modern monitoring stack.

Uptime monitoring is the automated, recurring verification that a website, API or other network-accessible service is available. A monitoring service sends a real request at a fixed interval, evaluates the result and records when the check happened, whether it succeeded, its status code and its response time.

How does uptime monitoring work?

  1. A scheduler identifies endpoints whose next check is due.
  2. A worker sends an HTTP or HTTPS request to the configured URL.
  3. The response is compared with the expected status range and timeout.
  4. The result and response time are stored for the availability history.

The metrics that matter

MetricMeaning
Uptime / success rateShare of successful checks in a defined period.
Response timeElapsed time from starting the request until receiving the response.
Check intervalTime between two scheduled checks. Shorter intervals reduce detection delay.
HTTP statusThe response code used to decide whether the endpoint behaved as expected.

Uptime monitoring vs. observability

Uptime monitoring is an external symptom check: can a user reach the service? Observability analyzes internal telemetry such as logs, metrics and traces to explain why a system behaves a certain way. Mature teams use both. The external check confirms impact; internal telemetry supports diagnosis.

What does ProbePlane monitor today?

ProbePlane currently focuses on public HTTP and HTTPS endpoints. It supports configurable intervals, expected status ranges, timeouts, response-time measurement, availability history and multi-user workspaces. Email, webhook and SMS alerts, status pages, SSL certificate checks and domain-expiry checks are planned capabilities rather than current production features.

Create your first external check.

ProbePlane gives you a focused uptime signal without an agent.

Start free