update example config

pull/101/head
lyc8503 2025-04-27 03:12:56 +08:00
parent 2f113a082d
commit f983202a96
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ const workerConfig: WorkerConfig = {
},
}
// You can define multiple maintenances here
// During maintenance, an alert will be shown at status page
// Also, related downtime notifications will be skipped (if any)
// Of course, you can leave it empty if you don't need this feature
// const maintenances: MaintenanceConfig[] = []
const maintenances: MaintenanceConfig[] = [
{
// Monitor IDs to be affected by this maintenance