{% extends "base.html" %} {% block title %}Alerts · SD RMM{% endblock %} {% block content %}
Infrastructure health — offline / CPU / memory / disk. Security detections are on the Threats tab.
{{ active_alerts|length }} active · {{ recent|length }} recent
| Sev | Agent | Alert | Started | Resolved |
|---|---|---|---|---|
| {{ a.severity|upper }} | {{ a.agent.hostname }} | {{ a.message }} | {{ a.started_at| pt('%m-%d %H:%M') }} | {{ a.resolved_at| pt('%m-%d %H:%M') if a.resolved_at else '' }} |
No resolved alerts yet.
{% endif %} {% endblock %}