{{ a.name or a.hostname }}

Informations

Hostname: {{ a.hostname }}
IP: {{ a.ip_address or '-' }}
FQDN: {{ a.fqdn or '-' }}
OS: {{ a.os or '-' }}
Agent: {{ a.agent_status or '-' }}
Version: {{ a.agent_version or '-' }}
Dernier check-in: {{ a.last_checkin or '-' }}
Qualys ID: {{ a.qualys_asset_id }}

Décodage nomenclature

Type: {{ decoded.type }}
Environnement: {{ decoded.env }}
Domaine: {{ decoded.domain }}

Tags suggérés

{% for t in decoded.tags %} {% set found = false %} {% for ct in tags %}{% if ct.name == t %}{% set found = true %}{% endif %}{% endfor %} {{ t }} {% endfor %}

Tags assignés ({{ tags|length }})

{% for t in tags %}
{{ 'DYN' if t.is_dynamic else 'STAT' }} {{ t.name }} {% if not t.is_dynamic %}
{% endif %}
{% endfor %} {% if not tags %}Aucun tag{% endif %}

Ajouter un tag