From b1d8ef567417a0deb37c4bec126a76ecba9ae8a6 Mon Sep 17 00:00:00 2001 From: CharlieXCL <91540487+CharlieXCL@users.noreply.github.com> Date: Fri, 16 Sep 2022 20:37:34 +0800 Subject: [PATCH] [doc] fix the project name error (#294) --- home/blog/2022-06-19-hertzbeat-v1.1.0.md | 4 ++-- home/blog/2022-06-22-one-step-up.md | 4 ++-- home/blog/2022-07-10-hertzbeat-v1.1.1.md | 2 +- home/blog/2022-09-04-hertzbeat-v1.1.3.md | 4 ++-- home/blog/2022-09-10-ssl-practice.md | 2 +- home/docs/advanced/extend-http-example-hertzbeat.md | 2 +- home/docs/advanced/extend-http-example-token.md | 2 +- home/docs/advanced/extend-ssh.md | 2 +- home/docs/advanced/extend-tutorial.md | 2 +- home/docs/start/sslcert-practice.md | 2 +- .../2022-07-10-hertzbeat-v1.1.1.md | 2 +- .../current/advanced/extend-http-example-hertzbeat.md | 2 +- .../current/advanced/extend-http-example-token.md | 2 +- .../current/advanced/extend-ssh.md | 2 +- .../current/advanced/extend-tutorial.md | 2 +- .../current/start/sslcert-practice.md | 2 +- home/versioned_docs/version-v1.0.0/advanced/extend-ssh.md | 2 +- script/docker-compose/README.md | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/home/blog/2022-06-19-hertzbeat-v1.1.0.md b/home/blog/2022-06-19-hertzbeat-v1.1.0.md index 3abcf6fdc6..4a0161018a 100644 --- a/home/blog/2022-06-19-hertzbeat-v1.1.0.md +++ b/home/blog/2022-06-19-hertzbeat-v1.1.0.md @@ -12,7 +12,7 @@ tags: [opensource] **官网: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)** 大家好,HertzBeat v1.1.0 发布啦!这个版本我们支持了SNMP协议,并使用SNMP协议监控支持了windwos操作系统的应用监控。 -另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验heartbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` +另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验hertzbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` Let's Try It! 感谢hertzbeat贡献者们的贡献!👍👍 @@ -65,7 +65,7 @@ Have Fun! Home: hertzbeat.com | tancloud.cn Hi gays! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics. -Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience heartbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` +Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` Let's Try It! Thanks to the contributors! 👍👍 diff --git a/home/blog/2022-06-22-one-step-up.md b/home/blog/2022-06-22-one-step-up.md index 3abcf6fdc6..4a0161018a 100644 --- a/home/blog/2022-06-22-one-step-up.md +++ b/home/blog/2022-06-22-one-step-up.md @@ -12,7 +12,7 @@ tags: [opensource] **官网: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)** 大家好,HertzBeat v1.1.0 发布啦!这个版本我们支持了SNMP协议,并使用SNMP协议监控支持了windwos操作系统的应用监控。 -另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验heartbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` +另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验hertzbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` Let's Try It! 感谢hertzbeat贡献者们的贡献!👍👍 @@ -65,7 +65,7 @@ Have Fun! Home: hertzbeat.com | tancloud.cn Hi gays! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics. -Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience heartbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` +Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` Let's Try It! Thanks to the contributors! 👍👍 diff --git a/home/blog/2022-07-10-hertzbeat-v1.1.1.md b/home/blog/2022-07-10-hertzbeat-v1.1.1.md index dbeebe69fd..b7f6a724d2 100644 --- a/home/blog/2022-07-10-hertzbeat-v1.1.1.md +++ b/home/blog/2022-07-10-hertzbeat-v1.1.1.md @@ -13,7 +13,7 @@ tags: [opensource] 大家好,HertzBeat v1.1.1 发布啦!这个版本带来了自定义监控增强,采集指标数据可以作为变量赋值给下一个采集。修复了若干bug,提升整体稳定性。 -只需要一条docker命令即可安装体验heartbeat : +只需要一条docker命令即可安装体验hertzbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` 感谢hertzbeat贡献者们的贡献!👍👍 diff --git a/home/blog/2022-09-04-hertzbeat-v1.1.3.md b/home/blog/2022-09-04-hertzbeat-v1.1.3.md index b5b63f5351..cba6de9ffc 100644 --- a/home/blog/2022-09-04-hertzbeat-v1.1.3.md +++ b/home/blog/2022-09-04-hertzbeat-v1.1.3.md @@ -11,7 +11,7 @@ Home: hertzbeat.com | tancloud.cn Hi gays! HertzBeat v1.1.3 is coming. This version supports kafka monitor, ssl certificate expired monitor and more. Fixed several bugs and improved the overall stable usability. -Only one docker command is needed to install and experience heartbeat: +Only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` Thanks to the contributors! 👍👍 @@ -44,7 +44,7 @@ Have Fun! 大家好,HertzBeat v1.1.3 发布啦!这个版本支持了apache kafka监控,SSL证书过期监控等。修复了若干bug,提升整体稳定性。 -只需要一条docker命令即可安装体验heartbeat : +只需要一条docker命令即可安装体验hertzbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` 感谢hertzbeat贡献者们的贡献!👍👍 diff --git a/home/blog/2022-09-10-ssl-practice.md b/home/blog/2022-09-10-ssl-practice.md index e3f025c4eb..7e00b4e5a8 100644 --- a/home/blog/2022-09-10-ssl-practice.md +++ b/home/blog/2022-09-10-ssl-practice.md @@ -116,7 +116,7 @@ https://tancloud.cn/docs/help/alert_dingtalk #### 完! -监控SSL证书的实践就到这里,当然对heartbeat来说这个功能只是冰山一角,如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +监控SSL证书的实践就到这里,当然对hertzbeat来说这个功能只是冰山一角,如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/docs/advanced/extend-http-example-hertzbeat.md b/home/docs/advanced/extend-http-example-hertzbeat.md index 4a7fbbd00f..bfe4399eda 100644 --- a/home/docs/advanced/extend-http-example-hertzbeat.md +++ b/home/docs/advanced/extend-http-example-hertzbeat.md @@ -246,7 +246,7 @@ metrics: HTTP协议的自定义监控的实践就到这里,HTTP协议还带其他参数headers,params等,我们可以像用postman一样去定义它,可玩性也非常高! -如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/docs/advanced/extend-http-example-token.md b/home/docs/advanced/extend-http-example-token.md index 9e8ffbef09..e6dc9613c8 100644 --- a/home/docs/advanced/extend-http-example-token.md +++ b/home/docs/advanced/extend-http-example-token.md @@ -352,7 +352,7 @@ metrics: HTTP协议的自定义监控的实践就到这里,HTTP协议还带其他参数headers,params等,我们可以像用postman一样去定义它,可玩性也非常高! -如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/docs/advanced/extend-ssh.md b/home/docs/advanced/extend-ssh.md index 7056a8da06..0753381a60 100644 --- a/home/docs/advanced/extend-ssh.md +++ b/home/docs/advanced/extend-ssh.md @@ -45,7 +45,7 @@ uptime值为 `14:00:15 up 72 days` Mem: 7962 4065 333 1 3562 3593 Swap: 8191 33 8158 ``` -在heartbeat中multiRow格式解析需要响应数据列名称和指标值一一映射,则对应的查询SHELL脚本为: +在hertzbeat中multiRow格式解析需要响应数据列名称和指标值一一映射,则对应的查询SHELL脚本为: `free -m | grep Mem | awk 'BEGIN{print "total used free buff_cache available"} {print $2,$3,$4,$6,$7}'` 控制台响应为: ```shell diff --git a/home/docs/advanced/extend-tutorial.md b/home/docs/advanced/extend-tutorial.md index 4012663306..af859986f1 100644 --- a/home/docs/advanced/extend-tutorial.md +++ b/home/docs/advanced/extend-tutorial.md @@ -246,7 +246,7 @@ metrics: HTTP协议的自定义监控的实践就到这里,HTTP协议还带其他参数headers,params等,我们可以像用postman一样去定义它,可玩性也非常高! -如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/docs/start/sslcert-practice.md b/home/docs/start/sslcert-practice.md index 782e42e245..44366f843b 100644 --- a/home/docs/start/sslcert-practice.md +++ b/home/docs/start/sslcert-practice.md @@ -112,7 +112,7 @@ https://tancloud.cn/docs/help/alert_dingtalk #### 完! -监控SSL证书的实践就到这里,当然对heartbeat来说这个功能只是冰山一角,如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +监控SSL证书的实践就到这里,当然对hertzbeat来说这个功能只是冰山一角,如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/i18n/en/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md b/home/i18n/en/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md index 7d3342321c..130ee81224 100644 --- a/home/i18n/en/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md +++ b/home/i18n/en/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md @@ -13,7 +13,7 @@ tags: [opensource] Hi gays! HertzBeat v1.1.1 is coming. This version brings custom monitoring enhancements, and the collected indicator data can be assigned as a variable to the next collection. Fixed several bugs and improved the overall stable usability. -Only one docker command is needed to install and experience heartbeat: +Only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat` Thanks to the contributors! 👍👍 diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md index 4a7fbbd00f..bfe4399eda 100644 --- a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md +++ b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md @@ -246,7 +246,7 @@ metrics: HTTP协议的自定义监控的实践就到这里,HTTP协议还带其他参数headers,params等,我们可以像用postman一样去定义它,可玩性也非常高! -如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md index 9e8ffbef09..e6dc9613c8 100644 --- a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md +++ b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md @@ -352,7 +352,7 @@ metrics: HTTP协议的自定义监控的实践就到这里,HTTP协议还带其他参数headers,params等,我们可以像用postman一样去定义它,可玩性也非常高! -如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-ssh.md b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-ssh.md index ecd3931da7..411b5b846d 100644 --- a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-ssh.md +++ b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-ssh.md @@ -45,7 +45,7 @@ Memory indicaotr original query command:`free -m`, Console response: Mem: 7962 4065 333 1 3562 3593 Swap: 8191 33 8158 ``` -In heartbeat multiRow format parsing requires a one-to-one mapping between the column name of the response data and the indicaotr value, so the corresponding query SHELL script is: +In hertzbeat multiRow format parsing requires a one-to-one mapping between the column name of the response data and the indicaotr value, so the corresponding query SHELL script is: `free -m | grep Mem | awk 'BEGIN{print "total used free buff_cache available"} {print $2,$3,$4,$6,$7}'` Console response is: ```shell diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md index 4012663306..af859986f1 100644 --- a/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md +++ b/home/i18n/en/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md @@ -246,7 +246,7 @@ metrics: HTTP协议的自定义监控的实践就到这里,HTTP协议还带其他参数headers,params等,我们可以像用postman一样去定义它,可玩性也非常高! -如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/start/sslcert-practice.md b/home/i18n/en/docusaurus-plugin-content-docs/current/start/sslcert-practice.md index 6be59d6224..3c9f59402f 100644 --- a/home/i18n/en/docusaurus-plugin-content-docs/current/start/sslcert-practice.md +++ b/home/i18n/en/docusaurus-plugin-content-docs/current/start/sslcert-practice.md @@ -113,7 +113,7 @@ https://tancloud.cn/docs/help/alert_dingtalk #### 完! -监控SSL证书的实践就到这里,当然对heartbeat来说这个功能只是冰山一角,如果您觉得heartbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! +监控SSL证书的实践就到这里,当然对hertzbeat来说这个功能只是冰山一角,如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯! **github: https://github.com/dromara/hertzbeat** diff --git a/home/versioned_docs/version-v1.0.0/advanced/extend-ssh.md b/home/versioned_docs/version-v1.0.0/advanced/extend-ssh.md index d22d30f613..c56f26efa9 100644 --- a/home/versioned_docs/version-v1.0.0/advanced/extend-ssh.md +++ b/home/versioned_docs/version-v1.0.0/advanced/extend-ssh.md @@ -45,7 +45,7 @@ uptime值为 `14:00:15 up 72 days` Mem: 7962 4065 333 1 3562 3593 Swap: 8191 33 8158 ``` -在heartbeat中multiRow格式解析需要响应数据列名称和指标值一一映射,则对应的查询SHELL脚本为: +在hertzbeat中multiRow格式解析需要响应数据列名称和指标值一一映射,则对应的查询SHELL脚本为: `free -m | grep Mem | awk 'BEGIN{print "total used free buff_cache available"} {print $2,$3,$4,$6,$7}'` 控制台响应为: ```shell diff --git a/script/docker-compose/README.md b/script/docker-compose/README.md index 18e0c478e7..d6b89714cc 100644 --- a/script/docker-compose/README.md +++ b/script/docker-compose/README.md @@ -15,7 +15,7 @@ Docker version 20.10.12, build e91ed57 ``` -##### docker compose部署heartbeat及其依赖服务 +##### docker compose部署hertzbeat及其依赖服务 1. 下载hertzbeat-docker-compose安装部署脚本文件 脚本文件位于代码仓库下`script/docker-compose` 链接 [script/docker-compose](https://gitee.com/dromara/hertzbeat/tree/master/script/docker-compose)