update readme

This commit is contained in:
cppla 2024-01-23 18:50:15 +08:00
parent 052c75ef23
commit aa0ccd254c
2 changed files with 6 additions and 5 deletions

@ -8,9 +8,10 @@
[![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/cppla/ServerStatus)
[![Version](https://img.shields.io/badge/Version-Build%201.1.2-red)](https://github.com/cppla/ServerStatus)
![Latest Version](http://dl.cpp.la/Archive/serverstatus_1.0.9.png)
![Latest Host Version](https://dl.cpp.la/Archive/serverstatus_1.1.2_host.png)
![Latest Server Version](https://dl.cpp.la/Archive/serverstatus_1.1.2_server.png)
`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"