mirror of
https://github.com//cppla/ServerStatus
synced 2025-05-15 21:09:49 +08:00
update readme
This commit is contained in:
parent
052c75ef23
commit
aa0ccd254c
@ -8,9 +8,10 @@
|
||||
[](https://github.com/cppla/ServerStatus)
|
||||
[](https://github.com/cppla/ServerStatus)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
`Watchdog触发式告警,interval只是为了防止频繁收到报警信息造成的骚扰,并不是探测间隔。 同时为了防止海外机器闪断报警,也加入username、name、type等静态字符串参数的计算支持。值得注意的是,Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复 `
|
||||
`Watchdog触发式告警,interval只是为了防止频繁收到报警信息造成的骚扰,并不是探测间隔。 同时为了防止海外机器闪断报警,也加入username、name、type等静态字符串参数的计算支持。值得注意的是,Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复。 `
|
||||
|
||||
# 目录:
|
||||
|
||||
|
@ -40,19 +40,19 @@
|
||||
],
|
||||
"monitors": [
|
||||
{
|
||||
"name": "百度一下",
|
||||
"name": "baidu",
|
||||
"host": "https://www.baidu.com",
|
||||
"interval": 60,
|
||||
"type": "https"
|
||||
},
|
||||
{
|
||||
"name": "502论坛",
|
||||
"name": "502BBS",
|
||||
"host": "https://www.hostloc.com",
|
||||
"interval": 60,
|
||||
"type": "https"
|
||||
},
|
||||
{
|
||||
"name": "DNS服务",
|
||||
"name": "myDNS",
|
||||
"host": "114.114.114.114:53",
|
||||
"interval": 60,
|
||||
"type": "tcp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user