COS Alerter
Clients
Client
Status
Last Heartbeat
{% for client in clients %}
{{ client["clientid"] }}
{% if client["status"] == "up" %}
✅ Up
{% elif client["status"] == "down" %}
❌ Down
{% else %}
❔ Unknown
{% endif %}
{{ client["alert_time"] }}
{% endfor %}