{{ hostname.capitalize() }} energy monitoring
{% for label in scales %} {% if label == scale %}
{{ label }}
{% else %}
{{ label }}
{% endif %} {% endfor %}
{% if view == 'scale' %} {% if probes|count > 0 %}
Summary
Details
{% for probe in probes %}
{{ probe }}
{% endfor %}
Job
All
Clear
Download all probes RRD
Probes not found:
{% else %}
No probes found.
{% endif %} {% elif view == 'probe' %}
{{ probe }}
Download RRD
{% for scale in scales %}
{% endfor %} {% endif %}
Please wait...