{# plugins/snmp/templates/snmp/device.html #} {% extends "base.html" %} {% block title %}SNMP — {{ device_name }} — Fabled Scryer{% endblock %} {% block content %}
← SNMP

{{ device_name }}

{{ device.host }}
{% for h in [1, 6, 24, 168] %} {% if h < 24 %}{{ h }}h{% elif h == 24 %}24h{% else %}7d{% endif %} {% endfor %}
{% if oid_labels %}
{% else %}
No OIDs configured for this device.
{% endif %} {% endblock %}