Skip to content

Commit b95d194

Browse files
authored
Update README.md
1 parent e8446cd commit b95d194

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

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

74-
! watchdog callback Telegram: https://api.telegram.org/bot你自己的密钥/sendMessage?parse_mode=HTML&disable_web_page_preview=true&chat_id=你自己的标识&text=
75-
! watchdog callback Server酱: https://sctapi.ftqq.com/你自己的密钥.send?title=ServerStatus&desp=
76-
! watchdog callback PushDeer: https://api2.pushdeer.com/message/push?pushkey=你自己的密钥&text=
77-
! watchdog callback BasicAuth: https://用户名:密码@你自己的域名/api/push?message=
75+
! Telegram: https://api.telegram.org/bot你自己的密钥/sendMessage?parse_mode=HTML&disable_web_page_preview=true&chat_id=你自己的标识&text=
76+
! Server酱: https://sctapi.ftqq.com/你自己的密钥.send?title=ServerStatus&desp=
77+
! PushDeer: https://api2.pushdeer.com/message/push?pushkey=你自己的密钥&text=
78+
! HttpBasicAuth: https://用户名:密码@你自己的域名/api/push?message=
7879
```
7980

8081
```

0 commit comments

Comments
 (0)