add Feishu alert doc and configure email alert doc to the docsdev.js (#11173)
add Feishu alert doc and configure email alert doc to the docsdev.js
This commit is contained in:
parent
818648df7d
commit
9859b5da1f
|
|
@ -264,6 +264,10 @@ export default {
|
|||
title: 'Alert Component User Guide ',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
},
|
||||
{
|
||||
title: 'Email',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/email.html',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/telegram.html',
|
||||
|
|
@ -288,6 +292,10 @@ export default {
|
|||
title: 'Http',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/http.html',
|
||||
},
|
||||
{
|
||||
title: 'Feishu',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/feishu.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -673,6 +681,10 @@ export default {
|
|||
title: '告警组件向导',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
},
|
||||
{
|
||||
title: 'Email',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/email.html',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
|
||||
|
|
@ -697,6 +709,10 @@ export default {
|
|||
title: 'Http告警',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/http.html',
|
||||
},
|
||||
{
|
||||
title: '飞书告警',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/feishu.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
# Feishu
|
||||
|
||||
If you need to use `Feishu` for alerting, create an alert instance in the alert instance management and select
|
||||
the `Feishu` plugin.
|
||||
|
||||
The following shows the `Feishu` configuration example:
|
||||
|
||||

|
||||
|
||||
## Parameter Configuration
|
||||
|
||||
* Webhook
|
||||
> Copy the robot webhook URL shown below:
|
||||
|
||||

|
||||
|
||||
[Feishu:Use bots in groups](https://www.feishu.cn/hc/en-US/articles/360024984973)
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
# 飞书
|
||||
|
||||
如果您需要使用到飞书进行告警,请在告警实例管理里创建告警实例,选择 Feishu 插件。飞书的配置样例如下:
|
||||
|
||||

|
||||
|
||||
参数配置
|
||||
|
||||
* Webhook
|
||||
> 复制机器人的webhook地址,如下图所示:
|
||||
|
||||

|
||||
|
||||
[飞书:如何在群组中使用机器人?](https://www.feishu.cn/hc/zh-CN/articles/360024984973)
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue