{% extends 'base.html' %} {% block title %}Audit complet{% endblock %} {% block content %}
Applicatif + reseau + correlation — import JSON depuis le standalone
| Hostname | OS | Kernel | Uptime | Services | Process | Ports | Conn | Reboot | Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ a.hostname }} | {{ (a.os_release or '')[:30] }} | {{ (a.kernel or '')[:25] }} | {{ (a.uptime or '')[:20] }} | {{ a.svc_count }} | {{ a.proc_count }} | {{ a.port_count }} | {{ a.conn_count }} | {% if a.reboot_required %}Oui{% else %}Non{% endif %} | {{ a.audit_date.strftime('%d/%m %H:%M') if a.audit_date else '-' }} |
Aucun audit{% if search or domain or filter %} correspondant aux filtres{% endif %}.
{% if not search and not domain and not filter %}Lancez le standalone sur vos serveurs puis importez le JSON ici.
{% endif %}