{% extends "base.html" %} {% block title %}Software · {{ agent.hostname }}{% endblock %} {% block content %}
Dashboard › {{ org.name }} › {{ agent.hostname }} ›
{{ total }} package(s) · {% if collected_at %}last reported {{ collected_at| pt('%Y-%m-%d %H:%M') }}{% else %}not reported yet{% endif %}
Showing {{ shown }}{% if shown < total and not q %} of {{ total }}{% endif %} package(s){% if q %} matching “{{ q }}”{% endif %}.
| Name | Version | Publisher | Source |
|---|---|---|---|
| {{ s.name }} | {{ s.version or '—' }} | {{ s.publisher or '—' }} | {{ s.source or '—' }} |
{% if q %}No installed software matches “{{ q }}”. {% else %}No software reported yet. The agent (v0.4.4+) reports its inventory ~2 min after starting and every 6h — or hit Refresh inventory to pull it now.{% endif %}
{% endif %}