{% include 'head.html' %}
{% include 'menu.html' %}Real-time host monitoring and event log
| 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 '' }} | {% for conn in host.connections %}{{ 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 '' }} | {% endfor %} {% if host.connections|length == 0 %}{% elif host.connections|length == 1 %} | {% endif %} |