Skip to content

Commit 784c40b

Browse files
authored
Update README.md
1 parent 6068a2b commit 784c40b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ cd ServerStatus/server && make
6969
```diff
7070
! watchdog rule 可以为任何已知字段的表达式。注意Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复
7171
! watchdog interval 最小通知间隔
72-
! watchdog callback 可自定义为Post方法的URL,告警内容将拼接其后并发起回调
73-
! Server酱注册:https://sct.ftqq.com/r/13682
72+
! watchdog callback 可自定义为Post方法的URL,告警内容将拼接其后并发起回调
7473

7574
! Telegram: https://api.telegram.org/bot你自己的密钥/sendMessage?parse_mode=HTML&disable_web_page_preview=true&chat_id=你自己的标识&text=
7675
! Server酱: https://sctapi.ftqq.com/你自己的密钥.send?title=ServerStatus&desp=
@@ -133,7 +132,7 @@ cd ServerStatus/server && make
133132
"callback": "https://yourSMSurl"
134133
},
135134
{
136-
"name": "乌兰察布服务器流量18GB告警",
135+
"name": "阿里云服务器流量18GB告警,限制username为乌兰察布",
137136
"rule": "(network_out-last_network_out)/1024/1024/1024>18&(username='wlcb1'|username='wlcb2'|username='wlcb3'|username='wlcb4')",
138137
"interval": 3600,
139138
"callback": "https://yourSMSurl"

0 commit comments

Comments
 (0)