{{ s.hostname }}

Identification

FQDN{{ s.fqdn or '-' }}
Domain.ltd{{ s.domain_ltd or '-' }}
Machine{{ s.machine_type }}

Reseau

IP reelle {{ ips.ip_reelle or '-' }}
IP de connexion {{ ips.ip_connexion or '-' }}
{% if ips.autres_ips %}
Autres IPs
{% for a in ips.autres_ips %}
{{ a.ip }} {{ a.type }}{% if a.interface %} ({{ a.interface }}){% endif %}{% if a.description %} - {{ a.description }}{% endif %}
{% endfor %}
{% endif %}
Mode connexion{{ s.ssh_method }}

Classification

Domaine{{ s.domaine }}
Environnement{{ s.environnement }}
Zone{{ s.zone or 'LAN' }}
Tier{{ s.tier }}
Etat{{ s.etat }}

Technique

OS{{ s.os_family or '-' }}
{{ s.os_version or '' }}
Licence{{ s.licence_support }}

Patching

Owner OS{{ s.patch_os_owner }}
Frequence{{ s.patch_frequency }}
Podman{{ 'Oui' if s.is_podman else 'Non' }}
Prevenance{{ 'Oui' if s.need_pct else 'Non' }}
Satellite{% if s.satellite_host %}{% if 'sat1' in s.satellite_host %}SAT1 (DMZ){% elif 'sat2' in s.satellite_host %}SAT2 (LAN){% else %}{{ s.satellite_host }}{% endif %}{% else %}N/A{% endif %}

Responsables

Responsable: {{ s.responsable_nom or '-' }}
Referent: {{ s.referent_nom or '-' }}
{% if s.mode_operatoire %}

Mode operatoire

{{ s.mode_operatoire }}

{% endif %} {% if tags %}

Tags Qualys

{% for tag in tags %} {{ tag }} {% endfor %}
{% endif %} {% if sync_msg is defined and sync_msg %}
{{ sync_msg }}
{% endif %}
Synchro en cours...