Update Broker for Nezha page (#93)

This commit is contained in:
UUBulb 2024-08-22 15:45:55 +08:00 committed by GitHub
parent b16ebc01e0
commit 62afb885c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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。

View File

@ -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.