{% extends "base.html" %} {% block title %}Reports · SD RMM{% endblock %} {% block content %} {% set oq = ('?org=' ~ sel_org) if sel_org else '' %}

Reports & Exports

Generate a client-ready summary or export the raw data as CSV.

Scope

Full report

A printable summary across fleet health, security posture, patch compliance, software inventory and alerts — for the selected scope.

Generate report ›
{% if user.is_super_admin %}

Email security report

An executive email-security summary — messages filtered, threats blocked, outbound data leaks, top attackers/targets and threat campaigns. Printable / PDF.

Generate email report ›
{% endif %}

CSV exports

{% for k, meta in csv_kinds.items() %}
{{ meta[0] }} Download CSV
{% endfor %}
{% endblock %}