{% extends "base2.html" %} {% block title %}Nagios Service{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}Nagios Service{% endblock %} {% block nav1 %}Nagios Service{% endblock %} {% block adagios_hausinn %}{{ block.super }}{% endblock %} {% block content %} Service nagios status: {% if status > 3 %} unknown ("service nagios status" returned {{ status }}) {% endif %} {% if status == 0 %} Started {% endif %} {% if status == 3 %} Stopped {% endif %} {% if form %}
{% csrf_token %}
{% else %} No form found {% endif %} {% if stderr %}

Errors

{{ stderr }}
{% endif %} {% if stdout %}

output

{{ stdout }}
{% endif %} {% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block sidebar %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% endblock %}