From b7a762d798e69d911ae212ef561d24e8ad29bd4e Mon Sep 17 00:00:00 2001 From: XUZHONGXIN Date: Sat, 2 Aug 2025 00:03:39 +0800 Subject: [PATCH] Update uptime.config.ts target: --- uptime.config.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 2971370..5a106e4 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -25,15 +25,13 @@ const workerConfig: WorkerConfig = { // passwordProtection: 'username:password', // Define all your monitors here monitors: [ - // Example HTTP Monitor - { id: 'xinnew.top', name: '企业全球门户', // `method` should be `TCP_PING` for tcp monitors method: 'GET', // `target` should be `host:port` for tcp monitors - statusPageLink: 'https://xinnew.top', + target: 'https://xinnew.top', timeout: 5000, }, { @@ -42,7 +40,7 @@ const workerConfig: WorkerConfig = { // `method` should be `TCP_PING` for tcp monitors method: 'GET', // `target` should be `host:port` for tcp monitors - statusPageLink: 'https://gemini-sg.xinnew.top', + target: 'https://gemini-sg.xinnew.top', timeout: 5000, }, { @@ -51,7 +49,7 @@ const workerConfig: WorkerConfig = { // `method` should be `TCP_PING` for tcp monitors method: 'TCP_PING', // `target` should be `host:port` for tcp monitors - statusPageLink: 'https://gemini.xinnew.top', + target: 'https://gemini.xinnew.top', timeout: 5000, }, ],