Skip to content

Commit

Permalink
Update uptime.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Niu-820 authored Nov 22, 2024
1 parent 726492f commit c8b3465
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions uptime.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const workerConfig = {
name: 'nbtca.space',
method: 'GET',
target: 'https://nbtca.space',
tooltip: '监控nbtca.link',
tooltip: '监控nbtca.space',
statusPageLink: 'https://nbtca.space',
expectedCodes: [200],
timeout: 10000,
Expand All @@ -25,11 +25,21 @@ const workerConfig = {
name: 'webhook.nbtca.space',
method: 'GET',
target: 'https://webhook.nbtca.space/',
tooltip: '监控webhook.nbtca.link',
tooltip: '监控webhook.nbtca.space',
statusPageLink: 'https://webhook.nbtca.space/',
expectedCodes: [200],
timeout: 10000,
},
{
id: 'nbtca.link',
name: 'nbtca.link',
method: 'GET',
target: 'https://nbtca.link/',
tooltip: '监控nbtca.link',
statusPageLink: 'https://nbtca.link/',
expectedCodes: [200],
timeout: 10000,
},
],
callbacks: {
onStatusChange: async (
Expand Down

0 comments on commit c8b3465

Please # to comment.