From d242c6cea106cf473c8936fc7f4a26ae5eab4c67 Mon Sep 17 00:00:00 2001 From: cppla <i@cpp.la> Date: Mon, 9 Oct 2023 14:24:17 +0800 Subject: [PATCH] 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复一些bug. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d64573c..2892243 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [](https://github.com/cppla/ServerStatus) [](https://github.com/cppla/ServerStatus) [](https://github.com/cppla/ServerStatus) -[](https://github.com/cppla/ServerStatus) +[](https://github.com/cppla/ServerStatus)  @@ -71,9 +71,10 @@ cd ServerStatus/server && make ! watchdog interval 最小通知间隔。 ! watchdog callback 可自定义为Post方法的URL,告警内容将拼接其后并发起回调。 -! watchdog callback Telegram:https://api.telegram.org/bot你自己的密钥/sendMessage?parse_mode=HTML&disable_web_page_preview=true&chat_id=你自己的标识&text= +! watchdog callback Telegram: https://api.telegram.org/bot你自己的密钥/sendMessage?parse_mode=HTML&disable_web_page_preview=true&chat_id=你自己的标识&text= ! watchdog callback Server酱: https://sctapi.ftqq.com/你自己的密钥.send?title=ServerStatus&desp= -! watchdog callback PushDeer: https://api2.pushdeer.com/message/push?pushkey=你自己的密钥&text= +! watchdog callback PushDeer: https://api2.pushdeer.com/message/push?pushkey=你自己的密钥&text= +! watchdog callback BasicAuth: https://用户名:密码@你自己的域名/api/push?message= ``` ```