Update uptime.config.ts

pull/206/head
confmin 2025-08-01 16:12:18 +07:00 committed by GitHub
parent efb1868f86
commit cfb425c6b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 8 deletions

View File

@ -7,13 +7,6 @@ const pageConfig: PageConfig = {
links: [ links: [
{ link: 'mailto:congminh45638@gmail.com', label: 'Email Me', highlight: true }, { 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 = { const workerConfig: WorkerConfig = {
@ -84,7 +77,7 @@ const workerConfig: WorkerConfig = {
const maintenances: MaintenanceConfig[] = [ const maintenances: MaintenanceConfig[] = [
{ {
// [Optional] Monitor IDs to be affected by this maintenance // [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 // [Optional] default to "Scheduled Maintenance" if not specified
title: 'Test Maintenance', title: 'Test Maintenance',
// Description of the maintenance, will be shown at status page // Description of the maintenance, will be shown at status page