{% extends 'base.html' %} {% block title %}SNMP Monitor - Dashboard{% endblock %} {% block content %}
| Name | Modem | IP Address | Bytes Sent | Bytes Received | Rate Sent | Rate Recv | Period | Last Poll | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ target.name }} | {{ target.modem_type or 'rv50' }} | {{ target.ip_address }}:{{ target.port }} | {{ target.bytes_sent_fmt }} | {{ target.bytes_recv_fmt }} | {{ target.rate_sent_fmt }} | {{ target.rate_recv_fmt }} | {{ target.period_minutes }} min | {{ target.last_poll or 'Never' }} | {{ 'Active' if target.enabled else 'Paused' }} | 📊 Graph |
No targets configured. Add one above!
{% endif %}