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 17, 2024
1 parent 2b994f4 commit a98f83a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions uptime.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const pageConfig = {
title: "lyc8503's Status Page",
links: [
{ link: 'https://github.com/lyc8503', label: 'GitHub' },
{ link: 'mailto:me@lyc8503.site', label: 'Email Me', highlight: true },
{ link: '15955434043@163.con', label: 'Email Me', highlight: true },
],
}

Expand All @@ -11,16 +11,14 @@ const workerConfig = {
passwordProtection: 'username:password',
monitors: [
{
id: 'google_monitor',
name: 'My Google Monitor',
id: 'nbtca.space',
name: 'nbtca.space',
method: 'GET',
target: 'https://www.google.com'
},
{
id: 'ssh_monitor',
name: 'Example SSH Monitor',
method: 'TCP_PING',
target: '1.2.3.4:22'
target: 'https://nbtca.space',
tooltip: '监控nbtca.link',
statusPageLink: 'https://nbtca.space',
expectedCodes: [200],
timeout: 10000,
},
],
callbacks: {
Expand Down

0 comments on commit a98f83a

Please # to comment.