{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} Alerter Service Enabled? {% if alerter_poll_interval > 0 and alerter_status == 'active' %}Yes{% else %}No{% endif %} | Alerter Poll Interval: {{ alerter_poll_interval }} | Alerter Systemctl Status: {% if alerter_status == 'active' %} {{ alerter_status }} {% elif alerter_status == 'failed' %} {{ alerter_status }} {% else %} {{ alerter_status }} {% endif %} ?
{% csrf_token %} {% for rule in rule_list %} {% endfor %}
Tag Description Email List Error Code List Active
{{ rule.tag }} {{ rule.description }} {% if rule.tag == 'CUSTOM_ERROR_CODE_TRIGGER' %} {% if not rule.error_code_list %} None {% else %} {% for ec in error_code_list %} {% if ec.id|stringformat:"s" in rule.error_code_list %} {{ ec.tag }}
{% endif %} {% endfor %} {% endif %}

{% else %} N/A {% endif %}
{% for rule in rule_list %} {% if rule.tag == 'CUSTOM_ERROR_CODE_TRIGGER' %} {% endif %} {% endfor %} {% endblock %}