{% extends "base.html" %} {% block title %}{{ server.hostname or server.ip_address }} - System Monitor{% endblock %} {% block content %}
{% if latest_snapshot %}{{ latest_snapshot.kernel or '-' }}
No disk information
{% endif %}No network interfaces
{% endif %}No metrics collected in the selected time range.
Server is {{ latest_snapshot.status }}
{% if latest_snapshot.error_message %}{{ latest_snapshot.error_message }}
{% endif %}No metrics have been collected for this server yet.
| Severity | Metric | Message | Triggered | Status |
|---|---|---|---|---|
| {{ alert.severity|upper }} | {{ alert.metric_type }} | {{ alert.message }} | {{ alert.triggered_at.strftime('%Y-%m-%d %H:%M') }} | {% if alert.is_active %} Active {% else %} Resolved {% endif %} |