{% extends 'threshold/base.html' %} {% block content %}
{{ fskdebug }}
{{ threshold_form.as_table }}
Interface {{ threshold.rrd_file.interface.ifname }}
Interface alias: {{ threshold.rrd_file.interface.ifalias }}
System name: {{ threshold.rrd_file.netbox.get_short_sysname }}
Threshold unit: {% if threshold.units %}{{ threshold.units }}{% endif %}
Description: {{ threshold.description }}
 
{% endblock %}