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脚本,并且信任用户不会滥用此功能