mirror of
https://github.com//cppla/ServerStatus
synced 2025-05-15 12:59:49 +08:00
update tcp example
This commit is contained in:
parent
67d7c5ea0f
commit
f85c0a87f9
@ -95,13 +95,13 @@ cd ServerStatus/server && make
|
||||
{
|
||||
"name": "监测网站,默认为一天在线率",
|
||||
"host": "https://www.baidu.com",
|
||||
"interval": 300,
|
||||
"interval": 1200,
|
||||
"type": "https"
|
||||
},
|
||||
{
|
||||
"name": "监测tcp服务端口",
|
||||
"host": "114.114.114.114:53",
|
||||
"interval": 300,
|
||||
"host": "223.5.5.5:53",
|
||||
"interval": 1200,
|
||||
"type": "tcp"
|
||||
}
|
||||
],
|
||||
|
@ -46,8 +46,8 @@
|
||||
"type": "https"
|
||||
},
|
||||
{
|
||||
"name": "114",
|
||||
"host": "114.114.114.114:53",
|
||||
"name": "alidns",
|
||||
"host": "223.5.5.5:53",
|
||||
"interval": 1200,
|
||||
"type": "tcp"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user