Skip to content

Commit 3602521

Browse files
committed
Merge branch 'dev'
2 parents f7b2e7d + aa0ccd2 commit 3602521

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
[![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/cppla/ServerStatus)
99
[![Version](https://img.shields.io/badge/Version-Build%201.1.2-red)](https://github.com/cppla/ServerStatus)
1010

11-
![Latest Version](http://dl.cpp.la/Archive/serverstatus_1.0.9.png)
11+
![Latest Host Version](https://dl.cpp.la/Archive/serverstatus_1.1.2_host.png)
12+
![Latest Server Version](https://dl.cpp.la/Archive/serverstatus_1.1.2_server.png)
1213

13-
`Watchdog触发式告警,interval只是为了防止频繁收到报警信息造成的骚扰,并不是探测间隔。 同时为了防止海外机器闪断报警,也加入username、name、type等静态字符串参数的计算支持。值得注意的是,Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复 `
14+
`Watchdog触发式告警,interval只是为了防止频繁收到报警信息造成的骚扰,并不是探测间隔。 同时为了防止海外机器闪断报警,也加入username、name、type等静态字符串参数的计算支持。值得注意的是,Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复 `
1415

1516
# 目录:
1617

server/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
],
4141
"monitors": [
4242
{
43-
"name": "百度一下",
43+
"name": "baidu",
4444
"host": "https://www.baidu.com",
4545
"interval": 60,
4646
"type": "https"
4747
},
4848
{
49-
"name": "502论坛",
49+
"name": "502BBS",
5050
"host": "https://www.hostloc.com",
5151
"interval": 60,
5252
"type": "https"
5353
},
5454
{
55-
"name": "DNS服务",
55+
"name": "myDNS",
5656
"host": "114.114.114.114:53",
5757
"interval": 60,
5858
"type": "tcp"

0 commit comments

Comments
 (0)