Update uptime.config.ts
parent
efb1868f86
commit
cfb425c6b8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue