From cfb425c6b8dfdb34beb65af8211bd191af8f04e4 Mon Sep 17 00:00:00 2001 From: confmin Date: Fri, 1 Aug 2025 16:12:18 +0700 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 6de209a..185de87 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -7,13 +7,6 @@ const pageConfig: PageConfig = { links: [ { link: 'mailto:congminh45638@gmail.com', label: 'Email Me', highlight: true }, ], - // [OPTIONAL] Group your monitors - // If not specified, all monitors will be shown in a single list - // If specified, monitors will be grouped and ordered, not-listed monitors will be invisble (but still monitored) - group: { - '🌐 Public (example group name)': ['foo_monitor', 'bar_monitor', 'more monitor ids...'], - '🔐 Private': ['test_tcp_monitor'], - }, } const workerConfig: WorkerConfig = { @@ -84,7 +77,7 @@ const workerConfig: WorkerConfig = { const maintenances: MaintenanceConfig[] = [ { // [Optional] Monitor IDs to be affected by this maintenance - monitors: ['foo_monitor', 'bar_monitor'], + monitors: ['banhtrangvotri.xyz'], // [Optional] default to "Scheduled Maintenance" if not specified title: 'Test Maintenance', // Description of the maintenance, will be shown at status page