{% extends "base.html" %} {% block title %}Maintenance windows{% endblock %} {% block content %}
Planned downtime: alerts are silenced, incidents aren't opened, and your status pages show "Maintenance" instead of "Outage".
| {{ w.name }}{% if w.covers(now) %} active{% endif %}{% if not w.enabled %} disabled{% endif %}
{{ w.starts_at|dt }} → {{ w.ends_at|dt }}{% if w.repeat != 'none' %} · repeats {{ w.repeat }}{% endif %}
{% if w.monitor_ids %}{% for id in w.monitor_ids %}{% if id in mon_map %}{{ mon_map[id].name }}{% endif %}{% endfor %}{% else %}all monitors{% endif %} |
{% if user.can_edit %} {% endif %} |
No windows yet. Deploying on Sunday night? Add one and skip the false alarms.
{% endif %}