{% extends "base.html" %} {% block title %}Fleet & assets · SD RMM{% endblock %} {% block content %}

Fleet & assets

Your devices, and the software installed on them. Search a package to see which devices have it.

Devices ({{ fleet_devices|length }})

{% for a in fleet_devices %} {% endfor %}
HostOrganizationOSLast seen
{{ a.hostname }} {{ dev_org.get(a.org_id, '—') }} {{ a.os }} {{ a.os_version or '' }} {{ a.last_seen_at | pt('%m-%d %H:%M') if a.last_seen_at else 'never' }}
{{ devices_reporting }}
Devices reporting
{{ "{:,}".format(distinct_pkgs) }}
Distinct packages
{{ grouped|length }}{% if grouped|length >= 400 %}+{% endif %}
Matches shown
{% if detail %}

“{{ detail.pkg }}” — {{ detail.rows|length }} device(s)

{% if detail.rows %} {% for r in detail.rows %} {% endfor %}
DeviceOrganizationVersionSource
{{ r.agent.hostname }} {{ r.org_name }} {{ r.version or '—' }} {{ r.source or '—' }}
{% else %}

No devices have this package.

{% endif %}

‹ Back to results

{% else %}

{% if q %}Packages matching “{{ q }}”{% else %}All packages{% endif %}

{% if grouped %} {% for g in grouped %} {% endfor %}
PackageDevices
{{ g.name }} {{ g.devices }} view devices ›
{% if grouped|length >= 400 %}

Showing the top 400 packages — refine your search to narrow down.

{% endif %} {% else %}

{% if q %}No packages match “{{ q }}”.{% else %}No software reported yet. Devices report their inventory within ~2 minutes of the agent (v0.4.4+) starting, then every 6h.{% endif %}

{% endif %} {% endif %}
{% endblock %}