{% extends "base.html" %} {% block title %}Suppressions – GANDALF{% endblock %} {% block content %}
Manage maintenance windows and per-target alert suppression rules.
| Type | Target | Detail | Reason | By | Created | Expires | Actions |
|---|---|---|---|---|---|---|---|
| {{ s.target_type }} | {{ s.target_name or 'all' }} | {{ s.target_detail or '–' }} | {{ s.reason }} | {{ s.suppressed_by }} | {{ s.created_at }} | {% if s.expires_at %}{{ s.expires_at }}{% else %}manual{% endif %} |
No active suppressions.
{% endif %}| Type | Target | Detail | Reason | By | Created | Expires | Active |
|---|---|---|---|---|---|---|---|
| {{ s.target_type }} | {{ s.target_name or 'all' }} | {{ s.target_detail or '–' }} | {{ s.reason }} | {{ s.suppressed_by }} | {{ s.created_at }} | {% if s.expires_at %}{{ s.expires_at }}{% else %}manual{% endif %} | {% if s.active %} Yes {% else %} No {% endif %} |
No suppression history yet.
{% endif %}{{ iface }}
{% endfor %}