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

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new fd3a2f0569 [doc] add japanese i18n and remove chinese in script folder 
(#3665)
fd3a2f0569 is described below

commit fd3a2f05699121f1954ee378b90c83e5696a5e07
Author: Calvin <zhengqi...@apache.org>
AuthorDate: Sat Aug 16 15:43:24 2025 +0800

    [doc] add japanese i18n and remove chinese in script folder (#3665)
    
    Co-authored-by: tomsun28 <tomsu...@outlook.com>
---
 .../src/main/resources/define/app-springboot2.yml  | 33 ++++++++++++++++++++--
 .../src/main/resources/define/app-starrocks_be.yml | 19 +++++++++++++
 .../src/main/resources/define/app-starrocks_fe.yml | 23 +++++++++++++++
 .../hertzbeat-mysql-iotdb/conf/application.yml     |  5 ----
 .../hertzbeat-mysql-tdengine/conf/application.yml  |  4 ---
 .../conf/application.yml                           |  4 ---
 .../conf/application.yml                           |  4 ---
 7 files changed, 73 insertions(+), 19 deletions(-)

diff --git a/hertzbeat-manager/src/main/resources/define/app-springboot2.yml 
b/hertzbeat-manager/src/main/resources/define/app-springboot2.yml
index 5bbfa22dba..407cf2027f 100644
--- a/hertzbeat-manager/src/main/resources/define/app-springboot2.yml
+++ b/hertzbeat-manager/src/main/resources/define/app-springboot2.yml
@@ -21,11 +21,13 @@ app: springboot2
 name:
   zh-CN: SpringBoot2.0
   en-US: SpringBoot2.0
+  ja-JP: SpringBoot2.0
 # The description and help of this monitoring type
 help:
-  zh-CN: HertzBeat 对 <a class='help_module_content' 
href='http://www.tutorialspoint.com/spring_boot/spring_boot_actuator.htm'> 
SpringBoot2.0 Actuator </a> 
暴露的通用性能指标(health、environment、threads、memory_used)进行采集监控。<span 
class='help_module_span'>注意⚠️:如果要监控 SpringBoot 中的信息,需要您的 SpringBoot 应用集成并开启 
SpringBoot Actuator, <a class='help_module_content'  
href='https://hertzbeat.apache.org/zh-cn/docs/help/springboot2'>点击查看具体步骤</a>。</span>
+  zh-CN: HertzBeat 对 <a class='help_module_content' 
href='https://www.tutorialspoint.com/spring_boot/spring_boot_actuator.htm'> 
SpringBoot2.0 Actuator </a> 
暴露的通用性能指标(health、environment、threads、memory_used)进行采集监控。<span 
class='help_module_span'>注意⚠️:如果要监控 SpringBoot 中的信息,需要您的 SpringBoot 应用集成并开启 
SpringBoot Actuator, <a class='help_module_content'  
href='https://hertzbeat.apache.org/zh-cn/docs/help/springboot2'>点击查看具体步骤</a>。</span>
   en-US: HertzBeat collects and monitors SpringBoot through general 
performance metric(health, environment, threads, memory_used) that exposed by 
the SpringBoot2.0 Actuator. <br><span class='help_module_span'>Note⚠️:You 
should make sure that your SpringBoot application have already integrated and 
enabled the SpringBoot Actuator, <a class='help_module_content'  
href='https://hertzbeat.apache.org/docs/help/springboot2'>click here to see the 
specific steps.</a></span>
-  zh-TW: HertzBeat 對 <a class='help_module_content' 
href='http://www.tutorialspoint.com/spring_boot/spring_boot_actuator.htm'> 
SpringBoot2.0 Actuator 
</a>暴露的通用性能指標(health、environment、threads、memory_used)進行採集監控。< span 
class='help_module_span'>注意⚠️:如果要監控SpringBoot中的指標,需要您的SpringBoot應用集成並開啟SpringBoot
 Actuator,<a class='help_module_content' 
href='https://hertzbeat.apache.org/zh-cn/docs/help/springboot2'>點擊查看具體步驟</a>。</span>
+  zh-TW: HertzBeat 對 <a class='help_module_content' 
href='https://www.tutorialspoint.com/spring_boot/spring_boot_actuator.htm'> 
SpringBoot2.0 Actuator 
</a>暴露的通用性能指標(health、environment、threads、memory_used)進行採集監控。<span 
class='help_module_span'>注意⚠️:如果要監控SpringBoot中的指標,需要您的SpringBoot應用集成並開啟SpringBoot
 Actuator,<a class='help_module_content' 
href='https://hertzbeat.apache.org/zh-cn/docs/help/springboot2'>點擊查看具體步驟</a>。</span>
+  ja-JP: HertzBeat は <a class='help_module_content' 
href='https://www.tutorialspoint.com/spring_boot/spring_boot_actuator.htm'> 
SpringBoot2.0 Actuator </a> の一般的なパフォーマンスのメトリクスを監視します。<span 
class='help_module_span'>⚠️注意:SpringBoot で SpringBoot Actuatorを有効にする必要があります。<a 
class='help_module_content' 
href='https://hertzbeat.apache.org/docs/help/springboot2'>クリックしてガイドを見ます</a>。</span>
 helpLink:
   zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/springboot2
   en-US: https://hertzbeat.apache.org/docs/help/springboot2
@@ -37,6 +39,7 @@ params:
     name:
       zh-CN: 目标Host
       en-US: Target Host
+      ja-JP: 目標ホスト
     # type-param field type(most mapping the html input type)
     type: host
     # required-true or false
@@ -47,6 +50,7 @@ params:
     name:
       zh-CN: 端口
       en-US: Port
+      ja-JP: ポート
     # type-param field type(most mapping the html input type)
     type: number
     # when type is number, range is required
@@ -61,6 +65,7 @@ params:
     name:
       zh-CN: 启动SSL
       en-US: SSL
+      ja-JP: SSL
     # When the type is boolean, the frontend will display a switch for it.
     type: boolean
     # required-true or false
@@ -71,6 +76,7 @@ params:
     name:
       zh-CN: Base Path
       en-US: Base Path
+      ja-JP: Base Path
     # type-param field type(most mapping the html input type) The type "text" 
belongs to a text input field.
     type: text
     # default value
@@ -85,6 +91,7 @@ params:
     name:
       zh-CN: Basic Auth Username
       en-US: Basic Auth Username
+      ja-JP: 認証ユーザー名
     # type-param field type(most mapping the html input type)
     type: text
       # when type is text, use limit to limit string length
@@ -99,6 +106,7 @@ params:
     name:
       zh-CN: Basic Auth Password
       en-US: Basic Auth Password
+      ja-JP: 認証パスワード
     # type-param field type(most mapping the html input tag)
     type: password
     # required-true or false
@@ -112,6 +120,7 @@ metrics:
     i18n:
       zh-CN: 可用性
       en-US: Availability
+      ja-JP: 可用性
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 0
@@ -124,6 +133,7 @@ metrics:
         i18n:
           zh-CN: 响应时间
           en-US: Response Time
+          ja-JP: 応答時間
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: http
     # Specific collection configuration when protocol is http protocol
@@ -151,6 +161,7 @@ metrics:
     i18n:
       zh-CN: 环境信息
       en-US: Environment
+      ja-JP: 環境情報
     priority: 1
     # The specific monitoring metrics in the metric group.
     fields:
@@ -160,31 +171,37 @@ metrics:
         i18n:
           zh-CN: 配置文件
           en-US: Profile
+          ja-JP: プロフィール
       - field: port
         type: 0
         i18n:
           zh-CN: 端口
           en-US: Port
+          ja-JP: ポート
       - field: os
         type: 1
         i18n:
           zh-CN: 操作系统
           en-US: Operating System
+          ja-JP: オーエス
       - field: os_arch
         type: 1
         i18n:
           zh-CN: 操作系统架构
           en-US: Operating System Architecture
+          ja-JP: オーエスアーキテクチャ
       - field: jdk_vendor
         type: 1
         i18n:
           zh-CN: JDK 厂商
           en-US: JDK Vendor
+          ja-JP: JDK ベンダー
       - field: jvm_version
         type: 1
         i18n:
           zh-CN: JVM 版本
           en-US: JVM Version
+          ja-JP: Java仮想マシンバージョン
     # metric alias list, used to identify metrics in query results
     aliasFields:
       - $.activeProfiles
@@ -230,6 +247,7 @@ metrics:
     i18n:
       zh-CN: 线程状态
       en-US: Thread State
+      ja-JP: スレッド状態
     # Whether to display the metric group in the query result, the default is 
true
     visible: false
     # The specific monitoring metrics in the metric group.
@@ -240,6 +258,7 @@ metrics:
         i18n:
           zh-CN: 状态
           en-US: State
+          ja-JP: 状態
     protocol: http
     http:
       # Host: ipv4 ipv6 domain
@@ -266,6 +285,7 @@ metrics:
     i18n:
       zh-CN: 线程
       en-US: Threads
+      ja-JP: スレッド情報
     priority: 3
     fields:
       - field: state
@@ -273,12 +293,14 @@ metrics:
         i18n:
           zh-CN: 状态
           en-US: State
+          ja-JP: 状態
         label: true
       - field: Size
         type: 0
         i18n:
           zh-CN: 数量
           en-US: Size
+          ja-JP: 数量
     aliasFields:
       - $.measurements[?(@.statistic == "VALUE")].value
     calculates:
@@ -302,6 +324,7 @@ metrics:
     i18n:
       zh-CN: 空间名称
       en-US: Space Name
+      ja-JP: スペース名
     visible: false
     priority: 4
     fields:
@@ -310,6 +333,7 @@ metrics:
         i18n:
           zh-CN: ID
           en-US: ID
+          ja-JP: ID
     protocol: http
     http:
       host: ^_^host^_^
@@ -328,6 +352,7 @@ metrics:
     i18n:
       zh-CN: 内存使用
       en-US: Memory Used
+      ja-JP: メモリ情報
     priority: 5
     fields:
       - field: space
@@ -335,12 +360,14 @@ metrics:
         i18n:
           zh-CN: 空间
           en-US: Space
+          ja-JP: スペース
         label: true
       - field: mem_used
         type: 0
         i18n:
           zh-CN: 内存使用
           en-US: Memory Used
+          ja-JP: 使用したメモリ
         unit: MB
     aliasFields:
       - $.measurements[?(@.statistic == "VALUE")].value
@@ -367,6 +394,7 @@ metrics:
     i18n:
       zh-CN: 健康
       en-US: Health
+      ja-JP: 健全情報
     priority: 6
     fields:
       - field: status
@@ -374,6 +402,7 @@ metrics:
         i18n:
           zh-CN: 状态
           en-US: Status
+          ja-JP: 状態
     protocol: http
     http:
       host: ^_^host^_^
diff --git a/hertzbeat-manager/src/main/resources/define/app-starrocks_be.yml 
b/hertzbeat-manager/src/main/resources/define/app-starrocks_be.yml
index eefad93db0..8214db2a44 100644
--- a/hertzbeat-manager/src/main/resources/define/app-starrocks_be.yml
+++ b/hertzbeat-manager/src/main/resources/define/app-starrocks_be.yml
@@ -18,10 +18,12 @@ app: starrocks_be
 name:
   zh-CN: StarRocks BE
   en-US: StarRocks BE
+  ja-JP: StarRocks BE
 help:
   zh-CN: Hertzbeat 对 StarRocks 
数据库BE的核心监控指标(CPU使用率、磁盘状态、Compaction分数、请求数、磁盘IO利用率、磁盘容量、内存使用、网络流量等)进行测量监控。<br>您可以点击
 "<i>新建 StarRocks BE</i>" 并进行配置,或者选择"<i>更多操作</i>",导入已有配置。
   en-US: Hertzbeat monitoring StarRocks BE through core performance metrics 
such as CPU usage, disk state, compaction score, request count, disk IO 
utilization, disk capacity, memory usage and network traffic. You could click 
the "<i>New StarRocks BE Monitor</i>" button and proceed with the configuration 
or import an existing setup through the "<i>More Actions</i>" menu.
   zh-TW: Hertzbeat 對 StarRocks 
資料庫BE的核心監控指標(CPU使用率、磁碟狀態、Compaction分數、請求數、磁碟IO利用率、磁碟容量、記憶體使用、網路流量等)進行量測監控。<br>您可以點擊"<i>新建
 StarRocks BE</i>"並進行配寘,或者選擇"<i>更多操作</i>",導入已有配寘。
+  ja-JP: Hertzbeat は StarRocks BEの一般的なメトリクスを監視します。<br>「<i>新規 StarRocks 
BE</i>」をクリックしてパラメタを設定した後、新規することができます。
 helpLink:
   zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/starrocks_be/
   en-US: https://hertzbeat.apache.org/docs/help/starrocks_be/
@@ -30,12 +32,14 @@ params:
     name:
       zh-CN: 目标Host
       en-US: Target Host
+      ja-JP: 目標ホスト
     type: host
     required: true
   - field: port
     name:
       zh-CN: 端口
       en-US: Port
+      ja-JP: ポート
     type: number
     range: '[0,65535]'
     defaultValue: 8040
@@ -44,6 +48,7 @@ params:
     name:
       zh-CN: 查询超时时间
       en-US: Query Timeout
+      ja-JP: クエリタイムアウト
     type: number
     required: false
     hide: true
@@ -54,6 +59,7 @@ metrics:
     i18n:
       zh-CN: /proc/stat中的CPU使用信息
       en-US: CPU Usage in /proc/stat
+      ja-JP: /proc/stat内のCPU使用率
     priority: 0
     fields:
       - field: mode
@@ -74,6 +80,7 @@ metrics:
     i18n:
       zh-CN: 磁盘状态
       en-US: Disk State
+      ja-JP: ディスク状態
     priority: 1
     fields:
       - field: path
@@ -94,6 +101,7 @@ metrics:
     i18n:
       zh-CN: Base Compaction分数
       en-US: Base Compaction Score
+      ja-JP: ベースの圧縮スコア
     priority: 2
     fields:
       - field: value
@@ -111,6 +119,7 @@ metrics:
     i18n:
       zh-CN: Cumulative Compaction分数
       en-US: Cumulative Compaction Score
+      ja-JP: 累計圧縮スコア
     priority: 3
     fields:
       - field: value
@@ -128,6 +137,7 @@ metrics:
     i18n:
       zh-CN: 总请求数
       en-US: Total Requests
+      ja-JP: リクエスト総数
     priority: 4
     fields:
       - field: status
@@ -151,6 +161,7 @@ metrics:
     i18n:
       zh-CN: 最大磁盘IO利用率(%)
       en-US: Max Disk IO Utilization Rate(%)
+      ja-JP: ディスクIOの最大使用率
     priority: 5
     fields:
       - field: value
@@ -169,6 +180,7 @@ metrics:
     i18n:
       zh-CN: 磁盘可用容量
       en-US: Disk Available Capacity
+      ja-JP: 利用可能なディスク容量
     priority: 6
     fields:
       - field: path
@@ -192,6 +204,7 @@ metrics:
     i18n:
       zh-CN: 磁盘已用容量
       en-US: Disk Used Capacity
+      ja-JP: 使用したディスク容量
     priority: 7
     fields:
       - field: path
@@ -215,6 +228,7 @@ metrics:
     i18n:
       zh-CN: 总导入字节数
       en-US: Total Load Bytes
+      ja-JP: ロードバイト総数
     priority: 8
     fields:
       - field: value
@@ -233,6 +247,7 @@ metrics:
     i18n:
       zh-CN: 导入行数
       en-US: Load Rows
+      ja-JP: ロード行数
     priority: 9
     fields:
       - field: value
@@ -250,6 +265,7 @@ metrics:
     i18n:
       zh-CN: 进程内存使用
       en-US: Process Memory Usage
+      ja-JP: プロセスメモリ使用率
     priority: 10
     fields:
       - field: value
@@ -271,6 +287,7 @@ metrics:
     i18n:
       zh-CN: 已分配的内存
       en-US: Allocated Memory
+      ja-JP: 割り当てられたメモリ
     priority: 11
     fields:
       - field: value
@@ -292,6 +309,7 @@ metrics:
     i18n:
       zh-CN: 网络接收字节数
       en-US: Network Received Bytes
+      ja-JP: ネットワークの受信されたバイト
     priority: 12
     fields:
       - field: device
@@ -313,6 +331,7 @@ metrics:
     i18n:
       zh-CN: 网络发送字节数
       en-US: Network Sent Bytes
+      ja-JP: ネットワークの転送されたバイト
     priority: 13
     fields:
       - field: device
diff --git a/hertzbeat-manager/src/main/resources/define/app-starrocks_fe.yml 
b/hertzbeat-manager/src/main/resources/define/app-starrocks_fe.yml
index 812e7e6990..999b0b5d51 100644
--- a/hertzbeat-manager/src/main/resources/define/app-starrocks_fe.yml
+++ b/hertzbeat-manager/src/main/resources/define/app-starrocks_fe.yml
@@ -20,11 +20,13 @@ app: starrocks_fe
 name:
   zh-CN: StarRocks FE
   en-US: StarRocks FE
+  ja-JP: StarRocks FE
 # The description and help of this monitoring type
 help:
   zh-CN: Hertzbeat 对 StarRocks 
数据库FE的核心监控指标(JVM内存、线程、查询响应时间、编辑日志、加载任务、作业状态、事务状态、连接数等)进行测量监控。<br>您可以点击 "<i>新建 
StarRocks FE</i>" 并进行配置,或者选择"<i>更多操作</i>",导入已有配置。
   en-US: Hertzbeat monitoring StarRocks FE through core performance metrics 
such as JVM memory, threads, query response time, edit logs, load jobs, job 
status, transaction status and connections. You could click the "<i>New 
StarRocks FE Monitor</i>" button and proceed with the configuration or import 
an existing setup through the "<i>More Actions</i>" menu.
   zh-TW: Hertzbeat 對 StarRocks 
資料庫FE的核心監控指標(JVM記憶體、執行緒、查詢響應時間、編輯日誌、載入任務、作業狀態、事務狀態、連接數等)進行量測監控。<br>您可以點擊"<i>新建 
StarRocks FE</i>"並進行配寘,或者選擇"<i>更多操作</i>",導入已有配寘。
+  ja-JP: Hertzbeat は StarRocks FEの一般的なメトリクスを監視します。<br>「<i>新規 StarRocks 
FE</i>」をクリックしてパラメタを設定した後、新規することができます。
 helpLink:
   zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/starrocks_fe/
   en-US: https://hertzbeat.apache.org/docs/help/starrocks_fe/
@@ -36,6 +38,7 @@ params:
     name:
       zh-CN: 目标 Host
       en-US: Target Host
+      ja-JP: 目標ホスト
     # type-param field type(most mapping the html input type)
     type: host
     # required-true or false
@@ -44,6 +47,7 @@ params:
     name:
       zh-CN: 端口
       en-US: Port
+      ja-JP: ポート
     # type-param field type(most mapping the html input type)
     type: number
     # when type is number, range is required
@@ -55,6 +59,7 @@ params:
     name:
       zh-CN: 查询超时时间
       en-US: Query Timeout
+      ja-JP: クエリタイムアウト
     type: number
     required: false
     # hide param-true or false
@@ -65,6 +70,7 @@ metrics:
     i18n:
       zh-CN: JVM堆内存
       en-US: JVM Heap Size
+      ja-JP: Java仮想マシンのヒープサイズ
     priority: 0
     fields:
       - field: type
@@ -88,6 +94,7 @@ metrics:
     i18n:
       zh-CN: JVM非堆内存
       en-US: JVM Non-Heap Size
+      ja-JP: Java仮想マシンのノンヒープサイズ
     priority: 1
     fields:
       - field: type
@@ -111,6 +118,7 @@ metrics:
     i18n:
       zh-CN: JVM线程
       en-US: JVM Thread
+      ja-JP: Java仮想マシンのスレッド
     priority: 2
     fields:
       - field: type
@@ -131,6 +139,7 @@ metrics:
     i18n:
       zh-CN: 查询失败数
       en-US: Failed Queries
+      ja-JP: クエリの失敗数
     priority: 3
     fields:
       - field: value
@@ -149,6 +158,7 @@ metrics:
     i18n:
       zh-CN: 查询响应时间(ms)
       en-US: Query Response Time(ms)
+      ja-JP: クエリの応答時間(ms)
     priority: 4
     fields:
       - field: quantile
@@ -171,6 +181,7 @@ metrics:
     i18n:
       zh-CN: 编辑日志写入速率
       en-US: Edit Log Write Rate
+      ja-JP: 編集ログの書き込み率
     priority: 5
     fields:
       - field: value
@@ -189,6 +200,7 @@ metrics:
     i18n:
       zh-CN: 新增加载任务数
       en-US: New Load Jobs
+      ja-JP: ロードタスクの新規数
     priority: 6
     fields:
       - field: value
@@ -207,6 +219,7 @@ metrics:
     i18n:
       zh-CN: 完成加载任务数
       en-US: Finished Load Jobs
+      ja-JP: ロードタスクの完了数
     priority: 7
     fields:
       - field: value
@@ -225,6 +238,7 @@ metrics:
     i18n:
       zh-CN: FE作业状态
       en-US: FE Job Status
+      ja-JP: FEタスク状態
     priority: 8
     fields:
       - field: job
@@ -251,6 +265,7 @@ metrics:
     i18n:
       zh-CN: 节点上最高的 Compaction Score
       en-US: Max Compaction Score on Node
+      ja-JP: ノードの圧縮スコアの最大値
     priority: 9
     fields:
       - field: backend
@@ -271,6 +286,7 @@ metrics:
     i18n:
       zh-CN: 未做 Checkpoint 的 Edit Log 数量
       en-US: Edit Log Count without Checkpoint
+      ja-JP: チェックポイント無しの編集ログ数
     priority: 10
     fields:
       - field: value
@@ -288,6 +304,7 @@ metrics:
     i18n:
       zh-CN: 查询总数
       en-US: Total Queries
+      ja-JP: クエリ総数
     priority: 11
     fields:
       - field: value
@@ -305,6 +322,7 @@ metrics:
     i18n:
       zh-CN: 请求总数
       en-US: Total Requests
+      ja-JP: リクエスト総数
     priority: 12
     fields:
       - field: value
@@ -322,6 +340,7 @@ metrics:
     i18n:
       zh-CN: 事务拒绝数
       en-US: Rejected Transactions
+      ja-JP: 拒否されたトランザクション数
     priority: 13
     fields:
       - field: value
@@ -339,6 +358,7 @@ metrics:
     i18n:
       zh-CN: 事务开始数
       en-US: Beginning Transactions
+      ja-JP: 開かれたトランザクション数
     priority: 14
     fields:
       - field: value
@@ -356,6 +376,7 @@ metrics:
     i18n:
       zh-CN: 事务成功数
       en-US: Successful Transactions
+      ja-JP: 成功したトランザクション数
     priority: 15
     fields:
       - field: value
@@ -373,6 +394,7 @@ metrics:
     i18n:
       zh-CN: 事务失败数
       en-US: Failed Transactions
+      ja-JP: 失敗したトランザクション数
     priority: 16
     fields:
       - field: value
@@ -390,6 +412,7 @@ metrics:
     i18n:
       zh-CN: 连接总数
       en-US: Total Connections
+      ja-JP: 接続総数
     priority: 17
     fields:
       - field: user
diff --git a/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml 
b/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml
index b981069aa9..4d59857c0a 100644
--- a/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml
+++ b/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml
@@ -107,14 +107,11 @@ spring:
       - classpath:db/migration/mysql
       
   # Not Require, Please config if you need email notify
-  # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置
   mail:
     # Attention: this is mail server address.
-    # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
     host: smtp.qq.com
     username: exam...@qq.com
     # Attention: this is not email account password, this requires an email 
authorization code
-    # 请注意此非邮箱账户密码 此需填写邮箱授权码
     password: xxqzvuqbnqvbbdac
     port: 465
     default-encoding: UTF-8
@@ -133,7 +130,6 @@ common:
 warehouse:
   store:
 # store history metrics data, enable only one below
-# 存储历史数据方式, 下方只能enabled启用一种方式
     jpa:
       enabled: false
       expire-time: 1h
@@ -144,7 +140,6 @@ warehouse:
       username: root
       password: root
       query-timeout-in-ms: -1
-      # 数据存储时间:默认'7776000000'(90天,单位为毫秒,-1代表永不过期)
       # data expire time, unit:ms, default '7776000000'(90 days, -1:never 
expire)
       expire-time: '7776000000'
   # store real-time metrics data, enable only one below
diff --git 
a/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml 
b/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml
index 1da7920dc4..6d60a7e6a2 100644
--- a/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml
+++ b/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml
@@ -107,14 +107,11 @@ spring:
       - classpath:db/migration/mysql
   
   # Not Require, Please config if you need email notify
-  # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置
   mail:
     # Attention: this is mail server address.
-    # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
     host: smtp.qq.com
     username: exam...@qq.com
     # Attention: this is not email account password, this requires an email 
authorization code
-    # 请注意此非邮箱账户密码 此需填写邮箱授权码
     password: xxqzvuqbnqvbbdac
     port: 465
     default-encoding: UTF-8
@@ -133,7 +130,6 @@ common:
 warehouse:
   store:
     # store history metrics data, enable only one below
-    # 存储历史数据方式, 下方只能enabled启用一种方式
     jpa:
       enabled: false
       expire-time: 1h
diff --git 
a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml 
b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml
index 9a7cba2d7a..502dc412f0 100644
--- 
a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml
+++ 
b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml
@@ -107,14 +107,11 @@ spring:
       - classpath:db/migration/mysql
   
   # Not Require, Please config if you need email notify
-  # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置
   mail:
     # Attention: this is mail server address.
-    # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
     host: smtp.qq.com
     username: exam...@qq.com
     # Attention: this is not email account password, this requires an email 
authorization code
-    # 请注意此非邮箱账户密码 此需填写邮箱授权码
     password: xxqzvuqbnqvbbdac
     port: 465
     default-encoding: UTF-8
@@ -128,7 +125,6 @@ spring:
 warehouse:
   store:
     # store history metrics data, enable only one below
-    # 存储历史数据方式, 下方只能enabled启用一种方式
     jpa:
       enabled: false
       expire-time: 1h
diff --git 
a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml
 
b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml
index 54bcaff0eb..b342c8007e 100644
--- 
a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml
+++ 
b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml
@@ -106,14 +106,11 @@ spring:
       - classpath:db/migration/postgresql
   
   # Not Require, Please config if you need email notify
-  # 非必填:不使用邮箱作为警告通知可以去掉spring.mail配置
   mail:
     # Attention: this is mail server address.
-    # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
     host: smtp.qq.com
     username: exam...@qq.com
     # Attention: this is not email account password, this requires an email 
authorization code
-    # 请注意此非邮箱账户密码 此需填写邮箱授权码
     password: xxqzvuqbnqvbbdac
     port: 465
     default-encoding: UTF-8
@@ -127,7 +124,6 @@ spring:
 warehouse:
   store:
     # store history metrics data, enable only one below
-    # 存储历史数据方式, 下方只能enabled启用一种方式
     jpa:
       enabled: false
       expire-time: 1h


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org
For additional commands, e-mail: notifications-h...@hertzbeat.apache.org

Reply via email to