赫兹比特 是 AI Skill Hub 本期精选Agent工作流之一。已获得 7.3k 颗 GitHub Star,综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
赫兹比特 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
赫兹比特 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/apache/hertzbeat cd hertzbeat # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 hertzbeat --help # 基本运行 hertzbeat [options] <input> # 详细使用说明请查阅文档 # https://github.com/apache/hertzbeat
# hertzbeat 配置说明 # 查看配置选项 hertzbeat --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export HERTZBEAT_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://hertzbeat.apache.org"> <img alt="hertzbeat" src="/home/static/img/hertzbeat-brand.svg" width="260"> </a> </p>
<p align="center"> <b>Readme</b>: <b><a href="README.md">English</a></b> | <a href="README_CN.md">中文</a> | <a href="README_JP.md">日本語</a> </p>
Home: hertzbeat.apache.org Email: <a href="mailto:dev-subscribe@hertzbeat.apache.org">Mail to dev-subscribe@hertzbeat.apache.org</a> to subscribe mailing lists
Apache HertzBeat™ is an AI-powered next-generation open source real-time observability system. Unified metrics and logs collection, centralized alerting distribution, intelligent management and analysis. No Agent required, high performance cluster, provides powerful custom monitoring and status page building capabilities.
Email Discord Slack Telegram DingTalk WeChat FeiShu SMS Webhook ServerChan and other methods.Http, Jmx, Ssh, Snmp, Jdbc, Prometheus configurable, allowing you to collect any metrics by simply configuring the template YML file online. Imagine being able to quickly adapt to a new monitoring type like K8s or Docker simply by configuring online with HertzBeat.HertzBeat's unified platform, AI intelligence, powerful customization, multi-type support, high performance, and easy expansion, aims to help users quickly and conveniently achieve observability requirements.
----
----
HertzBeat supports installation through source code, docker or package, cpu support x86/arm64.
docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/hertzbeat
http://localhost:1157 to start, default account: admin/hertzbeat docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MANAGER_PORT=1158 --name hertzbeat-collector apache/hertzbeat-collector
-e IDENTITY=custom-collector-name : set the collector unique identity name.-e MODE=public : set the running mode(public or private), public cluster or private cloud-edge.-e MANAGER_HOST=127.0.0.1 : set the main hertzbeat server ip.-e MANAGER_PORT=1158 : set the main hertzbeat server port, default 1158.Detailed config refer to Install HertzBeat via Docker
1. Download the release package apache-hertzbeat-xx-bin.tar.gz Download 2. Configure the HertzBeat configuration yml file hertzbeat/config/application.yml (optional) 3. Run command $ ./bin/startup.sh or bin/startup.bat 4. Access http://localhost:1157 to start, default account: admin/hertzbeat 5. Deploy collector clusters (Optional) - Download the release package apache-hertzbeat-collector-xx-bin.tar.gz (JVM collector) or the native collector package for your platform, such as apache-hertzbeat-collector-native-xx-linux-amd64-bin.tar.gz or apache-hertzbeat-collector-native-xx-windows-amd64-bin.zip, to the new machine Download - Configure the collector configuration yml file hertzbeat-collector/config/application.yml: unique identity name, running mode (public or private), hertzbeat manager-host, hertzbeat manager-port
collector:
dispatch:
entrance:
netty:
enabled: true
identity: ${IDENTITY:}
mode: ${MODE:public}
manager-host: ${MANAGER_HOST:127.0.0.1}
manager-port: ${MANAGER_PORT:1158}
- If you do not provide JDBC drivers in ext-lib, MySQL, MariaDB, and OceanBase can use the built-in query engine and run on the native collector package as well. TiDB follows the same rule for its SQL query metric set. - If mysql-connector-j is present in ext-lib, the built-in server collector or JVM collector automatically prefers JDBC after restart for MySQL, MariaDB, and OceanBase. TiDB follows the same rule for its SQL query metric set, while its HTTP metrics are unchanged. Oracle and DB2 still require the JVM collector package because they depend on external JDBC drivers. - Run $ ./bin/startup.sh or bin/startup.bat for the JVM collector package. Run $ ./bin/startup.sh for Linux or macOS native collector packages, and bin\\startup.bat for the Windows native collector package. - Access http://localhost:1157 and you will see the registered new collector in dashboard
Detailed config refer to Install HertzBeat via Package
hertzbeat-startup and the front-end project web-app.maven3+, java25, lombok, add VM options in IDE: --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED , then start the hertzbeat-startup service.nodejs npm angular-cli environment, Run ng serve --open in web-app directory after backend startup.http://localhost:4200 to start, default account: admin/hertzbeatDetailed steps refer to CONTRIBUTING
Install the postgresql/mysql database, victoria-metrics/iotdb/tdengine database and hertzbeat at one time through docker-compose deployment script.
Detailed steps refer to Install via Docker-Compose
Install HertzBeat cluster in a Kubernetes cluster by Helm chart.
Detailed steps refer to Artifact Hub
HAVE FUN
高质量开源项目,AI驱动实时监控
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,赫兹比特 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | hertzbeat |
| Topics | aialertingdatabasegrafanajava |
| GitHub | https://github.com/apache/hertzbeat |
| License | Apache-2.0 |
| 语言 | Java |
收录时间:2026-06-27 · 更新时间:2026-06-27 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端