{% extends "base.html" %} {% block title %}Reports{% endblock %} {% block content %}
{{ rep.since|dt }} → {{ rep.until|dt }}
| Monitor | Uptime | Checks | Avg response | Incidents | Downtime | Changes |
|---|---|---|---|---|---|---|
| {{ r.monitor.name }} {{ r.monitor.mode }} | {% if r.uptime is none %}—{% else %}{{ r.uptime }}%{% endif %} | {{ r.checks }} | {{ r.avg_ms ~ ' ms' if r.avg_ms else '—' }} | {{ r.incidents }} | {{ fmt_duration(r.downtime_s) }} | {{ r.changes }} |
| No monitors yet. | ||||||