This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch asf-footer in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 4b6b87689f9ceb927a5de3e043c67e73ae741195 Author: tomsun28 <tomsu...@outlook.com> AuthorDate: Sat Aug 23 09:19:54 2025 +0800 [docs] update sureness Signed-off-by: tomsun28 <tomsu...@outlook.com> --- .../zh-cn/docusaurus-plugin-content-docs/current/introduce.md | 2 +- .../current/start/docker-compose-deploy.md | 8 ++++---- .../current/start/package-deploy.md | 8 ++++---- home/src/pages/team/index.css | 2 +- home/src/pages/team/index.jsx | 2 +- pom.xml | 2 +- script/helm/hertzbeat-helm-chart | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/introduce.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/introduce.md index a6002ac28..26add42b2 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/introduce.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/introduce.md @@ -11,7 +11,7 @@ slug: / ## 🎡 <font color="green">介绍</font> -[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) 是一个易用友好的开源实时监控告警系统,无需 Agent,高性能集群,兼容 Prometheus,提供强大的自定义监控和状态页构建能力。 +[Apache HertzBeat](https://github.com/apache/hertzbeat) 是一个易用友好的开源实时监控告警系统,无需 Agent,高性能集群,兼容 Prometheus,提供强大的自定义监控和状态页构建能力。 ### 特点 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md index 3d5a5ba00..ae97fe5fc 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md @@ -15,13 +15,13 @@ sidebar_label: Docker Compose方式安装 1. 下载启动脚本包 - 从 [下载地址](/docs/download) 下载安装脚本包 `apache-hertzbeat-xxx-incubating-docker-compose.tar.gz` + 从 [下载地址](/docs/download) 下载安装脚本包 `apache-hertzbeat-xxx-docker-compose.tar.gz` 2. 选择使用 HertzBeat + PostgreSQL + VictoriaMetrics 方案 :::tip - - `apache-hertzbeat-xxx-incubating-docker-compose.tar.gz` 解压后包含多个部署方案,这里我们推荐选择 `hertzbeat-postgresql-victoria-metrics` 方案。 + - `apache-hertzbeat-xxx-docker-compose.tar.gz` 解压后包含多个部署方案,这里我们推荐选择 `hertzbeat-postgresql-victoria-metrics` 方案。 - 其它部署方式请详细阅读各个部署方案的 README.md 文件, MySQL 方案需要自行准备 MySQL 驱动包。 ::: @@ -29,13 +29,13 @@ sidebar_label: Docker Compose方式安装 - 解压脚本包 ```shell - tar zxvf apache-hertzbeat-1.6.0-incubating-docker-compose.tar.gz + tar zxvf apache-hertzbeat-1.6.0-docker-compose.tar.gz ``` - 进入解压目录, 选择 `HertzBeat + PostgreSQL + VictoriaMetrics` 一键部署 ```shell - cd apache-hertzbeat-1.6.0-incubating-docker-compose + cd apache-hertzbeat-1.6.0-docker-compose cd hertzbeat-postgresql-victoria-metrics ``` diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/package-deploy.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/package-deploy.md index 1e2f035fb..10032d8e7 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/package-deploy.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/package-deploy.md @@ -18,14 +18,14 @@ Apache HertzBeat 支持在Linux Windows Mac系统安装运行,CPU支持X86/ARM 1. 下载安装包 - 从 [下载页面](/docs/download) 下载您系统环境对应的安装包版本 `apache-hertzbeat-xxx-incubating-bin.tar.gz` + 从 [下载页面](/docs/download) 下载您系统环境对应的安装包版本 `apache-hertzbeat-xxx-bin.tar.gz` 2. 设置配置文件(可选) 解压安装包到主机 eg: /opt/hertzbeat ```shell - tar zxvf apache-hertzbeat-xxx-incubating-bin.tar.gz + tar zxvf apache-hertzbeat-xxx-bin.tar.gz ``` :::tip @@ -67,14 +67,14 @@ HertzBeat Collector 是一个轻量级的数据采集器,用于采集并将数 1. 下载安装包 - 从 [下载页面](/docs/download) 下载您系统环境对应的安装包版本 `apache-hertzbeat-collector-xxx-incubating-bin.tar.gz` + 从 [下载页面](/docs/download) 下载您系统环境对应的安装包版本 `apache-hertzbeat-collector-xxx-bin.tar.gz` 2. 设置配置文件 解压安装包到主机 eg: /opt/hertzbeat-collector ```shell - tar zxvf apache-hertzbeat-collector-xxx-incubating-bin.tar.gz + tar zxvf apache-hertzbeat-collector-xxx-bin.tar.gz ``` 配置采集器的配置文件 `config/application.yml` 里面的 HertzBeat Server 连接 IP, 端口, 采集器名称(需保证唯一性)等参数。 diff --git a/home/src/pages/team/index.css b/home/src/pages/team/index.css index 4ad0133bf..9a41ebecd 100644 --- a/home/src/pages/team/index.css +++ b/home/src/pages/team/index.css @@ -1,4 +1,4 @@ -/* Derived from https://github.com/apache/incubator-streampark-website/tree/dev/src/pages/team */ +/* Derived from https://github.com/apache/streampark-website/tree/dev/src/pages/team */ .team_page { margin-top: 50px!important; } diff --git a/home/src/pages/team/index.jsx b/home/src/pages/team/index.jsx index 809f5e611..679358978 100644 --- a/home/src/pages/team/index.jsx +++ b/home/src/pages/team/index.jsx @@ -10,7 +10,7 @@ import 'aos/dist/aos.css'; import Translate from '@docusaurus/Translate' /** - * Derived from https://github.com/apache/incubator-streampark-website/tree/dev/src/pages/team + * Derived from https://github.com/apache/streampark-website/tree/dev/src/pages/team */ export default function () { const dataSource = config; diff --git a/pom.xml b/pom.xml index 80d84e87c..e4cb28391 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ <issueManagement> <system>GitHub</system> - <url>https://github.com/apache/incubator-hertzbeat/issues</url> + <url>https://github.com/apache/hertzbeat/issues</url> </issueManagement> <mailingLists> diff --git a/script/helm/hertzbeat-helm-chart b/script/helm/hertzbeat-helm-chart index 2fa5905e9..fcd8a3844 160000 --- a/script/helm/hertzbeat-helm-chart +++ b/script/helm/hertzbeat-helm-chart @@ -1 +1 @@ -Subproject commit 2fa5905e9c3cebcf96c1d98b9a6ffd5f8bab0a90 +Subproject commit fcd8a38441d6e8173d1811372a30645c6fbb3c62 --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org