{% extends "base_status.html" %} {% load url from future %} {% load i18n %} {% block title %}Business Process{% endblock %} {% block smallheader %}edit{% endblock %} {% block largeheader %}Business Process{% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% block nav2 %}{% trans "Business Process" %}{% endblock %} {% load adagiostags %} {% block content %}
{% trans "Trigger" %} | {% trans "Action" %} | ||||
---|---|---|---|---|---|
{% trans "When a sub process with tag" %} | {% trans "has at least" %} | {% trans "problems" %} | {% trans "Mark this business group as" %} |
{% trans "Host" %} | {% trans "Service" %} | {% trans "Metric Name" %} | {% trans "Notes" %} |
---|---|---|---|
{{ i.host_name }} | {{ i.service_description }} | {{ i.metric_name }} | {{ i.notes }} |