{% extends 'base.html' %} {% block title %}Audit complet{% endblock %} {% block content %}
Applicatif + reseau + correlation — import JSON depuis le standalone
| Hostname {% if sort == 'hostname' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %} | OS | Kernel | Uptime {% if sort == 'uptime' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %} | Services | Process | Ports | Conn | Reboot {% if sort == 'reboot' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %} | Dernier patch {% if sort == 'patch' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %} | 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 %} | {% if a.last_patch_date %}{{ a.last_patch_date }}{% elif a.last_patch_week %}{{ a.last_patch_week }} {{ a.last_patch_year }}{% else %}-{% 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 %}