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

@ -3,7 +3,7 @@
# Update by : https://github.com/cppla/ServerStatus, Update date: 20220530
# 版本1.0.3, 支持Python版本2.7 to 3.10
# 支持操作系统: Linux, OSX, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures
# ONLINE_PACKET_HISTORY_LEN 探测间隔120s记录24小时在线率720探测时间180s记录24小时480探测间隔60s记录7天10080
# ONLINE_PACKET_HISTORY_LEN 探测间隔120s记录24小时在线率720探测时间300s记录24小时288探测间隔60s记录7天10080
# 说明: 默认情况下修改server和user就可以了。丢包率监测方向可以自定义例如CU = "www.facebook.com"。
SERVER = "127.0.0.1"

@ -4,7 +4,7 @@
# 依赖于psutil跨平台库
# 版本1.0.3, 支持Python版本2.7 to 3.10
# 支持操作系统: Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures
# ONLINE_PACKET_HISTORY_LEN 探测间隔120s记录24小时在线率720探测时间180s记录24小时480探测间隔60s记录7天10080
# ONLINE_PACKET_HISTORY_LEN 探测间隔120s记录24小时在线率720探测时间300s记录24小时288探测间隔60s记录7天10080
# 说明: 默认情况下修改server和user就可以了。丢包率监测方向可以自定义例如CU = "www.facebook.com"。
SERVER = "127.0.0.1"

@ -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"
}
],