{% extends "base.html" %} {% block title %}Sraosha — {{ check.name }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %}
Pass rate (latest)
{% if stats.pass_rate is not none %}{{ stats.pass_rate }}%{% else %}—{% endif %}
Total runs
{{ stats.total_runs }}
Avg duration
{% if stats.avg_duration_ms is not none %}{{ stats.avg_duration_ms | round(0) | int }}ms{% else %}—{% endif %}
Connection
{{ connection.name if connection else '—' }}
{{ connection.server_type if connection else '' }}
| Time | Status | Checks | Duration | |
|---|---|---|---|---|
| {{ r.run_at.strftime('%Y-%m-%d %H:%M') }} UTC | {{ r.status }} | {{ r.checks_passed }}/{{ r.checks_total }} ({{ r.checks_warned }} warn, {{ r.checks_failed }} fail) | {% if r.duration_ms %}{{ r.duration_ms }}ms{% else %}—{% endif %} | View |
No runs yet.
{% endif %}{{ latest_run.results_json | tojson(indent=2) }}