{% extends 'base.html' %} {% load static %} {% block title %}Notification Rules - Stream Processor{% endblock %} {% block page_title %}
Manage automatic notification rules for system events
Total Rules
{{ rules|length|default:0 }}
Active Rules
{% for rule in rules %}{% if rule.is_active %}{{ forloop.counter0|add:1 }}{% endif %}{% empty %}0{% endfor %}
Inactive Rules
{% for rule in rules %}{% if not rule.is_active %}{{ forloop.counter0|add:1 }}{% endif %}{% empty %}0{% endfor %}
Triggered Today
0
{{ rule.conditions|truncatechars:100 }}
Create your first notification rule to get started with automated alerts
Notification rules automatically trigger alerts when specific system events occur. Each rule defines: