Browse Help Center guides
Monitor guides
Uptime monitoring
Create an HTTP or HTTPS availability monitor, choose status and timeout expectations, and interpret results.
When to use Uptime#
Use Uptime for public websites, APIs, health endpoints, checkout paths, login pages, and other HTTP or HTTPS targets where availability and response behavior matter.
Create the monitor#
- Open Monitors and click New Monitor.
- Select Uptime.
- Enter a customer-readable Friendly Label.
- Enter the URL. Watchfox assumes HTTPS when you enter a domain without a scheme.
- Choose an interval allowed by the current plan.
- Leave probe coverage on Automatic.
- Configure alerting only as strictly as the service requires.
- Create the monitor and wait for a real check.
Recommended settings#
- Timeout: start with
10000 ms; shorten only when a slower response should count as failure. - Expected HTTP status: leave empty to accept
200–399. - First alert delay: use
0for critical immediate alerting or a short delay to absorb transient failures. - Repeat reminders: keep Off until the escalation expectation is clear.
- Recovery alert: normally enabled for production monitors.
Expected result#
The monitor detail should show a recent check with state, status code, latency, probe group, and time. A redirect can still be healthy when Expected HTTP status is empty.
Common mistakes#
- Monitoring a login-required URL without understanding the anonymous response.
- Requiring HTTP
200when the intended target redirects to a canonical URL. - Using a timeout shorter than the service's normal slow-but-acceptable response time.
- Treating an internal probe-group label as a guaranteed country or region.
- Creating duplicate monitors for the same URL and monitor type in one project.
When an Uptime monitor is Down#
Review the latest non-OK result, HTTP status, final URL, redirect behavior, latency, and whether the issue is current or historical. Then compare the target from another independent connection before changing the monitor. See Troubleshooting by symptom.