{% extends "base.html" %} {% block title %}Adagios - Service {{ my_object.shortname }}{% endblock %} {% block head %} {% endblock %} {% block footer %} {% endblock %} {% block content %}
{% if my_object %}

Service {{ my_object.shortname }} {% else %}

Service ID not found {% endif %}

{% if my_object %}
{% csrf_token %}
{{ form.host_name }}
{{ form.service_description }}
{{ form.servicegroups }}
{{ form.name }}
{{ form.use }}
{{ form.check_command }}
{{ form.max_check_attempts }}
{{ form.check_interval }}
{{ form.check_period }}
{{ form.notification_interval }}
{{ form.first_notification_delay }}
{{ form.notification_period }}
{{ form.notification_options }}
{{ form.contacts }}
{{ form.contact_groups }}

Object Info

All Attributes

{% csrf_token %} {% include "bootstrap_fields.html" with fields=advanced_form %}
{% if effective_members %}
Effective Members {% for m in effective_members %}

{% endfor %}
{% endif %}
{% include "snippets/sidebar.html" %}
{% else %}

Object not found

{% endif %} {% endblock %}