{% extends "base.html" %} {% block title %}Hardening · SD RMM{% endblock %} {% block content %} {% set d = data %}
Per-device compliance scored across patching, EDR, agent currency, detections & isolation — from the platform's own data.
| Device | OS | Grade | Score | Failing checks |
|---|---|---|---|---|
| {{ r.agent.hostname }}{% if r.agent.isolated %} ⛔{% endif %} | {{ r.agent.os }} {{ r.agent.os_version or '' }} | {{ r.grade }} | {{ r.score }}/100 | {% if r.failed %}{% for f in r.failed %}✗ {{ f }}{% endfor %} {% else %}✓ all checks passed{% endif %} |
Checks & weights: {% for key, w, lbl in d.checks_def %}{{ lbl }} ({{ w }}){% if not loop.last %} · {% endif %}{% endfor %}. Grade: A≥90 · B≥75 · C≥60 · D≥40 · F<40.