{% include 'head.html' %} {% include 'menu.html' %}
{% for host in hosts %} {% for conn in host.connections %} {% endfor %} {% if host.connections|length == 0 %} {% elif host.connections|length == 1 %} {% endif %} {% endfor %}
Name IPv4 Addr State Latencey Last State IPv6 Addr State Latencey Last State
{{ host.name }}{{ conn.addr if conn.addr else '' }} {{ conn.state if conn.state else '' }} {{ conn.latency if conn.latency else '' }} {{ conn.last_state_ts if conn.last_state_ts else '' }}

Log of Events

{% include 'foot.html' %}

⚠️ Connection is closed, reopening...