{% extends "base.html" %} {% set active_page = 'room' %} {% block title %}{{ room_name }} — Maude Front Desk{% endblock %} {% block content %}
Depends on: {% for dep in depends_on %} {% set dep_info = deps_health | selectattr("name", "equalto", dep) | first %} {{ dep }}{% if not loop.last %}, {% endif %} {% endfor %}
{% else %}No upstream dependencies
{% endif %}Needed by: {{ depended_by | join(', ') }}
{% else %}No downstream dependents
{% endif %} {% if affected_by %}If this room fails: {{ affected_by | join(', ') }}
{% endif %}| Time | Outcome | Summary |
|---|---|---|
| {{ h.created_at[:16] if h.created_at else '?' }} | {% if h.outcome == 'no_action' %} no action {% elif h.outcome == 'resolved' %} resolved {% elif h.outcome == 'failed' %} failed {% elif h.outcome == 'escalated' %} escalated {% else %} {{ h.outcome or '?' }} {% endif %} |
No health loop checks in the last 24 hours.
| Time | Trigger | Outcome | Summary |
|---|---|---|---|
| {{ a.created_at[:16] if a.created_at else '?' }} | {{ a.trigger or '?' }} | {% if a.outcome == 'resolved' %} resolved {% elif a.outcome == 'failed' %} failed {% elif a.outcome == 'escalated' %} escalated {% else %} {{ a.outcome or '?' }} {% endif %} |
No agent runs in the last 24 hours.
| Time | Trigger | Outcome | Summary |
|---|---|---|---|
| {{ inc.created_at[:16] if inc.created_at else '?' }} | {{ inc.trigger or '?' }} | {% if inc.outcome == 'resolved' %} resolved {% elif inc.outcome == 'failed' %} failed {% elif inc.outcome == 'escalated' %} escalated {% else %} {{ inc.outcome or '?' }} {% endif %} |
No incidents in the last 24 hours.