{% extends "base.html" %} {% block title %}Peer health{% endblock %} {% block head %} {{ super() if super }} {% endblock %} {% block content %}
REGISTRY_MODE_ENABLED=false). Only the designated hub
probes peers and shows liveness here.
/registry/api/v1/register to join — share that URL.
| Host | Name | Sysop | Listed | Heartbeat | Probe | Fails | Action |
|---|---|---|---|---|---|---|---|
{{ r.host }} |
{{ r.name }} | {{ r.sysop or '—' }} | {% if r.is_listed %} yes {% elif r.is_approved and r.is_verified %} paused {% else %} no {% endif %} | {% if r.last_probe_ok %} {{ r.last_probe_str }} {% else %} {{ r.last_probe_str }} {% endif %} | {% if r.failures and r.failures > 0 %} {{ r.failures }} {% else %} {% endif %} |