5分钟一次probe service

This commit is contained in:
cppla
2024-03-11 15:03:57 +08:00
parent a8b9b2d00d
commit 25f878a38a
3 changed files with 10 additions and 4 deletions

View File

@@ -42,13 +42,19 @@
{
"name": "baidu",
"host": "https://www.baidu.com",
"interval": 180,
"interval": 300,
"type": "https"
},
{
"name": "aliyun",
"host": "https://www.aliyun.com",
"interval": 300,
"type": "https"
},
{
"name": "114",
"host": "114.114.114.114:53",
"interval": 180,
"interval": 300,
"type": "tcp"
}
],