{% extends "template.html" %} {% block extrahead %} {% endblock %} {% block breadcrumbs %}{{block.super}}
  • {{a.id}}
  • {% endblock %} {% block content %}

    Alarm #{{a.id}}: {{subject}}

    Summary

    {% endif %} {%endif%}
    Managed Object:{{a.managed_object.name}} {% if a.managed_object.platform %}({{a.managed_object.platform}}){% endif %}
    Alarm Class:{{a.alarm_class}}
    Root Cause: {% if root %} #{{root.id}} ({{root.managed_object.name}}): {{root.alarm_class.name}} {% else %} Top Level {% endif %} {% if is_owner %} New root alarm id:
    {% endif %}
    Severity: {{severity}} ({{a.severity}}) {% if is_owner %} Change severity: -1000 -100 +100 +1000 {% endif %}
    Alarm Status: {% if a.status == "A" %}Active{% endif %} {% if a.status == "C" %}Cleared{% endif %}
    Rise Time:{{a.timestamp}} {% if a.status == "C" %}
    Clear Time:{{a.clear_timestamp}}
    Duration:{{a.display_duration}} {% if a.status == "A" %}
    Owner: {% if is_unassigned %} Unassigned {% else %} {{a.owner}} {% endif %}
    Subscribers: {% for s in subscribers %} {{s}} {% endfor %}
    Subject:
    {{subject}}
    {{body}}
    {% if syptoms or probable_causes or recommended_actions %}
    {% if symptoms %}
    Symptoms:
    {{symptoms}}
    {%endif%} {% if probable_causes %}
    Probable causes:
    {{probable_causes}}
    {%endif%} {% if recommended_actions %}
    Recommended actions:
    {{recommended_actions}}
    {%endif%}
    {% endif %} {% if children %}
    {% for level, c, s in children %} {% endfor %}
    IDTimestampDuration ObjectClassSubject
    {{c.id}} {{c.timestamp}} {{c.display_duration}} {{c.managed_object}} {{c.alarm_class.name}} {{s}}
    {% endif %}
    {% for k, v in a.vars.items %} {% endfor %}
    {{k}} {{v}}
    {% for e_id, e_class, timestamp, subject in events %} {% endfor %}
    IDClassTimestampSubject
    {{e_id}} {{e_class}} {{timestamp}} {{subject}}
    {% for l in a.log %} {% endfor %}
    TimestampStatusMessage
    {{l.timestamp}} {{l.from_status}} -> {{l.to_status}} {{l.message}}
    Post a message:
    {% csrf_token %}
    {%endblock%}