{{ summary.total }}
Targets
{{ summary.up }}
Up
{{ summary.total - summary.up }}
Down / degraded
| Target | Status | URL | Resp (ms) | Avail 24h | Checks |
|---|---|---|---|---|---|
| {{ t.target }} | {{ t.status }} | {{ t.url }} | {{ '%.0f'|format(t.response_time_ms) if t.response_time_ms is not none else 'β' }} | {{ t.availability.availability_pct if t.availability.availability_pct is not none else 'β' }}% | {% for c in t.checks %}{{ c.kind }}:{{ c.status }} {% endfor %} |
| Waiting for the first monitoring cycle⦠| |||||
Recent status changes
-
{% for e in events %}
{{ e.ts }}β {{ e.target }}: {{ e.from_status }} β {{ e.to_status }}
{% else %}- None recorded yet. {% endfor %}
Recent alerts
-
{% for a in alerts %}
{{ a.ts }}β [{{ a.severity }}] {{ a.target }}: {{ a.title }}
{% else %}- No alerts. {% endfor %}