{% extends "base.html" %} {% block title %}Patching · SD RMM{% endblock %} {% block content %}
Pending OS updates across the fleet. Click a device to scan or apply.
| Device | Organization | OS | Available | Security | Reboot | Last scan (PT) | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.agent.hostname }} | {{ r.org_name }} | {{ r.agent.os }} {{ r.agent.os_version or '' }} | {% if r.st %}{% if r.st.available %}{{ r.st.available }}{% else %}0{% endif %} | {% if r.st.security %}{{ r.st.security }}{% else %}0{% endif %} | {% if r.st.reboot_required %}required{% else %}no{% endif %} | {{ r.st.last_scan_at| pt('%m-%d %H:%M') }} | {% else %}— | — | not scanned | never | {% endif %}
No devices yet. Once agents (v0.4.5+) check in they report patch status within a few minutes.
{% endif %}