🔧 Maintenance Periods
A Maintenance Period temporarily prevents GermainUX from collecting selected metrics and executing selected actions, including alerts.
Maintenance Periods are typically used during planned upgrades, deployments, or infrastructure work. They prevent expected downtime from:
|
Reason |
|---|
|
Triggering unnecessary alerts |
|
Executing automated remediation actions |
|
Affecting analytics, SLA calculations, or availability results |
Maintenance Periods can run once or recur on a schedule.
⚙️ Configuration
Go to Germain Workspace > Left Menu > System > Maintenance.
|
Workspace Field |
Configuration Key |
Description |
Possible Values |
|---|---|---|---|
|
Name |
|
Unique name used to identify the Maintenance Period. |
String |
|
Duration |
|
Length of time the Maintenance Period remains active, in seconds. |
Integer |
|
Recurring |
|
Determines whether the Maintenance Period runs once or follows a recurring schedule. |
Boolean |
|
Schedule |
|
Specifies when the Maintenance Period begins. |
Quartz CRON expression, including seconds |
|
Actions |
|
Actions that must not execute while the Maintenance Period is active. |
List of configured actions |
📅 Configure a Weekly Maintenance Period
The following example creates a one-hour Maintenance Period that begins every Sunday at 1:00 AM.
-
Go to Germain Workspace > Left Menu > System > Maintenance.
-
Click + to create a Maintenance Period.
-
Enter a descriptive name.
-
Set the duration to
3600seconds. -
Enable Recurring.
-
Configure the start time using either:
-
The Basic scheduling options, or
-
The Advanced CRON editor
-
-
Under Actions, select the actions that GermainUX should suppress during the Maintenance Period.
-
Save the configuration.
Schedules use the Quartz CRON format, which includes seconds. See this Quartz CRON expression reference for examples.
⏱️ One-Time Maintenance Period
To configure a Maintenance Period that runs only once:
-
Create a new Maintenance Period.
-
Disable Recurring.
-
Configure its start time and duration.
-
Select the actions to suppress.
-
Save the configuration.
✨ Configuration Activation
New or updated Maintenance Period configurations are applied by GermainUX within approximately 60 seconds.
Any changes to new or existing maintenance periods are picked up by Germain within the next 60 seconds..