{% translate 'Service Monitoring Settings' %}

{% translate 'The Eenos monitoring service is an automatic service monitoring application. This will help you to configure the automatic monitoring of services' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}

{% translate 'Monitoring Configurations' %}

{% csrf_token %}

{% translate 'Service Configurations' %}


{% translate 'Sl.No' %} {% translate 'Service' %} {% translate 'Description' %} {% translate 'Monitoring Status' %} {% translate 'Action' %}
{% translate 'Sl.No' %} {% translate 'Service' %} {% translate 'Description' %} {% translate 'Monitoring Status' %} {% translate 'Action' %}
{% csrf_token %}
{% csrf_token %}
{% include "copyright.html" %}
{% endblock %} {% include "footer.html" %}