{% import "_macros.html" as m %}
{% if active_run %}
{%- set _kind = {'upgrade': 'Upgrade', 'downgrade': 'Downgrade'}.get(active_run.scope_kind, 'Backup') %}
View live →
{% endif %}
Latency monitoring is off — enable it under Settings. No runs yet. No data yet. No data yet. Latency monitoring is off — enable it under Settings.{{ m.hicon('reach') }}Reachability
{% for h in uptime.down_hosts %}
{% if uptime.down_more %}+{{ uptime.down_more }} more down →{% endif %}
{% else %}
{{ m.hicon('system') }}System
{% if metrics.disk %}{% set d = metrics.disk %}
{{ m.hicon('health') }}Backup health
{% if health.pips %}
{% else %}
{{ m.hicon('latency') }}Latency
{% if latency_on %}
Lowest
{% if lat_best %}
{% for r in lat_best %}
{% else %}Highest
{% if lat_worst %}
{% for r in lat_worst %}
{% else %}
| # | Scope | Trigger | Started | Result | Duration |
|---|---|---|---|---|---|
| #{{ run.id }} | {{ run.scope_kind }}{% if run.scope_value %}: {{ run.scope_value }}{% endif %}{% if run.dry_run %} dry-run{% endif %} | {{ run.trigger }} | {{ run.started_at | datetime }} | {% if run.status == 'running' %}running {% elif run.failed and run.failed > 0 %}{{ run.success }}/{{ run.total }} {% else %}{{ run.success }}/{{ run.total }}{% endif %} | {{ run.duration_s | duration }} |
There are no runs yet.
{% endif %}