Skip to content

Maintenance Windows

A Maintenance Window defines a scheduled period during which matching alerts continue to evaluate but their notifications are suppressed. State changes are still recorded in alert history (marked with silenced_at / silenced_by_* so you can audit what happened), but no notification fires. Like a Silence, a maintenance window is a notification gate: it mutes notifications for the matching alerts but never changes their state or resolves them.

Use a maintenance window when you have a calendar-driven quiet period: a planned deployment, a recurring batch job window, a vendor outage you’ve been told to expect. For one-off, ad-hoc suppression in the moment, use Silences instead.

  • Suppresses notifications for expected alerts during deployments, patches, upgrades, or infrastructure changes.
  • Avoids unnecessary escalations or incident tickets.
  • Keeps monitoring reports clean and meaningful.

The overview page displays all created maintenance windows with these details:

  • Name — Name of the maintenance window.
  • Description — Description of the maintenance window.
  • Alert rule targeted — Alert rule to which the maintenance window applies.
  • Matching label — Labels assigned to the maintenance window.
  • Schedule — Start and end time period for the maintenance window.
  • Status — Whether the maintenance window is active or paused.

Maintenance window overview

  1. Navigate to the Maintenance Windows page in the Alerts module.
  2. Click Create Maintenance Window.

Create Maintenance Window

  1. Configure these details:
  • Name — Name for the maintenance window.
  • Description — Short description of the maintenance window.
  • Timezone — Timezone for the scheduled maintenance window.
  • One time — A one-time maintenance window schedules a maintenance period only once for a specific date and time.
  • Recurring — A recurring maintenance window automatically repeats on a regular cycle, eliminating the need to configure it each time.

Maintenance window timing options

Additional settings:

  • Start time — Date and time when the maintenance window begins.
  • End time — Date and time when the maintenance window ends.
  • Frequency — Available only for recurring windows; select daily, weekly, or monthly schedules.
  • Label Matchers — Target the window to specific alerts by their labels (e.g. service name, host, region). Each matcher is a label key, an operator, and a value, combined with AND. The operators are the same four used across the alert module — Equals, Not equals, Matches regex, Doesn’t match regex — matched against alert rule labels and alert instance labels.
  1. Click Save to create the new maintenance window.

Maintenance window saved