wu-sheng commented on a change in pull request #6193: URL: https://github.com/apache/skywalking/pull/6193#discussion_r559196448
########## File path: oap-server/server-bootstrap/src/main/resources/alarm-settings.yml ########## @@ -81,3 +81,29 @@ dingtalkHooks: webhooks: # - url: https://oapi.dingtalk.com/robot/send?access_token=dummy_token # secret: dummysecret + +#feishuHooks: +# textTemplate: |- +# { +# "msg_type": "text", +# # at someone with feishu_user_ids +# "ats": "feishu_user_id_1,feishu_user_id_2", +# "content": { +# "text": "Apache SkyWalking Alarm: \n %s." +# } +# } +# webhooks: +# - url: https://open.feishu.cn/open-apis/bot/v2/hook/dummy_token +# secret: dummysecret + +feishuHooks: + textTemplate: |- + { + "msg_type": "text", + "content": { + "text": "Apache SkyWalking Alarm: \n %s." + } + } + webhooks: +# - url: https://open.feishu.cn/open-apis/bot/v2/hook/dummy_token +# secret: dummysecret Review comment: I think you submit some duplicated things? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
