- Nom
- {{ instance_name }}
- Site
- {{ site_name }}
- Frappe
- {{ frappe_version }}
- Build Enuxia
- {{ build_version }}
- Cible
- {{ target_name }}
- Agent local
-
{{ agent_connection_label }}
- État agent
- {{ agent_status_label }}
- Version agent
- {{ agent_version }}
- Protocole
- {{ agent_protocol }}
{{ agent_message }}
{{ backup_status_label }}
{{ backup_message }}
{{ verification_status_label }}
{{ verification_message }}
{% if verification_has_backup_id %}
Backup :
{{ verification_backup_id }}
{% endif %}
{% if verification_has_operation %}
Opération :
{{ verification_operation_id }}
{% endif %}
{% if verification_has_result %}
Taille :
{{ verification_actual_size }}
/
{{ verification_expected_size }}
Résultat global :
{% if verification_valid %}
intègre
{% else %}
altération détectée
{% endif %}
{% for artifact in verification_artifacts %}
{{ artifact.filename }}
- Taille attendue
- {{ artifact.expected_size }}
- Taille observée
- {{ artifact.actual_size }}
- SHA-256 attendu
-
{{ artifact.expected_sha256 }}
- SHA-256 observé
-
{{ artifact.actual_sha256 }}
{% endfor %}
{% endif %}
{% if has_docker_error %}
Connexion Docker impossible
{{ docker_error }}
{% else %}
État réel des conteneurs constituant
cette stack Frappe.
Agent local sécurisé
{% endif %}