|
Incident Updated
on {{incident.hostname}}
Priority | {{incident.created}} |
State | {{incident.get_state_display}} |
Priority | {{incident.priority}} |
Category | {{incident.component}} |
{% if incident.rule %}
Rule | {{incident.rule.name}} |
Action | {{incident.rule.action}} |
Bundle For | {{incident.rule.bundle}} minutes |
Notify After | {{incident.rule.action_after}} events |
{% endif %}
{{incident.first_event.details}}
History
{% for event in incident.events.all %}
- {{ event.created }} on {{ event.hostname }}
{% endfor %}
|
|
|
|