{# roundtable/templates/settings/reports.html #} {% extends "base.html" %} {% block title %}Settings — Reports — Fabled Scryer{% endblock %} {% block content %} {% set active_tab = "reports" %} {% include "settings/_tabs.html" %} {% if flash %}
{{ flash.message }}
{% endif %}
{# ── Schedule ─────────────────────────────────────────────────────────────── #}

Weekly Digest

Requires SMTP configured in Notifications. {% if settings['reports.last_sent_at'] %} Last sent: {{ settings['reports.last_sent_at'][:16] }} UTC. {% endif %}

{# ── Report contents ─────────────────────────────────────────────────────── #}

Report contents

Uptime summary — 7-day % per ping-enabled host
Hosts currently down — highlighted at top if any
Active alerts — firing, acknowledged, pending rules
Alert events (7d) — fired and resolved counts
Top Traefik routers — avg req/s over last 24h (if plugin enabled)
{# ── Send now ─────────────────────────────────────────────────────────────── #}

Send Now

Send a report immediately regardless of schedule. Useful for testing.

{% endblock %}