{% extends "base.html" %} {% from "_macros.html" import crumbs %} {% block title %}Maintenance Windows — Steward{% endblock %} {% block breadcrumb %}{{ crumbs([("Alerts", "/alerts/"), ("Maintenance", "")]) }}{% endblock %} {% block content %}
During an active window, alert rule evaluation is suppressed for the matching scope. Metrics are still recorded — only notifications are silenced.
{% if windows %}| Name | Scope | Start | End | Status | |
|---|---|---|---|---|---|
| {{ w.name }} | {% if w.scope_source is none %} All alerts {% elif w.scope_resource is none %} {{ w.scope_source }}/* {% else %} {{ w.scope_source }}/{{ w.scope_resource }} {% endif %} | {{ w.start_at.strftime("%Y-%m-%d %H:%M") }} UTC | {{ w.end_at.strftime("%Y-%m-%d %H:%M") }} UTC | {% if is_active %} active {% elif is_upcoming %} upcoming {% else %} expired {% endif %} |
No maintenance windows configured.