{% extends "base.html" %} {% block title %}Ping Monitor — FabledNetMon{% endblock %} {% block content %}

Ping Monitor

polling every {{ poll_interval }}s
{# ── Threshold settings ─────────────────────────────────────────────────── #}

Latency Thresholds

Above warn = orange  |  No response = red
{# ── Live host rows ─────────────────────────────────────────────────────── #}
{% include "ping/rows.html" %}
{% endblock %}