{% extends "base.html" %} {% block title %}{{ service.name }} - Report{% endblock %} {% block content %}
{{ service.protocol | upper }}: {{ service.target }}
Edit
Showing: {{ period_label }}
{% endif %}No check data yet. Checks will appear after the first run.
{% endif %}| Timestamp | Status | Response (ms) | Error / Reason |
|---|---|---|---|
| {{ c.timestamp[:19] }} | {% if c.success %} OK {% else %} ERROR {% endif %} | {{ (c.response_time_ms | round(0) | int) if c.response_time_ms is not none else '-' }} | {{ c.error_message or '-' }} |
| No checks yet.{% if status_filter or search %} No matches for filter.{% endif %} | |||