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