{% extends "base_status.html" %} {% block title %}Nagios Service{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}Nagios Service is {{ friendly_status }}{% endblock %} {% block nav1 %}Nagios Service{% endblock %} {% block adagios_hausinn %}{{ block.super }}{% endblock %} {% block content %}
Nagios Service is: {% if status == 0 %} Started {% endif %} {% if status == 1 %} Stopped {% endif %} {% if status > 1 %} unknown ("service nagios status" returned {{ status }}) {% endif %}
{% if command %}
Executing service nagios {{ command }} {% if stderr %}

Errors

{{ stderr }}
{% endif %} {% if stdout %}
{{ stdout }}
{% endif %}
{% endif %} {% endblock %} {% block toolbar %} {% if form %}
{% csrf_token %} {% if status == 0 %} {% endif %} {% if status == 1 %} {% endif %} {% if status > 1 %} {% endif %}
{% else %} No form found {% endif %} {% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block sidebar %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% endblock %}