Connectivity Check

Angemeldet als {{ user }}

Zurück
Checks
{{ checks|length }}
OK
{{ ok_count }}
Fehler
{{ error_count }}
Zeitpunkt
Live

Ziele

Geprüft werden DNS-Auflösung, TCP-Erreichbarkeit und bei URLs ein HTTP-Request.

Ergebnis

{% for c in checks %} {% endfor %}
StatusNameTypZielDNSTCPHTTPDauer
{% if c.ok %}OK{% else %}Fehler{% endif %} {{ c.label }} {{ c.kind }} {{ c.target }} {% if c.dns_ok %}OK{% else %}FAIL{% endif %}
{{ c.dns_info }}
{% if c.tcp_ok %}OK{% else %}FAIL{% endif %}
{{ c.tcp_info }}
{% if c.http_ok %}OK{% else %}FAIL{% endif %}
{{ c.http_info }}
{{ c.duration_ms }} ms