From 62afb885c488ddab3471bfb4003080ba44f0cbb8 Mon Sep 17 00:00:00 2001 From: UUBulb <35923940+uubulb@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:45:55 +0800 Subject: [PATCH] Update Broker for Nezha page (#93) --- docs/case/case7.md | 4 ++-- docs/en_US/case/case7.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/case/case7.md b/docs/case/case7.md index ad03f9e1..64ad62c6 100644 --- a/docs/case/case7.md +++ b/docs/case/case7.md @@ -11,11 +11,11 @@ Broker for Nezha 是一个 Nezha Agent 的修改版本,其通过分离 Agent ## 与原项目的不同 - 使用外置数据源,而不是从本地获取。 - 多数据源与多面板支持 -- 仅支持 `TaskTypeCommand` 和 `TaskTypeTerminalGRPC` 两种任务类型,均通过 SSH 实现。其它任务类型暂无计划。 +- 仅支持部分任务类型,可参考项目 README 获取详细信息。 Broker for Nezha 需要与特定的数据收集软件一同使用。目前提供两种数据获取方式: 1. HTTP 主动获取(HTTP/1.1) -2. TCP 被动获取(推荐,可避免创建新连接) +2. TCP 被动获取(推荐,可避免创建额外连接) 如需获取现有的数据收集软件,可以参考项目 README。 diff --git a/docs/en_US/case/case7.md b/docs/en_US/case/case7.md index b4063906..463e44c0 100644 --- a/docs/en_US/case/case7.md +++ b/docs/en_US/case/case7.md @@ -11,11 +11,11 @@ Online Documentation: [Broker for Nezha](https://broker.kuzu.uk/) ## Difference from Nezha Agent - Utilizes external data sources to report to **Nezha Dashboard**. - Supports configuring multiple sources and connecting to multiple Dashboards. -- Currently supports two task types only: `TaskTypeCommand` and `TaskTypeTerminalGRPC`, implemented using SSH. Other task types are not planned. +- Only has limited task support. For details, view the project README. -Broker for Nezha needs to be used with specific data collection software. Currently, it provides two data acquisition methods: +Broker for Nezha needs to be used with specific data collection software. Currently, it provides two data collection methods: 1. HTTP (HTTP/1.1) - Active polling -2. TCP - Passive collection (recommended to avoid creating new connections) +2. TCP - Passive collection (recommended to avoid creating redundant connections) For existing data collection software, refer to the project README. Due to security concerns, it's recommended to use this only in a trusted network.