Checks
{{ checks|length }}
Angemeldet als {{ user }}
Geprüft werden DNS-Auflösung, TCP-Erreichbarkeit und bei URLs ein HTTP-Request.
| Status | Name | Typ | Ziel | DNS | TCP | HTTP | Dauer |
|---|---|---|---|---|---|---|---|
| {% 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 |