{{ orchestrator.role }}
orchestrateur
{% if orchestrator.online %}online{% else %}offline{% endif %}
{% if orchestrator.online %}
CPU
{{ orchestrator.cpu_load or '?' }}
RAM
{{ orchestrator.ram_used_mib or '?' }} / {{ orchestrator.ram_total_mib or '?' }} MiB
SSD {{ orchestrator.ssd_avail }} dispo
{{ orchestrator.ssd_used_pct }} utilise
{% else %}
{{ orchestrator.error or "unreachable" }}
{% endif %}
{% endif %}