{% extends "base.html" %} {% load static %} {% block title %}Alert Rules - Communications{% endblock %} {% block content %}
|
|
Rule Name | Category | Severity | Condition | Status | Last Triggered | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ rule.rule_name }}{{ rule.description|truncatechars:60 }} |
{{ rule.get_category_display }} | {{ rule.get_severity_display }} |
{{ rule.condition_expression|truncatechars:30 }}
|
{% if rule.is_active %}Active{% else %}Inactive{% endif %}
{% if rule.is_active %}
|
{% if rule.last_triggered %} {{ rule.last_triggered|timesince }} ago {% else %} Never {% endif %} | |