{% extends "base.html" %} {% load static %} {% block title %}Alert Instances - Communications{% endblock %} {% block content %}
|
|
Alert | Rule | Severity | Status | Triggered | Response Time | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ instance.message|truncatechars:40 }}{{ instance.alert_rule.get_category_display }} |
{{ instance.alert_rule.rule_name|truncatechars:25 }} | {{ instance.alert_rule.get_severity_display }} |
{{ instance.get_status_display }}
{% if instance.status == 'SNOOZED' and instance.snoozed_until %}
Until {{ instance.snoozed_until|date:"M d, g:i A" }} {% endif %} |
{{ instance.triggered_at|timesince }} ago
{{ instance.triggered_at|date:"M d, g:i A" }} |
{% if instance.acknowledged_at %} {{ instance.response_time_minutes|default:0 }} min {% else %} - {% endif %} | |
No alert instances foundNo alerts match your current filters |
|||||||