{% include 'head.html' %} {% include 'nav.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 }}{% if not host.hbc_version or host.hbc_version != hbd_version %} 🥀{% endif %} {%- set warning_unacked = host.alert_warning_unacked -%} {%- set warning_acked = host.alert_warning_acked -%} {%- if warning_unacked > 0 or warning_acked > 0 -%} {{ warning_unacked }}{% if warning_acked > 0 %}/{{ warning_acked }}{% endif %} {%- endif -%} {%- set critical_unacked = host.alert_critical_unacked -%} {%- set critical_acked = host.alert_critical_acked -%} {%- if critical_unacked > 0 or critical_acked > 0 -%} {{ critical_unacked }}{% if critical_acked > 0 %}/{{ critical_acked }}{% endif %} {%- endif -%} {{ 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...