{% extends 'generic/_base.html' %} {% load form_helpers %} {% block title %}Alerts Configuration{% endblock %} {% block content %} {% if other_rule_count %}
{{ other_rule_count }} additional enabled rules are preserved from existing configuration. Review additional rules to avoid duplicate notifications. The switch below controls this page's alerts.
{% endif %}
{% csrf_token %}{{ form.non_field_errors }} {% for title,fields in sections %}

{{ title }}

{% for field in fields %}{% render_field field %}{% endfor %}
{% endfor %}
Recent delivery history
{% for event in recent_events %}{% empty %}{% endfor %}
TimeMethodResultFinding / error
{{ event.created }}{{ event.channel.get_channel_type_display }}{{ event.get_status_display }}{{ event.finding.summary }} {{ event.error }}
No deliveries yet. NetBox's worker processes alerts every 15 minutes.
{% endblock %}