Free Website Uptime Monitor
Monitor website availability, HTTP status code, and server response time history. Instant live status check with no account required.
Evidencia de disponibilidad actual
https://reddit.com
Última verificación medida
Este es el resultado de la solicitud en vivo que acaba de completarse. Está separado de las muestras históricas a continuación.
| URL solicitada | https://reddit.com |
|---|---|
| URL final | https://www.reddit.com/ |
| Verificado en | 2026-08-03T14:44:03.532729+00:00 |
Radar de disponibilidad
Lee el último estado primero, luego el patrón de muestra reciente. Verde significa que la sonda llegó al sitio; rojo significa que la última sonda necesita revisión.
La muestra más reciente está a la izquierda. Este radar refleja los cheques almacenados, no el monitoreo continuo en segundo plano.
Monitorear historial
Cada verificación pública completada se retiene como una muestra de evidencia. Este historial crece cuando la URL se verifica nuevamente; alertas programadas y monitoreo continuo pertenecen a un espacio de trabajo conectado.
Análisis experto
A single check is a point-in-time snapshot - continuous monitoring is how you catch downtime before customers do.
- Site unreachable - The site did not return a healthy response (HTTP 403).
Correcciones prioritarias
- Investigate now: check the origin server, DNS, and TLS certificate - every minute down is lost traffic and trust.
Monitorear este sitio continuamente
Crea una cuenta gratuita para verificar este sitio en un horario y recibir alertas en el momento en que se caiga.
Crea una cuenta gratuitaIniciar sesiónRecibe alertas diarias gratuitas de tiempo de actividad y seguridad
Recibe una alerta instantánea por correo electrónico si este sitio web se cae o experimenta errores de seguridad/SSL.
Conoce lo que prueba el resultado
This check proves whether one address answered one HTTP request at one moment, and which status class it returned. It is a point-in-time reachability result, not uptime: a site that is down for three minutes an hour will usually pass, and a site that answers here can still be failing for visitors on another network.
1. Fuente
Live HTTP check from NovaVerb infrastructure. The result identifies where its evidence came from.
2. Límite
Each check is a single server-side HTTP request from NovaVerb. It is not a global uptime SLA, browser performance test, or proof that every visitor can reach the site.
3. Próxima acción
Usa el hallazgo para verificar un problema, luego conecta un espacio de trabajo cuando necesites historial, monitoreo o análisis a nivel de sitio.
Mantén un historial medido de disponibilidad
Un monitor es útil porque una solicitud exitosa es solo una instantánea. NovaVerb almacena cada verificación gratuita completada para la URL para que puedas ver si el estado y el tiempo de respuesta son estables a través de muestras repetidas.
Lo que prueba el monitor gratuito
- Si el objetivo devolvió una respuesta HTTP durante esta verificación.
- El código de estado, tiempo de respuesta y URL final observados por la sonda del lado del servidor.
- Un historial de muestras medidas para la URL exacta enviada.
Lo que no prueba
No es un SLA de tiempo de actividad global 24/7, una prueba de rendimiento del navegador o monitoreo de usuarios reales. Para verificaciones programadas, alertas, monitoreo en múltiples ubicaciones e informes a largo plazo, conecta la URL a un espacio de trabajo de Novaverb.
Un servidor que responde - incluso con un 4xx como 403, 401 o 429 - se considera ARRIBA; solo la falta de respuesta total (tiempo de espera, fallo de DNS o conexión rechazada) o un error de servidor 5xx cuenta como abajo. Cada verificación es una sola solicitud de Novaverb, no un SLA global.
Qué enviar - y qué evitar
Submit the public address you want to reach. Scheme, www and path are normalised before the request. A private host is refused. Reading a single successful check as an uptime guarantee is the mistake this section exists to prevent, and continuous monitoring with a recorded history is a workspace feature rather than a free one.
yourdomain.comCualquier forma de dirección pública funciona. http o https, con o sin www, un dominio desnudo o una ruta completa - lo normalizamos por ti.https://yourdomain.com/healthUna URL pública estable cuyo estado HTTP refleja de manera confiable si está arriba o abajo.A page requiring loginUna página autenticada devuelve 401/403 a una consulta anónima, por lo que se leería como 'abajo'.Expecting continuous uptime historyEsta es una verificación puntual; el monitoreo continuo es una función de espacio de trabajo conectado.Exactamente cómo se produce este resultado
The address is normalised and a standard HTTP request is issued, and the response status code is read directly. Status classes are then classified honestly: 2xx and 3xx as reachable, 4xx and 5xx as a problem, and a timeout as unreachable. One request produces one result, and it is labelled as a point-in-time observation.
- Normalizamos la dirección y emitimos una solicitud HTTP estándar, leyendo el código de estado de la respuesta.
- Clasificamos por clase de estado: 2xx/3xx como alcanzables, 4xx/5xx como un problema, timeout como inalcanzable.
- Reportamos un resultado único en un punto en el tiempo; el monitoreo continuo de tiempo de actividad es una función de espacio de trabajo.
Los estándares internacionales a los que se aplica esta verificación.
RFC 9110 defines HTTP semantics, including what each status class means, and the classification above follows it rather than a house interpretation. That is why a 301 is reported as reachable: the specification defines a redirect as a successful response that names another location, and calling it downtime would misreport the server.
Interpreta cada respuesta por su clase de estado HTTP estándar (2xx arriba, 5xx abajo).
Lee la especificaciónWebsite Monitor FAQ
What does the Novaverb Website Monitor check?
Each run sends one live HTTP request from Novaverb infrastructure and reports the HTTP status code, response time, and final URL after redirects, then stores a history of these measured checks over time.
Is this a guaranteed uptime SLA or monitoring service?
No. Each check is a single server-side HTTP request from one location. It indicates whether the site responded to that request; it is not a contractual uptime SLA or proof that every visitor everywhere can reach the site.
What do the HTTP status codes in the results mean?
A 200 means the request succeeded. A 3xx is a redirect (the final URL shows where it landed), 4xx indicates a client error like 404 not found, and 5xx signals a server-side error worth investigating immediately.
Why does the monitor show a different final URL than I entered?
Because it follows redirects and reports where the request ultimately resolved. If you entered an HTTP or non-www address, the final URL reveals your canonical HTTPS or www destination, which is useful for spotting redirect chains or loops.
What is a good response time in the monitor?
For a single server-side request, under 500 milliseconds is healthy and under 200 milliseconds is excellent. Rising response times across the stored history often precede outages and are worth investigating before status codes start failing.
How is this monitor different from the performance or speed tests?
The monitor repeatedly records status, response time, and final URL to build an availability history. The performance and speed tests break one request into DNS, TCP, TLS, and TTFB stages for deeper diagnosis rather than ongoing tracking.
Does a passing check mean all my visitors can reach the site?
No. It confirms one location got a response at one moment. Regional network issues, DNS problems, or per-user routing could still block some visitors, so treat a passing check as a strong signal, not universal proof.
How often should I monitor my website?
Frequently enough to catch outages before customers do; many teams check every few minutes for critical sites. More frequent checks build a denser history, making it easier to correlate slowdowns and failures with deployments or traffic spikes.
What should I do when the monitor reports a 5xx error?
A 5xx means your server failed to fulfil the request. Check application logs, database connectivity, and recent deployments, and confirm the origin is running. Recurring 5xx responses in the history point to instability rather than a one-off blip.
Why does website availability matter for SEO?
If Googlebot requests a page and repeatedly receives errors or timeouts, crawling stalls and rankings can slip. Reliable responses and fast status keep pages crawlable and indexable, protecting the visibility that downtime and server errors quietly erode.