{% 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 %}
paste your ugly perfdata here and let me help you make it more readable.
{% if form %} {% else %} No form found {% endif %} {% if results %}label | value | warning | critical | unit | min value | max value | status |
---|---|---|---|---|---|---|---|
{{ i.label }} | {{ i.value }} | {{ i.warn }} | {{ i.crit }} | {{ i.uom }} | {{ i.min }} | {{ i.max }} |