{% extends "template.html"%} {% load noctags %} {% block content %}
Name | {{o.name}} |
Is builtin | {{o.is_builtin|bool_icon}} |
Description | {{o.description}} |
Action | {{o.display_action}} |
Name | Type | Required | Description |
---|---|---|---|
{{v.name}} | {{v.type}} | {{v.required|bool_icon}} | {{v.description}} |
Name | Condition | Action | Alarm Class | Combo Condition |
Combo Window |
Combo Classes |
Stop |
---|---|---|---|---|---|---|---|
{{d.name}} | {{d.condition}} | {{d.action}} | {% if d.alarm_class %} {{d.alarm_class.name}} {% else %} - {% endif %} | {{d.combo_condition}} | {{d.combo_window}} |
{% for cc in d.combo_event_classes %}
{{cc.name}} {% endfor %} |
{{d.stop_disposition|bool_icon}} |
Conditional pyRule: {{o.conditional_pyrule_name}} |
Rule | Preference |
---|---|
{{r.name}} | {{r.preference}} |
Subject Template: | {{t.subject_template}} |
Body Template: | {{t.body_template}} |
Symptoms: | {{t.symptoms}} |
Probable Causes: | {{t.probable_causes}} |
Recommended Actions: | {{t.recommended_actions}} |