{% extends "base2.html" %} {% block title %}{{ block.super }}{% endblock %} {% block smallheader %}{{ block.super }}{% endblock %} {% block largeheader %}Perfdata Analyzer{% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% block adagios_hausinn %}{{ block.super }}{% endblock %} {% block content %}

Perfdata Analyzer

Is there a problem with your perfdata ?

paste your ugly perfdata here and let me help you make it more readable.

{% if form %}
{% csrf_token %} {% include "bootstrap_fields.html" with fields=form %}
{% else %} No form found {% endif %} {% if results %} {% for i in results %} {% endfor %}
label value warning critical unit min value max value status
{{ i.label }} {{ i.value }} {{ i.warn }} {{ i.crit }} {{ i.uom }} {{ i.min }} {{ i.max }}
{% endif %} {% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block sidebar %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% endblock %}