mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-02 05:39:50 +08:00
Merge branch 'dev'
This commit is contained in:
commit
360252182d
@ -8,9 +8,10 @@
|
|||||||
[](https://github.com/cppla/ServerStatus)
|
[](https://github.com/cppla/ServerStatus)
|
||||||
[](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": [
|
"monitors": [
|
||||||
{
|
{
|
||||||
"name": "百度一下",
|
"name": "baidu",
|
||||||
"host": "https://www.baidu.com",
|
"host": "https://www.baidu.com",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"type": "https"
|
"type": "https"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "502论坛",
|
"name": "502BBS",
|
||||||
"host": "https://www.hostloc.com",
|
"host": "https://www.hostloc.com",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"type": "https"
|
"type": "https"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "DNS服务",
|
"name": "myDNS",
|
||||||
"host": "114.114.114.114:53",
|
"host": "114.114.114.114:53",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"type": "tcp"
|
"type": "tcp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user