{% if uptime.monitors %}
{{ uptime.summary.up }}/{{ uptime.summary.total }} up {% if uptime.summary.down > 0 %} {{ uptime.summary.down }} down {% endif %}
{% for monitor in uptime.monitors[:8] %}
{{ monitor.name }} {% if monitor.heartbeats %}
{% for hb in monitor.heartbeats[-12:] %} {% set ping_height = ((hb.ping or 50) / 5) %} {% if ping_height > 100 %}{% set ping_height = 100 %}{% endif %} {% if ping_height < 20 %}{% set ping_height = 20 %}{% endif %}
{% endfor %}
{% endif %} {% if monitor.ping %} {{ monitor.ping }}ms {% endif %}
{% endfor %}
{% if uptime.monitors | length > 8 %}
+{{ uptime.monitors | length - 8 }} more
{% endif %} {% else %}
No uptime data
{% endif %} Open Uptime Kuma