You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/10/25 09:21:18 UTC

[dolphinscheduler-website] branch master updated: add alert user guide (#470)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 70a58c7  add alert user guide (#470)
70a58c7 is described below

commit 70a58c7a3f44bca268490860c979a48fb8388dbd
Author: Kirs <ac...@163.com>
AuthorDate: Mon Oct 25 17:21:15 2021 +0800

    add alert user guide (#470)
---
 .../dev/user_doc/guide/alert/alert_plugin_user_guide.md      | 12 ++++++++++++
 .../user_doc/{ => guide/alert}/alert_plugin_user_guide.md    |  8 ++++----
 site_config/docsdev.js                                       |  8 ++++++++
 3 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/dev/user_doc/guide/alert/alert_plugin_user_guide.md b/docs/en-us/dev/user_doc/guide/alert/alert_plugin_user_guide.md
new file mode 100644
index 0000000..a6f44e7
--- /dev/null
+++ b/docs/en-us/dev/user_doc/guide/alert/alert_plugin_user_guide.md
@@ -0,0 +1,12 @@
+## How to create alert plugins and alert groups
+
+In version 2.0.0, users need to create alert instances, and then associate them with alert groups, and an alert group can use multiple alert instances, and we will notify them one by one.
+
+First of all, you need to go to the Security Center, select Alarm Group Management, then click Alarm Instance Management on the left, then create an alarm instance, then select the corresponding alarm plug-in and fill in the relevant alarm parameters.
+
+Then select Alarm Group Management, create an alarm group, and select the corresponding alarm instance.
+
+<img src="/img/alert/alert_step_1.png">
+<img src="/img/alert/alert_step_2.png">
+<img src="/img/alert/alert_step_3.png">
+<img src="/img/alert/alert_step_4.png">
\ No newline at end of file
diff --git a/docs/zh-cn/dev/user_doc/alert_plugin_user_guide.md b/docs/zh-cn/dev/user_doc/guide/alert/alert_plugin_user_guide.md
similarity index 76%
rename from docs/zh-cn/dev/user_doc/alert_plugin_user_guide.md
rename to docs/zh-cn/dev/user_doc/guide/alert/alert_plugin_user_guide.md
index 82a173d..03e00f3 100644
--- a/docs/zh-cn/dev/user_doc/alert_plugin_user_guide.md
+++ b/docs/zh-cn/dev/user_doc/guide/alert/alert_plugin_user_guide.md
@@ -6,7 +6,7 @@
 
 然后选择告警组管理,创建告警组,选择相应的告警实例即可。
 
-<img src="img/alert/alert_step_1.png">
-<img src="img/alert/alert_step_2.png">
-<img src="img/alert/alert_step_3.png">
-<img src="img/alert/alert_step_4.png">
\ No newline at end of file
+<img src="/img/alert/alert_step_1.png">
+<img src="/img/alert/alert_step_2.png">
+<img src="/img/alert/alert_step_3.png">
+<img src="/img/alert/alert_step_4.png">
\ No newline at end of file
diff --git a/site_config/docsdev.js b/site_config/docsdev.js
index 655704e..7a6d385 100644
--- a/site_config/docsdev.js
+++ b/site_config/docsdev.js
@@ -168,6 +168,10 @@ export default {
             title: 'Alert',
             children: [
               {
+                title: 'Alert Component User Guide ',
+                link: '/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
+              },
+              {
                 title: 'Enterprise Wechat',
                 link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
               },
@@ -441,6 +445,10 @@ export default {
             title: '告警',
             children: [
               {
+                title: '告警组件向导 ',
+                link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
+              },
+              {
                 title: '企业微信',
                 link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
               },