{% include 'head.html' %} {% include 'menu.html' %}

{{ header }}

Real-time host monitoring and event log

{% 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 Latency Last State IPv6 Addr State Latency Last State
{{ host.name }} {{ host.alert_warning_count if host.alert_warning_count > 0 else '' }} {{ host.alert_critical_count if host.alert_critical_count > 0 else '' }}{{ 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...