{% extends "layouts/base.html" %} {% load static %} {% block title %}Notification Rules{% endblock %} {% block content %}
Manage automatic notification triggers and conditions
Name | Event Type | Channel | Template | Priority | Status | Last Triggered | Actions |
---|---|---|---|---|---|---|---|
{{ rule.name }}
{% if rule.throttle_minutes > 0 %}
Throttle: {{ rule.throttle_minutes }}min {% endif %} |
{{ rule.get_event_type_display }} |
{{ rule.channel.name }}
{{ rule.channel.get_channel_type_display }} |
{{ rule.template.name }}
{{ rule.template.get_template_type_display }} |
{% if rule.priority > 0 %} {{ rule.priority }} {% else %} {{ rule.priority }} {% endif %} | {% if rule.is_active %} Active {% else %} Inactive {% endif %} | {% if rule.last_triggered %} {{ rule.last_triggered|timesince }} ago {% else %} Never {% endif %} |
|
{% if request.GET.search or request.GET.event_type or request.GET.status %} No rules match your current search criteria. Try adjusting your filters. {% else %} Get started by creating your first notification rule to automate alerts based on system events. {% endif %}
Create First Rule