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

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new cfe70a3c3f [Doc-16555] Add note of Alert Script Plugin (#16556)
cfe70a3c3f is described below

commit cfe70a3c3f0fe7cc181f31e23a6c3423be57a833
Author: wangxj3 <[email protected]>
AuthorDate: Mon Sep 2 09:34:54 2024 +0800

    [Doc-16555] Add note of Alert Script Plugin (#16556)
    
    * add Note doc of scrip alert
    
    * mvn spotless:apply
    
    ---------
    
    Co-authored-by: wangxj959 <[email protected]>
---
 docs/docs/en/guide/alert/script.md | 3 ++-
 docs/docs/zh/guide/alert/script.md | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/docs/en/guide/alert/script.md 
b/docs/docs/en/guide/alert/script.md
index c20eb8d6f5..d011fdfdd4 100644
--- a/docs/docs/en/guide/alert/script.md
+++ b/docs/docs/en/guide/alert/script.md
@@ -15,4 +15,5 @@ The following shows the `Script` configuration example:
 
 ### Note
 
-Consider the script file access privileges with the executing tenant.
+1.Consider the script file access privileges with the executing tenant.
+2.Script alerts will execute the corresponding shell script. The platform will 
not verify the script content and whether it has been tampered with. There is a 
need to have a high degree of trust in this shell script and trust that users 
will not abuse this function.
diff --git a/docs/docs/zh/guide/alert/script.md 
b/docs/docs/zh/guide/alert/script.md
index 2eb9da7ab0..199b33a5eb 100644
--- a/docs/docs/zh/guide/alert/script.md
+++ b/docs/docs/zh/guide/alert/script.md
@@ -18,5 +18,6 @@
 
   > 支持`Shell`脚本
 
-**_注意:_** 请注意脚本的读写权限与执行租户的关系
-
+**_注意:_**
+1.请注意脚本的读写权限与执行租户的关系
+2.脚本告警会执行对应shell脚本,平台不会校验脚本内容和是否被篡改,需要高度信任该shell脚本,并且信任用户不会滥用此功能

Reply via email to