{% extends "base.html" %} {% block title %}Operations Report · SD RMM{% endblock %} {% block content %} {% set oq = ('?org=' ~ sel_org) if sel_org else '' %} {% set f = report.fleet %}{% set s = report.security %}{% set p = report.patch %}{% set inv = report.inventory %}{% set al = report.alerts %}
{% if user.is_super_admin %}Report emailed.
{% elif saved == 'nodest' %}No recipient configured for this org.
{% elif saved %}Saved.
{% endif %}| Host | OS | Status | CPU | RAM | Disk | Last seen (PT) |
|---|---|---|---|---|---|---|
| {{ d.agent.hostname }}{% if d.agent.isolated %} isolated{% endif %} | {{ d.agent.os }} {{ d.agent.os_version or '' }} | {% if d.online %}online{% else %}offline{% endif %} | {{ '%.0f%%'|format(d.cpu) if d.cpu is not none else '—' }} | {{ '%.0f%%'|format(d.ram) if d.ram is not none else '—' }} | {{ '%.0f%%'|format(d.disk) if d.disk is not none else '—' }} | {{ d.last_seen| pt('%m-%d %H:%M') if d.last_seen else 'never' }} |
No devices in scope.
{% endif %}Open critical detections
| When | Rule | Summary |
|---|---|---|
| {{ d.ts| pt('%m-%d %H:%M') }} | {{ d.rule_id }} | {{ d.summary }} |
No open critical detections. ✓
{% endif %}Most common
| Package | Devices |
|---|---|
| {{ t.name }} | {{ t.devices }} |
No inventory reported yet.
{% endif %}| Host | OS | Available | Security | Reboot | Last scan | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{ d.agent.hostname }} | {{ d.agent.os }} | {% if d.st %}{{ d.st.available }} | {{ d.st.security }} | {% if d.st.reboot_required %}required{% else %}no{% endif %} | {{ d.st.last_scan_at| pt('%m-%d %H:%M') }} | {% else %}— | — | not scanned | never | {% endif %}