{{ 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' }}
Jour préféré{{ s.pref_patch_jour or 'indifférent' }}
Heure préférée{{ s.pref_patch_heure or 'indifférent' }}
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 links and (links.as_prod or links.as_nonprod) %}

Correspondance Prod ↔ Hors-Prod

{% if links.as_prod %}
Ce serveur est un PROD — hors-prod liés :
    {% for l in links.as_prod %}
  • {{ l.hostname }} {{ l.env_name or l.environment_code or '?' }} {{ l.source }}
  • {% endfor %}
{% endif %} {% if links.as_nonprod %}
Ce serveur est un HORS-PROD — prod(s) lié(s) :
    {% for l in links.as_nonprod %}
  • {{ l.hostname }} {{ l.env_name or 'Production' }}
  • {% endfor %}
{% endif %} Gérer dans le builder →
{% else %}

Correspondance

Aucune correspondance prod ↔ hors-prod définie. Créer →

{% endif %} {% 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...