This is an automated email from the ASF dual-hosted git repository.
zhengqiwei 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 7ef79de1de [doc] japanese consul sd (#3392)
7ef79de1de is described below
commit 7ef79de1de062f8add01771b00691400721b5acd
Author: Calvin <[email protected]>
AuthorDate: Fri May 23 13:07:11 2025 +0800
[doc] japanese consul sd (#3392)
---
hertzbeat-manager/src/main/resources/define/app-consul_sd.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/hertzbeat-manager/src/main/resources/define/app-consul_sd.yml
b/hertzbeat-manager/src/main/resources/define/app-consul_sd.yml
index a07a277468..dfca05db16 100644
--- a/hertzbeat-manager/src/main/resources/define/app-consul_sd.yml
+++ b/hertzbeat-manager/src/main/resources/define/app-consul_sd.yml
@@ -21,6 +21,7 @@ app: consul_sd
name:
zh-CN: Consul Service Discovery
en-US: Consul Service Discovery
+ ja-JP: Consulサービスディスカバリー
# Input params define for app api(render web ui by the definition)
params:
# field-param field key
@@ -29,6 +30,7 @@ params:
name:
zh-CN: Consul Host
en-US: Consul Host
+ ja-JP: Consulホスト
# type-param field type(most mapping the html input type)
type: text
# required-true or false
@@ -37,6 +39,7 @@ params:
name:
zh-CN: Consul 端口
en-US: Consul Port
+ ja-JP: Consulポート
type: number
range: '[0,65535]'
required: true
@@ -46,6 +49,7 @@ metrics:
i18n:
zh-CN: 监控目标
en-US: Monitor Target
+ 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
@@ -57,11 +61,13 @@ metrics:
i18n:
zh-CN: Host
en-US: Host
+ ja-JP: ホスト
- field: port
type: 1
i18n:
zh-CN: Port
en-US: Port
+ ja-JP: ポート
# the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp,
sdk
protocol: consul_sd
# the config content when protocol is http_sd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]