{% extends "base.html" %} {% block content %}
Host Information
Host Name
{{ system_identity.hostname }}
Model
{{ system_identity.model or "—"}}
Serial
{{ system_identity.serial or "—" }}
System Information
Processor
{% include "_cpu_temperature_card.html" %} {% include "_cpu_usage_bar.html" %}
System Load (1m/5m/15m)
{% include "_system_load_card.html" %}
Memory
{% include "_memory_usage_bar.html" %} {% include "_memory_usage_card.html" %}
Disk
{% include "_disk_usage_bar.html" %} {% include "_disk_usage_card.html" %}
Network
{% include "_network_usage_card.html" %}
Network Traffic (last 5 min)
{% include "_network_chart.html" %}
{% endblock %}