{{ e.hostname }}

Systeme

Connexion: {{ e.connection_method or '-' }}
FQDN resolu: {{ e.resolved_fqdn or '-' }}
OS: {{ e.os_release or '-' }}
Kernel: {{ e.kernel or '-' }}
Uptime: {{ e.uptime or '-' }}
SELinux: {{ e.selinux or '-' }}
Audit: {{ e.audit_date.strftime('%d/%m/%Y %H:%M') if e.audit_date else '-' }}

Agents & Securite

Qualys: {{ 'Actif' if e.qualys_active else 'Inactif' }}
SentinelOne: {{ 'Actif' if e.sentinelone_active else 'Inactif' }}
{% if e.agents %}
{{ e.agents }}
{% endif %}

Espace disque {% if e.disk_alert %}ALERTE{% endif %}

{% if e.disk_detail %}
{{ e.disk_detail }}
{% endif %}
{% if e.apps_installed %}

Applications installees

{{ e.apps_installed }}
{% endif %}
{% if e.services_running %}

Services running

{{ e.services_running }}
{% endif %} {% if e.running_not_enabled %}

Running SANS auto-start

{{ e.running_not_enabled }}
{% endif %}
{% if e.containers %}

Containers

{{ e.containers }}
{% endif %} {% if e.listening_ports %}

Ports en ecoute

{{ e.listening_ports }}
{% endif %}
{% if e.applis_scripts %}

Scripts /applis

{{ e.applis_scripts }}
{% endif %} {% if e.crontab_root and e.crontab_root != 'empty' %}

Crontab root

{{ e.crontab_root }}
{% endif %}
{% if e.network_mounts and e.network_mounts != 'none' %}

Montages reseau

{{ e.network_mounts }}
{% endif %} {% if e.failed_services %}

Services en echec

{{ e.failed_services }}
{% endif %} {% if e.db_detected and e.db_detected != 'done' %}

Base de donnees

{{ e.db_detected }}
{% endif %} {% if e.cluster_detected and e.cluster_detected != 'no_cluster' %}

Cluster

{{ e.cluster_detected }}
{% endif %}