|
{% if interfaces %}
{{ ds.rrd_file.interface.netbox.get_short_sysname }} |
{% else %}
{{ ds.rrd_file.netbox.get_short_sysname }} |
{% endif %}
{% if interfaces %}
{{ ds.rrd_file.interface.ifname }} |
{{ ds.rrd_file.interface.ifalias }} |
{% endif %}
{{ ds.description }} |
|
|
{% if ds.units %}
{% if ds.max %}
{% else %}
{{ds.units}}
{% endif %}
{% else %}
{% endif %}
|
{% if ds.max %}
{{ ds.max }}
{% if ds.units %}
{{ds.units}}
{% endif %}
{% endif %}
|
{% if ds.threshold_state %}
{{ ds.threshold_state }}
{% endif %} |
|
{% endfor %}