diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f51706357b6..cf39f6cf495 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Hertzbeat DevContainer", + "name": "HertzBeat DevContainer", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/devcontainers/features/java:1": { @@ -29,7 +29,7 @@ }, "portsAttributes": { "4200": { - "label": "Hertzbeat Web", + "label": "HertzBeat Web", "onAutoForward": "notify" } }, diff --git a/.gitpod.yml b/.gitpod.yml index 957978bc3f2..7dbc5c1ee54 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -44,7 +44,7 @@ vscode: ports: - port: 4200 - name: Hertzbeat + name: HertzBeat onOpen: open-browser - port: 1157 diff --git a/README.md b/README.md index e6b5b7dbf7a..8fbf748c289 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ ## 🥐 Architecture -![hertzBeat](home/static/img/docs/hertzbeat-arch.png) +![HertzBeat](home/static/img/docs/hertzbeat-arch.png) ## ⛄ Supported diff --git a/README_JP.md b/README_JP.md index f8993253319..fdb2d3f799f 100644 --- a/README_JP.md +++ b/README_JP.md @@ -165,7 +165,7 @@ ##### 方式4:Docker-Compose -[Docker-Compose 部署脚本](script/docker-compose)でpostgresql/mysqlデータベース、victoria-metrics、iotdb、またはtdengine時系列データベースとHertzbeat一括デプロイ。 +[Docker-Compose 部署脚本](script/docker-compose)でpostgresql/mysqlデータベース、victoria-metrics、iotdb、またはtdengine時系列データベースとHertzBeat一括デプロイ。 詳細ステップ [通过 Docker-Compose 安装 HertzBeat](script/docker-compose/README.md) diff --git a/home/blog/2022-12-19-new-committer.md b/home/blog/2022-12-19-new-committer.md index a1b1c308224..547aefeaedc 100644 --- a/home/blog/2022-12-19-new-committer.md +++ b/home/blog/2022-12-19-new-committer.md @@ -58,13 +58,13 @@ github:[wang1027-wqh](https://github.com/wang1027-wqh) email:[1758619238@qq.com](mailto:1758619238@qq.com) -Hertzbeat Committer +HertzBeat Committer github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx) -### 初识Hertzbeat +### 初识HertzBeat -2022年8月开始接触Hertzbeat,由于公司监控elasticsearch使用的cerebro,虽然有非常强大的数据监控,但缺少告警通知的功能;就去github上浏览监控类的项目,刚好看到Hertzbeat,对此非常感兴趣,在了解完整个项目结构和实现后,刚好elasticsearch的监控部分做的不够完善,我就根据cerebro完善了这部分监控数据并提交了pull request。后面在tom老哥的帮助下也开始其他部分的实现。 +2022年8月开始接触HertzBeat,由于公司监控elasticsearch使用的cerebro,虽然有非常强大的数据监控,但缺少告警通知的功能;就去github上浏览监控类的项目,刚好看到HertzBeat,对此非常感兴趣,在了解完整个项目结构和实现后,刚好elasticsearch的监控部分做的不够完善,我就根据cerebro完善了这部分监控数据并提交了pull request。后面在tom老哥的帮助下也开始其他部分的实现。 ### 开始提交PR @@ -79,7 +79,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx) ### 持续的开源贡献与收获 -到目前为止,参与Hertzbeat社区开源已有半年多时间,贡献了许多,也成长收获了许多。 +到目前为止,参与HertzBeat社区开源已有半年多时间,贡献了许多,也成长收获了许多。 在参与开源的时候会比平常自己做项目想的更多,包括使用第三方软件各个版本如何兼容;实现某个功能也要考虑是否方便以后扩展;要有完善的test模块,减少项目的bug。 @@ -95,7 +95,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx) + 可以尝试阅读源码,大部分源码都是包含注释的,并不难;不懂的地方也可以通过运行test,debug看一下整个流程 + 有想法或者bug,可以前往gitee或者github提交issues,也可以在群里询问,不要怕,都是从菜逼过来的 -### 如何参与Hertzbeat +### 如何参与HertzBeat + 官网有非常完善的贡献者指南:[贡献者指南 | HertzBeat](https://hertzbeat.apache.org/docs/community/contribution) diff --git a/home/blog/2023-02-10-new-committer.md b/home/blog/2023-02-10-new-committer.md index abcef654aaf..587dc6be181 100644 --- a/home/blog/2023-02-10-new-committer.md +++ b/home/blog/2023-02-10-new-committer.md @@ -18,15 +18,15 @@ Name: Gao Chen Now engaged in: Fanruan software Java research and development -Hertzbeat Committer +HertzBeat Committer github: gcdd1993 (A Chen who attacked) -### Getting to know Hertzbeat +### Getting to know HertzBeat -I started to contact Hertzbeat in April 2022. At that time, the company had a downtime accident, and the website could not be accessed. +I started to contact HertzBeat in April 2022. At that time, the company had a downtime accident, and the website could not be accessed. I didn’t know until the user feedback. I urgently need a monitoring platform that can monitor the online rate of the website and give timely alarms. -After browsing several monitoring platforms, I finally settled on Hertzbeat, because it has powerful functions, meets the needs and has some surprises. +After browsing several monitoring platforms, I finally settled on HertzBeat, because it has powerful functions, meets the needs and has some surprises. The most important thing is the code specification, clear comments, and consistent technology stack, which is convenient for the secondary development of enterprises. Combined with powerful custom notifications, we have monitored databases, middleware, and websites, which have played a vital role in the stable operation of the company's platform. diff --git a/home/blog/2023-03-15-hertzbeat-v1.3.0.md b/home/blog/2023-03-15-hertzbeat-v1.3.0.md index 93c5fbb9cc4..e6a66ce22c6 100644 --- a/home/blog/2023-03-15-hertzbeat-v1.3.0.md +++ b/home/blog/2023-03-15-hertzbeat-v1.3.0.md @@ -29,7 +29,7 @@ Website: hertzbeat.com | tancloud.cn After a month of iterations, HertzBeat v1.3.0 was officially released last weekend, **Recommended upgrade**! -- Hertzbeat has powerful custom monitoring capabilities, all our supported monitoring types are mapped to a YML. This time we bring custom monitoring pagination, welcome to use and share your own monitoring type definition. +- HertzBeat has powerful custom monitoring capabilities, all our supported monitoring types are mapped to a YML. This time we bring custom monitoring pagination, welcome to use and share your own monitoring type definition. - **support for monitoring network switches**. hertzbeat supported snmp protocol long time ago, windows monitoring is monitored by snmp protocol, this version we not only support more windows performance metrics, but also support snmp walk, adapt several common network switches monitoring, welcome to contribute more types and metrics to the community. diff --git a/home/blog/2023-03-22-monitor-springboot2.md b/home/blog/2023-03-22-monitor-springboot2.md index c5f232b187c..3b76081c1d3 100644 --- a/home/blog/2023-03-22-monitor-springboot2.md +++ b/home/blog/2023-03-22-monitor-springboot2.md @@ -11,7 +11,7 @@ keywords: [opensource monitoring, SpringBoot monitoring, alert] ### HertzBeat Intro -> HertzBeat is an open source, real-time monitoring tool with custom-monitor and agentLess. | 易用友好的开源实时监控告警工具,无需Agent,强大自定义监控能力. +> HertzBeat is an open source, real-time monitoring tool with custom-monitor and agentless. | 易用友好的开源实时监控告警工具,无需Agent,强大自定义监控能力. > > **Monitor+Alerter+Notify** all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more. > More flexible threshold rule(calculation expression), timely notification delivery by `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`. diff --git a/home/blog/2023-05-09-hertzbeat-v1.3.1.md b/home/blog/2023-05-09-hertzbeat-v1.3.1.md index 69671bbaa79..5bca7d45a64 100644 --- a/home/blog/2023-05-09-hertzbeat-v1.3.1.md +++ b/home/blog/2023-05-09-hertzbeat-v1.3.1.md @@ -13,7 +13,7 @@ Website: hertzbeat.com | tancloud.cn ### What is HertzBeat? -> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentLess. +> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentless. > **Monitoring+Alarm+Notify** all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more. > Easy to use, full web-based operation, monitoring and alerting at the click of a mouse, zero learning cost. > More flexible threshold rule, timely notification delivery by `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`. diff --git a/home/blog/2023-07-05-hertzbeat-v1.3.2.md b/home/blog/2023-07-05-hertzbeat-v1.3.2.md index 31790baa9b1..6db2947d323 100644 --- a/home/blog/2023-07-05-hertzbeat-v1.3.2.md +++ b/home/blog/2023-07-05-hertzbeat-v1.3.2.md @@ -13,7 +13,7 @@ Website: hertzbeat.com | tancloud.cn ### What is HertzBeat? -> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentLess. +> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentless. > **Monitoring+Alarm+Notify** all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more. > Easy to use, full web-based operation, monitoring and alerting at the click of a mouse, zero learning cost. > More flexible threshold rule, timely notification delivery by `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`. diff --git a/home/blog/2023-08-28-new-committer.md b/home/blog/2023-08-28-new-committer.md index afcd3d5a20b..06cd2eb2f54 100644 --- a/home/blog/2023-08-28-new-committer.md +++ b/home/blog/2023-08-28-new-committer.md @@ -24,18 +24,18 @@ Name:QingraZhao Work:iFLYTEK technical support & operation and maintenance -Hertzbeat Committer +HertzBeat Committer github:zqr10159 -## Getting to know Hertzbeat +## Getting to know HertzBeat -In March 2023, I started to contact Hertzbeat, due to the need for a complete monitoring->alerting platform for the project, due to the deployment of the project on the intranet, the company's internal closed-source monitoring platform can not be developed to meet the needs of cross-network segment alerts. -Later in the github looking for open source monitoring platform, found Hertzbeat, easy to deploy and full-featured. The most important thing is that the author tom replies to issues and updates very quickly, very much in line with my imagination of the open source community, I'm very happy to be able to participate in open source and can see their own results for everyone to use. +In March 2023, I started to contact HertzBeat, due to the need for a complete monitoring->alerting platform for the project, due to the deployment of the project on the intranet, the company's internal closed-source monitoring platform can not be developed to meet the needs of cross-network segment alerts. +Later in the github looking for open source monitoring platform, found HertzBeat, easy to deploy and full-featured. The most important thing is that the author tom replies to issues and updates very quickly, very much in line with my imagination of the open source community, I'm very happy to be able to participate in open source and can see their own results for everyone to use. ## Ongoing open source contributions and gains -So far, to participate in the Hertzbeat open source project has been more than five months, from the first time to submit issues to the first time to submit pr, are the process of growth and progress, full count or a lot of pr, specific as follows: +So far, to participate in the HertzBeat open source project has been more than five months, from the first time to submit issues to the first time to submit pr, are the process of growth and progress, full count or a lot of pr, specific as follows: **contribution**: @@ -51,14 +51,14 @@ So far, to participate in the Hertzbeat open source project has been more than f * Implement Server Chan (Server Chan) alarm push notification. -* Access to third-party alarms (Tencent Cloud) to realize unified push notification of third-party alarms and Hertzbeat alarms. +* Access to third-party alarms (Tencent Cloud) to realize unified push notification of third-party alarms and HertzBeat alarms. * Fix bugs such as not including collector information when importing and exporting monitoring. * Several document updates * * Harvesting **: -* Hertzbeat is really an excellent project, in terms of project deployment, scripts and configuration are very standardized, I write a lot of my own projects have to draw on +* HertzBeat is really an excellent project, in terms of project deployment, scripts and configuration are very standardized, I write a lot of my own projects have to draw on * The most important thing is to harvest the spirit of open source, we are in a community to communicate together, progress ## Thanks to the community partners diff --git a/home/blog/2024-01-11-new-committer.md b/home/blog/2024-01-11-new-committer.md index cb094af7a8f..f07d680ef8e 100644 --- a/home/blog/2024-01-11-new-committer.md +++ b/home/blog/2024-01-11-new-committer.md @@ -17,13 +17,13 @@ keywords: [open source monitoring system, alerting system] **Github ID: leo-934** -### Getting to know Hertzbeat for the first time +### Getting to know HertzBeat for the first time -In March 2023, I noticed Hertzbeat's project, so I directly sent an email to Tom in the community to ask if I could join, and he replied very quickly. It just so happened that I was in my senior year of college when I had more time, so I decisively picked an issue to resolve and had my first pull request at Hertzbeat. +In March 2023, I noticed HertzBeat's project, so I directly sent an email to Tom in the community to ask if I could join, and he replied very quickly. It just so happened that I was in my senior year of college when I had more time, so I decisively picked an issue to resolve and had my first pull request at HertzBeat. ### Start submitting PR -In the following period, I spent some time reading Hertzbeat's code, and submitted a few PRs off and on until April, when I learned about the Summer of Open Source event, and it just so happened that Hertzbeat was participating as well, so I submitted my application information and was selected. My task is mainly responsible for the implementation of a push collector, in the process of writing the code, I got a lot of community mentor Zheng Chenxin and Tom to help, and finally was able to successfully complete the code, the whole process is still relatively smooth. +In the following period, I spent some time reading HertzBeat's code, and submitted a few PRs off and on until April, when I learned about the Summer of Open Source event, and it just so happened that HertzBeat was participating as well, so I submitted my application information and was selected. My task is mainly responsible for the implementation of a push collector, in the process of writing the code, I got a lot of community mentor Zheng Chenxin and Tom to help, and finally was able to successfully complete the code, the whole process is still relatively smooth. ### Open source contributions @@ -35,7 +35,7 @@ In the following period, I spent some time reading Hertzbeat's code, and submitt - Exposed to a great open source community and improved my skills in related areas. -Thanks to Tom and my ospp mentor, Zheng Chenxin, who gave me a lot of help and advice during my exposure to the open source community. Currently I am still in charge of some of the code development in the community, I hope Hertzbeat can be better and better in the future! +Thanks to Tom and my ospp mentor, Zheng Chenxin, who gave me a lot of help and advice during my exposure to the open source community. Currently I am still in charge of some of the code development in the community, I hope HertzBeat can be better and better in the future! --- @@ -45,13 +45,13 @@ Thanks to Tom and my ospp mentor, Zheng Chenxin, who gave me a lot of help and a **Junior student at Henan Normal University** -### Getting to know Hertzbeat for the first time +### Getting to know HertzBeat for the first time In March this year, under the influence of Xiaobao's seniors, I had some concepts about open source projects and laid the foundation for learning open source projects later, but I didn't go further because I only learned some Java basics at that time. ### Start submitting PR -In July this year, after basically completing the study of Java framework development, with the encouragement of Xiaobao, I started to try to pull issues, and submitted my first PR on July 20, during this period, I also consulted with the author of Hertzbeat and Dongfeng for some related issues, thank you very much. +In July this year, after basically completing the study of Java framework development, with the encouragement of Xiaobao, I started to try to pull issues, and submitted my first PR on July 20, during this period, I also consulted with the author of HertzBeat and Dongfeng for some related issues, thank you very much. ### Open source contributions diff --git a/home/blog/2024-05-09-hertzbeat-ospp-subject-introduction.md b/home/blog/2024-05-09-hertzbeat-ospp-subject-introduction.md index f1fbb7c95da..cb33794ce8f 100644 --- a/home/blog/2024-05-09-hertzbeat-ospp-subject-introduction.md +++ b/home/blog/2024-05-09-hertzbeat-ospp-subject-introduction.md @@ -1,4 +1,4 @@ -# [Open Source Summer] Hertzbeat project introduction +# [Open Source Summer] HertzBeat project introduction ## What is HertzBeat? diff --git a/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md b/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md index d6c5fd28233..698354b73c6 100644 --- a/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md +++ b/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md @@ -7,11 +7,11 @@ ### Upgrade Java Environment -Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is Java 17, you do not need to take any action for this step. - When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new Java 17. -- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ### Upgrade Database diff --git a/home/blog/2024-06-15-hertzbeat-v1.6.0.md b/home/blog/2024-06-15-hertzbeat-v1.6.0.md index 87cdd291ae5..7ce0a2f532a 100644 --- a/home/blog/2024-06-15-hertzbeat-v1.6.0.md +++ b/home/blog/2024-06-15-hertzbeat-v1.6.0.md @@ -47,7 +47,7 @@ Upgrade Guide: [https://hertzbeat.apache.org/blog/2024/06/11/hertzbeat-v1.6.0-up * HertzBeat is donated to the Apache Incubator. * migrate repo, clean up code, license, add more help doc and more * add dependency license doc -* [feature]Hertzbeat custom plugin. by @zqr10159 in #1973 +* [feature]HertzBeat custom plugin. by @zqr10159 in #1973 * [feature] add apache hugegraph monitor by @zhangshenghang in #1972 * [improve]\[HIP\] HIP-01: Implement refactoring AbstractCollect by @crossoverJie in #1966 * [feature] Support monitoring of OpenAI accounts by @zuobiao-zhou in #1947 @@ -281,10 +281,10 @@ Upgrade Guide: [https://hertzbeat.apache.org/blog/2024/06/11/hertzbeat-v1.6.0-up * [feature] add apache hugegraph monitor by @zhangshenghang in [https://github.com/apache/hertzbeat/pull/1972](https://github.com/apache/hertzbeat/pull/1972) * [improve] Implement cascading parameter list for SNMP protocol by @zuobiao-zhou in [https://github.com/apache/hertzbeat/pull/1976](https://github.com/apache/hertzbeat/pull/1976) * [improve] optimize DateUtil and add test case by @yuluo-yx in [https://github.com/apache/hertzbeat/pull/1974](https://github.com/apache/hertzbeat/pull/1974) -* [feature]Hertzbeat custom plugin. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1973](https://github.com/apache/hertzbeat/pull/1973) +* [feature]HertzBeat custom plugin. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1973](https://github.com/apache/hertzbeat/pull/1973) * update login page and status page color by @lwjxy in [https://github.com/apache/hertzbeat/pull/1977](https://github.com/apache/hertzbeat/pull/1977) * [chore] update code style and add some comment by @yuluo-yx in [https://github.com/apache/hertzbeat/pull/1975](https://github.com/apache/hertzbeat/pull/1975) -* [doc]Hertzbeat plugin doc. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1980](https://github.com/apache/hertzbeat/pull/1980) +* [doc]HertzBeat plugin doc. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1980](https://github.com/apache/hertzbeat/pull/1980) * [doc] update contributors and update status page style by @tomsun28 in [https://github.com/apache/hertzbeat/pull/1981](https://github.com/apache/hertzbeat/pull/1981) * [feature] Implement cascading parameter list by @zuobiao-zhou in [https://github.com/apache/hertzbeat/pull/1978](https://github.com/apache/hertzbeat/pull/1978) * [doc]update threshold alarm doc by @zhangshenghang in [https://github.com/apache/hertzbeat/pull/1983](https://github.com/apache/hertzbeat/pull/1983) diff --git a/home/blog/2024-07-08-new-committer.md b/home/blog/2024-07-08-new-committer.md index 2fd8dcae9b9..03030e7fc8c 100644 --- a/home/blog/2024-07-08-new-committer.md +++ b/home/blog/2024-07-08-new-committer.md @@ -9,7 +9,7 @@ keywords: [open source monitoring system, alerting system] ![HertzBeat](/img/blog/new-committer.png) -### First acquaintance with Apache Hertzbeat +### First acquaintance with Apache HertzBeat I first came into contact with the Apache HertzBeat™ project by chance. At that time, I was looking for an open source project to monitor our company's related services. As a general monitoring project, Apache HertzBeat™ naturally came into my sight. I began to understand its architecture and functions by reading official documents and browsing the project's code base. diff --git a/home/blog/2024-07-27-new-committer.md b/home/blog/2024-07-27-new-committer.md index d7ea74ccb97..e2143793eb3 100644 --- a/home/blog/2024-07-27-new-committer.md +++ b/home/blog/2024-07-27-new-committer.md @@ -9,29 +9,29 @@ keywords: [open source monitoring system, alerting system] ![HertzBeat](/img/blog/new-committer.png) -> It's an honor for me to become a Committer of Apache Hertzbeat +> It's an honor for me to become a Committer of Apache HertzBeat ## Personal introduction I have been working as a Java back-end developer for three years. At present, I participate in the development of converged message center in an Internet company. -## First met Apache Hertzbeat +## First met Apache HertzBeat -Reading code and design in open-source framework is one way for me to improve myself. One day a thought came to my mind, which is to contribute to open-source community. Then I met Hertzbeat in an article on the internel, which is completely different from Prometheus and Skywalking that I had known before. Hertzbeat fascinate me with its feature, agentless and anyone can custom monitoring by monifying yaml. I forked Hertzbeat on GitHub and tried to run it locally for further study. +Reading code and design in open-source framework is one way for me to improve myself. One day a thought came to my mind, which is to contribute to open-source community. Then I met HertzBeat in an article on the internel, which is completely different from Prometheus and Skywalking that I had known before. HertzBeat fascinate me with its feature, agentless and anyone can custom monitoring by monifying yaml. I forked HertzBeat on GitHub and tried to run it locally for further study. ## My first PR -I failed to start Hertzbeat when I followed instructions in CONTRIBUTING. The exception shows that Node.js version at lease 18 is required. Therefor I modified CONTRIBUTING and opened my first PR in Hertzbeat community. +I failed to start HertzBeat when I followed instructions in CONTRIBUTING. The exception shows that Node.js version at lease 18 is required. Therefor I modified CONTRIBUTING and opened my first PR in HertzBeat community. ## Keep active in community -I'm getting familiar with Hertzbeat as I read documents and code. In addition to perfecting documentation and fixing bugs, I completed DNS monitoring and Registry monitoring. After that, I started to develop new feature named http_sd in V1.6.1, which is supported to manage monitor automatically. +I'm getting familiar with HertzBeat as I read documents and code. In addition to perfecting documentation and fixing bugs, I completed DNS monitoring and Registry monitoring. After that, I started to develop new feature named http_sd in V1.6.1, which is supported to manage monitor automatically. ## Reward -At the beginning, it was only the simplest revision and translation of documents. Although it was a very simple job, the community was really welcoming, which made me deeply feel the inclusiveness of this community. Later, while developing the new feature http_sd, my conversation with author tom gave me a better understanding of the overall architecture and responsibilities of each module of Hertzbeat, which led to the completion of the new feature. +At the beginning, it was only the simplest revision and translation of documents. Although it was a very simple job, the community was really welcoming, which made me deeply feel the inclusiveness of this community. Later, while developing the new feature http_sd, my conversation with author tom gave me a better understanding of the overall architecture and responsibilities of each module of HertzBeat, which led to the completion of the new feature. -During the reading of Hertzbeat source code, I learned a lot of code writing and design, which is helpful for my personal growth. +During the reading of HertzBeat source code, I learned a lot of code writing and design, which is helpful for my personal growth. ## Conclusion diff --git a/home/blog/2024-07-28-new-committer.md b/home/blog/2024-07-28-new-committer.md index 00aca3a1c5a..3012104782e 100644 --- a/home/blog/2024-07-28-new-committer.md +++ b/home/blog/2024-07-28-new-committer.md @@ -9,25 +9,25 @@ keywords: [open source monitoring system, alerting system] ![HertzBeat](/img/blog/new-committer.png) -> It's an honor for me to become a Committer of Apache Hertzbeat +> It's an honor for me to become a Committer of Apache HertzBeat > ## Personal introduction I graduated in 2023 and am currently working as a Java developer in an Internet company. -## First met Apache Hertzbeat +## First met Apache HertzBeat After graduation and working for half a year, I had the idea of getting involved in open source. However, when searching for open source projects on GitHub, I found that many communities were not very active, and the official documentation was not complete, making it quite difficult to start with the projects. Therefore, I put the matter of open source on hold for the time being. -One day, I saw a post by Senior Xiaobao on a certain platform and was immediately intrigued. I then privately messaged Xiaobao to consult about open source matters. Senior Xiaobao was extremely enthusiastic and meticulous in explaining many aspects of open source to me and recommended the Hertzbeat project. +One day, I saw a post by Senior Xiaobao on a certain platform and was immediately intrigued. I then privately messaged Xiaobao to consult about open source matters. Senior Xiaobao was extremely enthusiastic and meticulous in explaining many aspects of open source to me and recommended the HertzBeat project. ## My first PR -I downloaded the source code of Hertzbeat and compiled and tested it according to the documentation. Then, when clicking on the functions on the page, I discovered a bug in the front-end pop-up window. So, I submitted my first issue and successfully claimed this issue, thus starting my first PR. +I downloaded the source code of HertzBeat and compiled and tested it according to the documentation. Then, when clicking on the functions on the page, I discovered a bug in the front-end pop-up window. So, I submitted my first issue and successfully claimed this issue, thus starting my first PR. ## Keep active in community -After submitting the first PR, I continuously followed the issues in the Hertzbeat community and attempted to solve the existing problems. I have successively completed tasks such as specifying @people on WeChat, integrating AI, adding a PrestoDB monitor, modifying bugs, and contributing to the official website documentation. +After submitting the first PR, I continuously followed the issues in the HertzBeat community and attempted to solve the existing problems. I have successively completed tasks such as specifying @people on WeChat, integrating AI, adding a PrestoDB monitor, modifying bugs, and contributing to the official website documentation. ## Reward diff --git a/home/blog/2024-08-18-new-committer.md b/home/blog/2024-08-18-new-committer.md index 3aea51eeac0..8c6dbc36c2b 100644 --- a/home/blog/2024-08-18-new-committer.md +++ b/home/blog/2024-08-18-new-committer.md @@ -4,7 +4,7 @@ author: yuluo-yx author_title: Shown Ji author_url: https://github.com/yuluo-yx tags: [opensource, practice] -keywords: [open source monitoring system, alerting system, Apache, Apache Committer, Hertzbeat] +keywords: [open source monitoring system, alerting system, Apache, Apache Committer, HertzBeat] --- ## My open source journey @@ -31,11 +31,11 @@ The Apache Software Foundation was originally composed of developers who develop ### First contribution -The first contribution in the Apache community should be to delete a `{@link}` code link to the Dubbo project. I'm ashamed to say that [Dubbo](https://github.com/apache/dubbo) is the first open source project I participated in Apache, and there are only 6 submissions so far. In May, I came into contact with the [Apache Hertzbeat](https://github.com/apache/hertzbeat) project through [Rick](https://github.com/LinuxSuRen), and started my Apache contribution from unit testing. road. +The first contribution in the Apache community should be to delete a `{@link}` code link to the Dubbo project. I'm ashamed to say that [Dubbo](https://github.com/apache/dubbo) is the first open source project I participated in Apache, and there are only 6 submissions so far. In May, I came into contact with the [Apache HertzBeat](https://github.com/apache/hertzbeat) project through [Rick](https://github.com/LinuxSuRen), and started my Apache contribution from unit testing. road. ### Get nominated and become a Committer -This nomination was recommended by PPMC Member [Logic](https://github.com/zqr10159) of Apache Hertzbeat. Thanks to the Apache HertzBeat™ Team. I was successfully nominated to become a Hertzbeat Committer and got my own Apache mailbox. +This nomination was recommended by PPMC Member [Logic](https://github.com/zqr10159) of Apache HertzBeat. Thanks to the Apache HertzBeat™ Team. I was successfully nominated to become a HertzBeat Committer and got my own Apache mailbox. ![Apache ID Email](/img/blog/committer/yuluo-yx/3.jpg) @@ -96,4 +96,4 @@ Project communities tend to welcome contributions in all ways: be it code, docum ## Random Thoughts I'm writing this post to commemorate the special occasion of becoming an Apache HertzBeat™ Committer, and to motivate me to get involved in open source in the future. -Keep up the enthusiasm, keep up the coding, and thank you for all the people who have helped me while I've been involved in open source. I wish Hertzbeat the best of luck in its incubation and graduation to become a top Apache project! 🎉 +Keep up the enthusiasm, keep up the coding, and thank you for all the people who have helped me while I've been involved in open source. I wish HertzBeat the best of luck in its incubation and graduation to become a top Apache project! 🎉 diff --git a/home/blog/2024-08-31-new-committer.md b/home/blog/2024-08-31-new-committer.md index c1cc537d8bf..dbf0e2b2bf7 100644 --- a/home/blog/2024-08-31-new-committer.md +++ b/home/blog/2024-08-31-new-committer.md @@ -4,7 +4,7 @@ author: aias00 author_title: Hongyu Liu author_url: https://github.com/Aias00 tags: [opensource, practice] -keywords: [open source monitoring system, alerting system, Apache, Apache Committer, Hertzbeat] +keywords: [open source monitoring system, alerting system, Apache, Apache Committer, HertzBeat] --- ## Self-Introduction diff --git a/home/blog/2024-09-10-new-committer.md b/home/blog/2024-09-10-new-committer.md index d78370e822c..91e2f78518c 100644 --- a/home/blog/2024-09-10-new-committer.md +++ b/home/blog/2024-09-10-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- diff --git a/home/blog/2024-11-09-hertzbeat-v1.6.1.md b/home/blog/2024-11-09-hertzbeat-v1.6.1.md index 2db8e3bde63..5a95f052721 100644 --- a/home/blog/2024-11-09-hertzbeat-v1.6.1.md +++ b/home/blog/2024-11-09-hertzbeat-v1.6.1.md @@ -26,7 +26,7 @@ We are thrilled to announce the official release of Apache HertzBeat™ version - **Custom Monitoring Menu**: Monitoring templates now support customizable main menus. - **NebulaGraph Support**: Added support for querying monitoring data from NebulaGraph using `ngql`. - **SMS Functionality**: Enabled SMS notifications through Alibaba Cloud. -- **Docker Support**: Added support for running Hertzbeat using Docker Compose. +- **Docker Support**: Added support for running HertzBeat using Docker Compose. ### Bug Fixes @@ -64,7 +64,7 @@ Special thanks to **@zqr10159** for supporting this release and to the following > LinuxSuRen, transactional, JavaProgrammerLB, westboy, xuziyang, makechoicenow, crossoverJie, xfl12345, boatrainlsz, lw-yang, tomsun28, Alanxtl, Aias00, Clownsw, zhangshenghang, zqr10159, LiuTianyou, handy-git, hudongdong129, dukbong, 15613060203, yqxxgh, miki-hmt, PeixyJ, allcontributors, Ceilzcx, lwjxy, starmilkxin, leo-934, zuobiao-zhou, tomorrowshipyltm, LLP2333, lwqzz, wang1027-wqh, gjjjj0101, ZY945, yuluo-yx, HeartLinked, alpha951, Hi-Mr-Wind, TJxiaobao, YxYL6125, MananPoojara, a-little-fool, Pzz-2021, Yanshuming1, Thespica, Calvin979, WinterKi1ler > -## Apache Hertzbeat +## Apache HertzBeat **Repository URL:** diff --git a/home/blog/2025-03-10-new-committer.md b/home/blog/2025-03-10-new-committer.md index 0e94fa5989c..af1fbe5f89c 100644 --- a/home/blog/2025-03-10-new-committer.md +++ b/home/blog/2025-03-10-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- 🎉 Hello everyone. I'm very glad to receive an invitation from the Apache HertzBeat™ community and officially become a Committer of the project! diff --git a/home/blog/2025-04-10-hertzbeat-v1.7.0.md b/home/blog/2025-04-10-hertzbeat-v1.7.0.md index ba99d3b0fa7..a42ad544b41 100644 --- a/home/blog/2025-04-10-hertzbeat-v1.7.0.md +++ b/home/blog/2025-04-10-hertzbeat-v1.7.0.md @@ -4,7 +4,7 @@ author: tomsun28 author_title: tomsun28 author_url: https://github.com/zhangshenghang tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- Dear Community Members, @@ -289,7 +289,7 @@ Special thanks to the following community members for their collaborative effort * [improve] update notice copyright years by @tomsun28 in https://github.com/apache/hertzbeat/pull/3171 ``` -## Apache Hertzbeat +## Apache HertzBeat **Repository URL:** diff --git a/home/blog/2025-06-10-hertzbeat-v1.7.1.md b/home/blog/2025-06-10-hertzbeat-v1.7.1.md index 592753eea54..aa6d407d64f 100644 --- a/home/blog/2025-06-10-hertzbeat-v1.7.1.md +++ b/home/blog/2025-06-10-hertzbeat-v1.7.1.md @@ -4,7 +4,7 @@ author: tomsun28 author_title: tomsun28 author_url: https://github.com/zhangshenghang tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- Dear Community Members, @@ -165,7 +165,7 @@ Special thanks to the following community members for their collaborative effort - [Doc] Add English doc for springboot auto practice usecase by @Cyanty in #3298 - [bugfix] enables support for VictoriaMetrics in cluster mode within HertzBeat by @bigcyy in #3297 - [improve] Optimize the way of Dead Link Check by @Cyanty in #3302 -- [docs] Add Chinese and English versions of the Hertzbeat upgrade guide by @markguo123 in #3294 +- [docs] Add Chinese and English versions of the HertzBeat upgrade guide by @markguo123 in #3294 - [refactor] Remove the possible CVE-2025-30066 security vulnerability action and ignore the 500 code for link check by @Cyanty in #3303 - [Improve] Add unit test for PeriodicAlertCalculator by @MasamiYui in #3304 - [docs] Correct Markdown formatting and update lint config to enable local checking by @bigcyy in #3310 @@ -199,7 +199,7 @@ Special thanks to the following community members for their collaborative effort - @KevinLLF made their first contribution in #3248 - @markguo123 made their first contribution in #3294 -## Apache Hertzbeat +## Apache HertzBeat **Repository URL:** diff --git a/home/blog/2025-07-07-hertzbeat-v1.7.2.md b/home/blog/2025-07-07-hertzbeat-v1.7.2.md index ad4c5e951ac..cb17b039950 100644 --- a/home/blog/2025-07-07-hertzbeat-v1.7.2.md +++ b/home/blog/2025-07-07-hertzbeat-v1.7.2.md @@ -4,7 +4,7 @@ author: tomsun28 author_title: tomsun28 author_url: https://github.com/zhangshenghang tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- Dear Community Members, @@ -171,7 +171,7 @@ Special thanks to the following community members for their collaborative effort - @lx1229 made their first contribution in [https://github.com/apache/hertzbeat/pull/3431](https://github.com/apache/hertzbeat/pull/3431) - @RainBondsongyg made their first contribution in [https://github.com/apache/hertzbeat/pull/3440](https://github.com/apache/hertzbeat/pull/3440) -## Apache Hertzbeat +## Apache HertzBeat **Repository URL:** diff --git a/home/blog/2025-07-11-new-committer.md b/home/blog/2025-07-11-new-committer.md index 2454c8f0641..6fb9349622a 100644 --- a/home/blog/2025-07-11-new-committer.md +++ b/home/blog/2025-07-11-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- diff --git a/home/blog/2025-08-24-hertzbeat-graduation.md b/home/blog/2025-08-24-hertzbeat-graduation.md index 5340640361b..fa7b30b3170 100644 --- a/home/blog/2025-08-24-hertzbeat-graduation.md +++ b/home/blog/2025-08-24-hertzbeat-graduation.md @@ -50,7 +50,7 @@ Under the guidance of the Apache Foundation Incubator, three major transformatio #### **II. Technical Milestones** -During the incubation period, Hertzbeat maintained an active pace of research, development, and iteration, releasing multiple versions to bring users richer features, more stable performance, and a better experience. +During the incubation period, HertzBeat maintained an active pace of research, development, and iteration, releasing multiple versions to bring users richer features, more stable performance, and a better experience. - Released 5 ASF-compliant versions (1.6.0 - 1.7.2) - Key feature enhancements include: @@ -63,11 +63,11 @@ During the incubation period, Hertzbeat maintained an active pace of research, d - **Internationalization support** - Added multi-language interfaces, including Japanese/Traditional Chinese. - **Data processing enhancement** - Supported SQL/PromQL expression syntax analysis, refactoring data flow with Apache Arrow. -The continuous iteration of these versions fully demonstrates Hertzbeat's dedication to technology and its high regard for user needs. Each version release is a solid step in Hertzbeat's growth, bringing users a more powerful and user-friendly monitoring experience. +The continuous iteration of these versions fully demonstrates HertzBeat's dedication to technology and its high regard for user needs. Each version release is a solid step in HertzBeat's growth, bringing users a more powerful and user-friendly monitoring experience. #### **3. Community Development** -During the Apache incubation period, Hertzbeat strictly adhered to the Apache Way: +During the Apache incubation period, HertzBeat strictly adhered to the Apache Way: - **Equal contribution and authority accumulation**: All developers participate equally, gradually building a reputation and gaining access, such as code repository submission rights, through code contributions, documentation improvements, and issue resolution. - **Open and transparent communication**: Technical selections, version planning, and other discussions are conducted openly via mailing lists, with communication records archived and searchable. Members can participate anytime, anywhere, and new members can quickly integrate by reviewing these records. diff --git a/home/blog/2025-09-06-hertzbeat-v1.7.3.md b/home/blog/2025-09-06-hertzbeat-v1.7.3.md index ba5eeb1f395..9488d7d5b06 100644 --- a/home/blog/2025-09-06-hertzbeat-v1.7.3.md +++ b/home/blog/2025-09-06-hertzbeat-v1.7.3.md @@ -4,7 +4,7 @@ author: LiuTianyou author_title: LiuTianyou author_url: https://github.com/LiuTianyou tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- Dear Community Members, @@ -227,7 +227,7 @@ Special thanks to the following community members for their collaborative effort - @tuzuy made their first contribution in [https://github.com/apache/hertzbeat/pull/3668](https://github.com/apache/hertzbeat/pull/3668) - @carlpinto25 made their first contribution in [https://github.com/apache/hertzbeat/pull/3726](https://github.com/apache/hertzbeat/pull/3726) -## Apache Hertzbeat +## Apache HertzBeat **Repository URL:** diff --git a/home/blog/2026-02-05-hertzbeat-v1.8.0.md b/home/blog/2026-02-05-hertzbeat-v1.8.0.md index 6eca215588f..63f7ef67d45 100644 --- a/home/blog/2026-02-05-hertzbeat-v1.8.0.md +++ b/home/blog/2026-02-05-hertzbeat-v1.8.0.md @@ -4,7 +4,7 @@ author: Apache HertzBeat Community author_title: Apache HertzBeat Community author_url: https://github.com/apache/hertzbeat tags: [opensource, release, v1.8.0] -keywords: [open source monitoring system, alerting system, Hertzbeat, release, v1.8.0, Apache] +keywords: [open source monitoring system, alerting system, HertzBeat, release, v1.8.0, Apache] --- Dear Community Members, diff --git a/home/docs/advanced/extend-http-example-hertzbeat.md b/home/docs/advanced/extend-http-example-hertzbeat.md index 76ea0b4974c..311cff373bf 100644 --- a/home/docs/advanced/extend-http-example-hertzbeat.md +++ b/home/docs/advanced/extend-http-example-hertzbeat.md @@ -78,9 +78,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/docs/advanced/extend-http-example-token.md b/home/docs/advanced/extend-http-example-token.md index d935329708d..615859cc008 100644 --- a/home/docs/advanced/extend-http-example-token.md +++ b/home/docs/advanced/extend-http-example-token.md @@ -60,9 +60,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -128,9 +128,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -267,9 +267,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/docs/advanced/extend-tutorial.md b/home/docs/advanced/extend-tutorial.md index f78d8b5329a..3b3fcbae61d 100644 --- a/home/docs/advanced/extend-tutorial.md +++ b/home/docs/advanced/extend-tutorial.md @@ -80,9 +80,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/docs/community/document.md b/home/docs/community/document.md index 3c7c5fd956f..8eb2c9750ae 100644 --- a/home/docs/community/document.md +++ b/home/docs/community/document.md @@ -46,7 +46,7 @@ This website is compiled using node, using Docusaurus framework components ## Document Format Inspection -In Apache Hertzbeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. +In Apache HertzBeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. After you have written an MD article, you can execute the following command locally to check whether the content of the MD article meets the requirements, so as to reduce the workload of review and save your time: diff --git a/home/docs/help/alarm_inhibit.md b/home/docs/help/alarm_inhibit.md index acc96b019b3..f0a16a94d83 100644 --- a/home/docs/help/alarm_inhibit.md +++ b/home/docs/help/alarm_inhibit.md @@ -29,7 +29,7 @@ keywords: [ Open Source Monitoring System, Alarm Convergence, Alarm Inhibition ] ## Example -Scenario: Use Hertzbeat to monitor two Centos servers 192.168.1.1, 192.168.1.2, and Redis services Redis-1 and Redis-2 deployed on the two servers. +Scenario: Use HertzBeat to monitor two Centos servers 192.168.1.1, 192.168.1.2, and Redis services Redis-1 and Redis-2 deployed on the two servers. And configure the following threshold rules: - Monitor Centos Linux / Monitor availability. Bind label `server-status:down` diff --git a/home/docs/help/alert_email.md b/home/docs/help/alert_email.md index fd12b4eb164..d6df39e0980 100644 --- a/home/docs/help/alert_email.md +++ b/home/docs/help/alert_email.md @@ -26,8 +26,8 @@ keywords: [open source monitoring tool, open source alerter, open source email n ### Email notification common issues -1. Hertzbeat deployed on its own intranet cannot receive email notifications +1. HertzBeat deployed on its own intranet cannot receive email notifications - > Hertzbeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml + > HertzBeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml Other issues can be fed back through the communication group ISSUE! diff --git a/home/docs/help/alert_sms.md b/home/docs/help/alert_sms.md index 2b5dfe8d540..cf2b0e8d46e 100644 --- a/home/docs/help/alert_sms.md +++ b/home/docs/help/alert_sms.md @@ -269,7 +269,7 @@ alerter: > The message follows the format: "Instance: {}, Priority: {}, Content: {}" - This information can be configured in the Hertzbeat application. + This information can be configured in the HertzBeat application. ## Operation steps diff --git a/home/docs/help/guide.md b/home/docs/help/guide.md index 190bcd42e5f..6b28dec7b3f 100644 --- a/home/docs/help/guide.md +++ b/home/docs/help/guide.md @@ -4,7 +4,7 @@ title: Help Center sidebar_label: Help Center --- -> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. +> HertzBeat - An open source, real-time monitoring tool with custom-monitor and agentless. > Help documents and auxiliary information during use ## 🔬 Monitoring services diff --git a/home/docs/help/hdfs_datanode.md b/home/docs/help/hdfs_datanode.md index 68e1c4a38de..18b6827b93d 100644 --- a/home/docs/help/hdfs_datanode.md +++ b/home/docs/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [big data monitoring system, distributed file system monitoring, Apache HDFS DataNode monitoring] --- -> Hertzbeat monitors metrics for Apache HDFS DataNode nodes. +> HertzBeat monitors metrics for Apache HDFS DataNode nodes. **Protocol Used: HTTP** diff --git a/home/docs/help/hdfs_namenode.md b/home/docs/help/hdfs_namenode.md index 975c2e5d935..ad577b1b98c 100644 --- a/home/docs/help/hdfs_namenode.md +++ b/home/docs/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [big data monitoring system, distributed file system monitoring, HDFS NameNode monitoring] --- -> Hertzbeat monitors metrics for HDFS NameNode nodes. +> HertzBeat monitors metrics for HDFS NameNode nodes. **Protocol Used: HTTP** diff --git a/home/docs/help/linux_script.md b/home/docs/help/linux_script.md index e51d40c8028..53abb1a6d9e 100644 --- a/home/docs/help/linux_script.md +++ b/home/docs/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/docs/help/nacos.md b/home/docs/help/nacos.md index 6b5f6f1f523..784c32cfb81 100644 --- a/home/docs/help/nacos.md +++ b/home/docs/help/nacos.md @@ -5,7 +5,7 @@ sidebar_label: Nacos Server keywords: [open source monitoring tool, open source middleware monitoring tool, monitoring Nacos Server metrics] --- -> Hertzbeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. +> HertzBeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. ### PreRequisites diff --git a/home/docs/help/registry.md b/home/docs/help/registry.md index abf4c395b55..d34fdc6830e 100644 --- a/home/docs/help/registry.md +++ b/home/docs/help/registry.md @@ -15,7 +15,7 @@ keywords: [open source monitoring tool, open source java monitoring tool, monito > We currently support for `Consul` and `Nacos`. -2. Add http_sd monitor and enter necessary info about **Register center** on Hertzbeat, such as host, port and so on. +2. Add http_sd monitor and enter necessary info about **Register center** on HertzBeat, such as host, port and so on. 3. Click **OK** ## Configuration parameter diff --git a/home/docs/help/template_marketplace.md b/home/docs/help/template_marketplace.md index fa8c8e16e95..21b59ac92d3 100644 --- a/home/docs/help/template_marketplace.md +++ b/home/docs/help/template_marketplace.md @@ -4,7 +4,7 @@ title: Template Marketplace sidebar_label: Template Marketplace --- -> Hertzbeat official template marketplace: users can freely upload, download, view, search and share monitoring template files. +> HertzBeat official template marketplace: users can freely upload, download, view, search and share monitoring template files. ## Basic Functions diff --git a/home/docs/help/windows_script.md b/home/docs/help/windows_script.md index 6abcf126ac6..aa7011a543e 100644 --- a/home/docs/help/windows_script.md +++ b/home/docs/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. > If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/docs/help/yarn.md b/home/docs/help/yarn.md index cea4079abf7..07915504b12 100644 --- a/home/docs/help/yarn.md +++ b/home/docs/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [Big Data Monitoring System, Apache Yarn Monitoring, ResourceManager Monitoring] --- -> Hertzbeat monitors Apache Yarn node monitoring metrics. +> HertzBeat monitors Apache Yarn node monitoring metrics. **Protocol Used: HTTP** diff --git a/home/docs/start/mysql-change.md b/home/docs/start/mysql-change.md index b6d91c01806..55136376ac8 100644 --- a/home/docs/start/mysql-change.md +++ b/home/docs/start/mysql-change.md @@ -108,7 +108,7 @@ spring: format_sql: true ``` -- It is recommended to set the host field in the MySQL URL to the public IP address when using Hertzbeat in docker. +- It is recommended to set the host field in the MySQL URL to the public IP address when using HertzBeat in docker. > Note: The above applies to the method of downloading and installing the package. For local data source switching, simply complete the [Database creation](./mysql-change#database-creation) and modify the configuration in `hertzbeat-startup/src/main/resources/application.yml`. diff --git a/home/docs/start/update-1.6.0.md b/home/docs/start/update-1.6.0.md index 57755da297f..7f7ffe5bba4 100644 --- a/home/docs/start/update-1.6.0.md +++ b/home/docs/start/update-1.6.0.md @@ -17,11 +17,11 @@ Follow the [HertzBeat New Version Upgrade](upgrade) ### Upgrade Java Environment -Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is Java 17, you do not need to take any action for this step. - When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new Java 17. -- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ### Upgrade Database diff --git a/home/docs/start/usecase/linux-os-practice.md b/home/docs/start/usecase/linux-os-practice.md index f7fc12d9f05..27f06ba6f51 100644 --- a/home/docs/start/usecase/linux-os-practice.md +++ b/home/docs/start/usecase/linux-os-practice.md @@ -4,7 +4,7 @@ title: Linux Operating System Monitoring Practice sidebar_label: Linux Operating System Monitoring Practice --- -This article describes how to use the Hertzbeat monitoring system to collect and monitor general performance metrics for Linux operating systems, and send us alert messages when file system usage is too high. +This article describes how to use the HertzBeat monitoring system to collect and monitor general performance metrics for Linux operating systems, and send us alert messages when file system usage is too high. ## What's HertzBeat @@ -89,6 +89,6 @@ When the threshold is triggered, we can receive the corresponding alarm message. ## Summary -The practice of monitoring linux operating system is here. Of course, for Hertzbeat, this function is just the tip of the iceberg. If you think Hertzbeat is a good open source project, please give us a Star on GitHub, thanks for your support. +The practice of monitoring linux operating system is here. Of course, for HertzBeat, this function is just the tip of the iceberg. If you think HertzBeat is a good open source project, please give us a Star on GitHub, thanks for your support. **Github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbeat)** diff --git a/home/docs/start/usecase/tdengine-practice.md b/home/docs/start/usecase/tdengine-practice.md index a301f05502a..13831d1aa68 100644 --- a/home/docs/start/usecase/tdengine-practice.md +++ b/home/docs/start/usecase/tdengine-practice.md @@ -8,7 +8,7 @@ sidebar_label: TDengine Monitoring Practice TDengine TSDB is an open-source, high-performance, cloud-native time series database (TSDB) optimized for IoT, vehicle networking, industrial Internet, finance, IT operations, and other scenarios. It also comes with built-in caching, streaming computing, data subscription, and other system functions that greatly reduce system design complexity and lower R&D and operational costs, making it an extremely simple time series data processing platform. ::: -This article introduces how to use the Hertzbeat monitoring system to collect and monitor TDengine general performance indicators. +This article introduces how to use the HertzBeat monitoring system to collect and monitor TDengine general performance indicators. ## What is HertzBeat? diff --git a/home/docs/template.md b/home/docs/template.md index ec15b93d467..9807c4738f0 100644 --- a/home/docs/template.md +++ b/home/docs/template.md @@ -4,7 +4,7 @@ title: Monitoring Template Here sidebar_label: Monitoring Template --- -> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentLess. +> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentless. > > We make protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, and you only need to configure `YML` online to collect any metrics you want. > Do you believe that you can immediately adapt a new monitoring type such as K8s or Docker just by configuring online? diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js index e63cb87964e..efecd876a2f 100644 --- a/home/docusaurus.config.js +++ b/home/docusaurus.config.js @@ -86,7 +86,7 @@ module.exports = { navbar: { title: 'HertzBeat', logo: { - alt: 'An open source, real-time monitoring tool with custom-monitor and agentLess.', + alt: 'An open source, real-time monitoring tool with custom-monitor and agentless.', src: '/img/hertzbeat-brand.svg', }, items: [ diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-19-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-19-new-committer.md index a1b1c308224..547aefeaedc 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-19-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-19-new-committer.md @@ -58,13 +58,13 @@ github:[wang1027-wqh](https://github.com/wang1027-wqh) email:[1758619238@qq.com](mailto:1758619238@qq.com) -Hertzbeat Committer +HertzBeat Committer github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx) -### 初识Hertzbeat +### 初识HertzBeat -2022年8月开始接触Hertzbeat,由于公司监控elasticsearch使用的cerebro,虽然有非常强大的数据监控,但缺少告警通知的功能;就去github上浏览监控类的项目,刚好看到Hertzbeat,对此非常感兴趣,在了解完整个项目结构和实现后,刚好elasticsearch的监控部分做的不够完善,我就根据cerebro完善了这部分监控数据并提交了pull request。后面在tom老哥的帮助下也开始其他部分的实现。 +2022年8月开始接触HertzBeat,由于公司监控elasticsearch使用的cerebro,虽然有非常强大的数据监控,但缺少告警通知的功能;就去github上浏览监控类的项目,刚好看到HertzBeat,对此非常感兴趣,在了解完整个项目结构和实现后,刚好elasticsearch的监控部分做的不够完善,我就根据cerebro完善了这部分监控数据并提交了pull request。后面在tom老哥的帮助下也开始其他部分的实现。 ### 开始提交PR @@ -79,7 +79,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx) ### 持续的开源贡献与收获 -到目前为止,参与Hertzbeat社区开源已有半年多时间,贡献了许多,也成长收获了许多。 +到目前为止,参与HertzBeat社区开源已有半年多时间,贡献了许多,也成长收获了许多。 在参与开源的时候会比平常自己做项目想的更多,包括使用第三方软件各个版本如何兼容;实现某个功能也要考虑是否方便以后扩展;要有完善的test模块,减少项目的bug。 @@ -95,7 +95,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx) + 可以尝试阅读源码,大部分源码都是包含注释的,并不难;不懂的地方也可以通过运行test,debug看一下整个流程 + 有想法或者bug,可以前往gitee或者github提交issues,也可以在群里询问,不要怕,都是从菜逼过来的 -### 如何参与Hertzbeat +### 如何参与HertzBeat + 官网有非常完善的贡献者指南:[贡献者指南 | HertzBeat](https://hertzbeat.apache.org/docs/community/contribution) diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-10-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-10-new-committer.md index 5150a09169c..17ce0248194 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-10-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-10-new-committer.md @@ -18,13 +18,13 @@ tags: [opensource] 现从事:帆软软件Java研发 -Hertzbeat Committer +HertzBeat Committer github:gcdd1993 (进击的阿晨) -### 初识Hertzbeat +### 初识HertzBeat -2022年4月开始接触Hertzbeat,当时公司出现了一次宕机事故,网站无法访问,直到用户反馈才得知,急需一款能监控网站在线率,并及时告警的监控平台。浏览了几款监控平台后,最后敲定了Hertzbeat,因为它功能强大,满足需求的同时还有些惊喜,最重要的是代码规范,注释清晰,技术栈吻合,便于企业二次开发。结合强大的自定义通知,我们对数据库、中间件、网站进行了监控,对公司平台的稳定运行起到了至关重要的作用。 +2022年4月开始接触HertzBeat,当时公司出现了一次宕机事故,网站无法访问,直到用户反馈才得知,急需一款能监控网站在线率,并及时告警的监控平台。浏览了几款监控平台后,最后敲定了HertzBeat,因为它功能强大,满足需求的同时还有些惊喜,最重要的是代码规范,注释清晰,技术栈吻合,便于企业二次开发。结合强大的自定义通知,我们对数据库、中间件、网站进行了监控,对公司平台的稳定运行起到了至关重要的作用。 ### 开始提交PR diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-28-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-28-new-committer.md index 1f501dee5e5..f4c98f326a6 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-28-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-28-new-committer.md @@ -21,17 +21,17 @@ keywords: [open source monitoring system, alerting system] 现从事:科大讯飞技术支持&运维 -Hertzbeat Committer +HertzBeat Committer github:zqr10159 -## 初识Hertzbeat +## 初识HertzBeat -2023年3月开始接触Hertzbeat,由于项目上需要一个完整的监控->告警平台,由于项目在内网部署,公司内部闭源的监控平台无法二次开发以满足跨网段告警的需求。后来在github寻找开源监控平台,发现了Hertzbeat,易于部署且功能全面。最重要的是作者tom回复issue和更新的都很快,非常符合我对开源社区的想象,很高兴能够参与开源并且能够看到自己的成果为大家所用。 +2023年3月开始接触HertzBeat,由于项目上需要一个完整的监控->告警平台,由于项目在内网部署,公司内部闭源的监控平台无法二次开发以满足跨网段告警的需求。后来在github寻找开源监控平台,发现了HertzBeat,易于部署且功能全面。最重要的是作者tom回复issue和更新的都很快,非常符合我对开源社区的想象,很高兴能够参与开源并且能够看到自己的成果为大家所用。 ## 持续的开源贡献与收获 -到目前为止,参与Hertzbeat开源项目已有五个多月时间,从第一次提交issue到第一次提交pr,都是成长与进步的过程,满打满算还是有不少pr的,具体如下: +到目前为止,参与HertzBeat开源项目已有五个多月时间,从第一次提交issue到第一次提交pr,都是成长与进步的过程,满打满算还是有不少pr的,具体如下: **贡献**: @@ -47,7 +47,7 @@ github:zqr10159 * 实现ServerChan(Server酱)告警推送通知 -* 接入第三方告警(腾讯云),实现第三方告警与Hertzbeat告警统一推送 +* 接入第三方告警(腾讯云),实现第三方告警与HertzBeat告警统一推送 * 修复导入、导出监控时不含采集器信息等bug @@ -55,7 +55,7 @@ github:zqr10159 **收获**: -* Hertzbeat真的是个很优秀的项目,在项目部署方面,脚本和配置都非常规范,我自己写的很多项目都有借鉴 +* HertzBeat真的是个很优秀的项目,在项目部署方面,脚本和配置都非常规范,我自己写的很多项目都有借鉴 * 最重要的还是收获到了开源精神,大家在一个社区里面共同交流、进步 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-11-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-11-new-committer.md index 4a8e9e914e9..17b1c6394e5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-11-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-11-new-committer.md @@ -17,13 +17,13 @@ keywords: [open source monitoring system, alerting system] **Github ID: leo-934** -### 初识Hertzbeat +### 初识HertzBeat -2023年3月,我关注到了Hertzbeat的项目,于是直接给社区的Tom老哥发了邮件咨询是否可以加入,老哥很爽快的给了回复。刚好我当时正是大四时间比较充裕,就果断挑了一个issue解决,在hertzbeat有了第一个pull request。 +2023年3月,我关注到了HertzBeat的项目,于是直接给社区的Tom老哥发了邮件咨询是否可以加入,老哥很爽快的给了回复。刚好我当时正是大四时间比较充裕,就果断挑了一个issue解决,在hertzbeat有了第一个pull request。 ### 开始提交PR -在之后一段时间里,我花了一段时间阅读Hertzbeat的代码,又断断续续的交了几个pr。直到4月份,我了解到开源之夏相关活动,刚好Hertzbeat也在参加,所以提交了报名信息后便顺利入选。我的任务主要是负责实现一个推送方式的采集器,在编写代码的过程中,我得到了许多社区的郑晨鑫导师和Tom老哥帮助,最终能够顺利完成代码,整个过程还是比较顺利的。 +在之后一段时间里,我花了一段时间阅读HertzBeat的代码,又断断续续的交了几个pr。直到4月份,我了解到开源之夏相关活动,刚好HertzBeat也在参加,所以提交了报名信息后便顺利入选。我的任务主要是负责实现一个推送方式的采集器,在编写代码的过程中,我得到了许多社区的郑晨鑫导师和Tom老哥帮助,最终能够顺利完成代码,整个过程还是比较顺利的。 ### 开源贡献 @@ -35,7 +35,7 @@ keywords: [open source monitoring system, alerting system] - 接触到了很优秀的开源社区,提升了相关领域的技术水平。 -感谢Tom哥和我的ospp导师郑晨鑫,他们在我接触开源社区的过程中给出了许多帮助和建议。目前我仍然在社区中负责部分代码的开发,希望Hertzbeat以后可以越来越好! +感谢Tom哥和我的ospp导师郑晨鑫,他们在我接触开源社区的过程中给出了许多帮助和建议。目前我仍然在社区中负责部分代码的开发,希望HertzBeat以后可以越来越好! --- @@ -45,13 +45,13 @@ keywords: [open source monitoring system, alerting system] **河南师范大学大三学生** -### 初识Hertzbeat +### 初识HertzBeat 今年三月份,在小宝学长的影响下,对开源项目有了些许概念,并为后来学习开源项目奠定了基础,但由于当时只学习了一些Java基础,所以并没有再深入了解。 ### 开始提交PR -在今年七月份,基本完成Java框架开发的学习后,在小宝学长的鼓励下,我开始尝试拉取issue,并在7月20日提交了第一个PR。在此期间,也咨询了Hertzbeat作者和东风学长一些相关问题,实在感谢。 +在今年七月份,基本完成Java框架开发的学习后,在小宝学长的鼓励下,我开始尝试拉取issue,并在7月20日提交了第一个PR。在此期间,也咨询了HertzBeat作者和东风学长一些相关问题,实在感谢。 ### 开源贡献 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-05-09-hertzbeat-ospp-subject-introduction.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-05-09-hertzbeat-ospp-subject-introduction.md index c688b561dbb..f6278b83911 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-05-09-hertzbeat-ospp-subject-introduction.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-05-09-hertzbeat-ospp-subject-introduction.md @@ -1,4 +1,4 @@ -# 【开源之夏】Hertzbeat 课题介绍 +# 【开源之夏】HertzBeat 课题介绍 ## 什么是 HertzBeat ? diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md index 61b5689f665..295a7e2f1c7 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md @@ -8,11 +8,11 @@ 1. 升级Java环境 - 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 + 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为Java17时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**没有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的Java17。 - - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到Hertzbeat的解压目录下。 + - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到HertzBeat的解压目录下。 2. 升级数据库 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-15-hertzbeat-v1.6.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-15-hertzbeat-v1.6.0.md index 0bbd4516204..60a21e8725a 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-15-hertzbeat-v1.6.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-15-hertzbeat-v1.6.0.md @@ -47,7 +47,7 @@ keywords: [open source, monitoring, alerting] - HertzBeat is donated to the Apache Incubator. - migrate repo, clean up code, license, add more help doc and more - add dependency license doc -- [feature]Hertzbeat custom plugin. by @zqr10159 in #1973 +- [feature]HertzBeat custom plugin. by @zqr10159 in #1973 - [feature] add apache hugegraph monitor by @zhangshenghang in #1972 - [improve]\[HIP\] HIP-01: Implement refactoring AbstractCollect by @crossoverJie in #1966 - [feature] Support monitoring of OpenAI accounts by @zuobiao-zhou in #1947 @@ -281,10 +281,10 @@ keywords: [open source, monitoring, alerting] - [feature] add apache hugegraph monitor by @zhangshenghang in [https://github.com/apache/hertzbeat/pull/1972](https://github.com/apache/hertzbeat/pull/1972) - [improve] Implement cascading parameter list for SNMP protocol by @zuobiao-zhou in [https://github.com/apache/hertzbeat/pull/1976](https://github.com/apache/hertzbeat/pull/1976) - [improve] optimize DateUtil and add test case by @yuluo-yx in [https://github.com/apache/hertzbeat/pull/1974](https://github.com/apache/hertzbeat/pull/1974) -- [feature]Hertzbeat custom plugin. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1973](https://github.com/apache/hertzbeat/pull/1973) +- [feature]HertzBeat custom plugin. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1973](https://github.com/apache/hertzbeat/pull/1973) - update login page and status page color by @lwjxy in [https://github.com/apache/hertzbeat/pull/1977](https://github.com/apache/hertzbeat/pull/1977) - [chore] update code style and add some comment by @yuluo-yx in [https://github.com/apache/hertzbeat/pull/1975](https://github.com/apache/hertzbeat/pull/1975) -- [doc]Hertzbeat plugin doc. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1980](https://github.com/apache/hertzbeat/pull/1980) +- [doc]HertzBeat plugin doc. by @zqr10159 in [https://github.com/apache/hertzbeat/pull/1980](https://github.com/apache/hertzbeat/pull/1980) - [doc] update contributors and update status page style by @tomsun28 in [https://github.com/apache/hertzbeat/pull/1981](https://github.com/apache/hertzbeat/pull/1981) - [feature] Implement cascading parameter list by @zuobiao-zhou in [https://github.com/apache/hertzbeat/pull/1978](https://github.com/apache/hertzbeat/pull/1978) - [doc]update threshold alarm doc by @zhangshenghang in [https://github.com/apache/hertzbeat/pull/1983](https://github.com/apache/hertzbeat/pull/1983) diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-08-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-08-new-committer.md index 7ce05b0fab5..d77e08e1f7b 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-08-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-08-new-committer.md @@ -9,7 +9,7 @@ keywords: [open source monitoring system, alerting system] ![hertzBeat](/img/blog/new-committer.png) -### 初识 Apache Hertzbeat +### 初识 Apache HertzBeat 我第一次接触 Apache HertzBeat™ 项目是因为一个偶然的机会。当时,我正在寻找一个开源项目来监控我们公司相关服务。Apache HertzBeat™ 作为一个通用监控的项目,自然进入了我的视野。我开始通过阅读官方文档和浏览项目的代码库,来了解它的架构和功能。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-27-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-27-new-committer.md index 92e6c2f3240..69f4a70fa2b 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-27-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-27-new-committer.md @@ -9,30 +9,30 @@ keywords: [open source monitoring system, alerting system] ![hertzBeat](/img/blog/new-committer.png) -> 非常荣幸能成为Apache Hertzbeat的Committer +> 非常荣幸能成为Apache HertzBeat的Committer ## 个人介绍 本人自21年参与工作至今,一直从事Java后端开发工作。目前在一家互联网公司中参与融合通信中台的开发。 -## 初识 Apache Hertzbeat +## 初识 Apache HertzBeat -因工作的原因,在空闲时间里会研究学习开源框架的代码来提升自己。无意间萌生了为开源社区做贡献的想法,也正是这个时候在一篇文章中认识到了Hertzbeat。Hertzbeat与我在工作中接触到的Prometheus以及Skywalking不一样,其无需Agent以及可以通过yaml自定义监控的特性深深吸引了我。为方便进一步学习,我拉取了Hertzbeat源码并运行调试。 +因工作的原因,在空闲时间里会研究学习开源框架的代码来提升自己。无意间萌生了为开源社区做贡献的想法,也正是这个时候在一篇文章中认识到了HertzBeat。HertzBeat与我在工作中接触到的Prometheus以及Skywalking不一样,其无需Agent以及可以通过yaml自定义监控的特性深深吸引了我。为方便进一步学习,我拉取了HertzBeat源码并运行调试。 ## 第一个PR -说来也奇怪,在CONTRIBUTING文档的指引下,我尝试去启动Hertzbeat但没有成功,启动报错显示Node.js版本至少需要18以上。也正是因为如此,我修改了CONTRIBUTING文档并提交,最终促成了我的第一个PR。 +说来也奇怪,在CONTRIBUTING文档的指引下,我尝试去启动HertzBeat但没有成功,启动报错显示Node.js版本至少需要18以上。也正是因为如此,我修改了CONTRIBUTING文档并提交,最终促成了我的第一个PR。 ## 持续贡献 -随着阅读文档和源码,我越来越熟悉Hertzbeat,除了完善文档及修复bug以外,还接入了DNS和注册中心监控。在完成了注册中心监控后,便着手开始更有挑战性的http_sd新特性开发。 +随着阅读文档和源码,我越来越熟悉HertzBeat,除了完善文档及修复bug以外,还接入了DNS和注册中心监控。在完成了注册中心监控后,便着手开始更有挑战性的http_sd新特性开发。 ## 收获 -回顾一路以来的贡献,即使一开始只是最简单的订正文档与文档翻译,社区也是十分欢迎,让我深刻感受到了这个社区的包容性。后来在开发http_sd新特性的时候,与作者tom的交流也让我更进一步了解Hertzbeat整体的架构以及职责划分,最终也能完成这个新特性。 +回顾一路以来的贡献,即使一开始只是最简单的订正文档与文档翻译,社区也是十分欢迎,让我深刻感受到了这个社区的包容性。后来在开发http_sd新特性的时候,与作者tom的交流也让我更进一步了解HertzBeat整体的架构以及职责划分,最终也能完成这个新特性。 -同时,在阅读Hertzbeat源码期间,学习到了很多代码写法以及技术点的实际应用,对我个人的成长也是非常有帮助的。 +同时,在阅读HertzBeat源码期间,学习到了很多代码写法以及技术点的实际应用,对我个人的成长也是非常有帮助的。 ## 结语 -成为Apache Hertzbeat的Committer于我而言是一次很有趣的经历,无时无刻都在激励着我。今后我也会持续对Apache Hertzbeat社区贡献下去,也希望Apache Hertzbeat能顺利从孵化器毕业。 +成为Apache HertzBeat的Committer于我而言是一次很有趣的经历,无时无刻都在激励着我。今后我也会持续对Apache HertzBeat社区贡献下去,也希望Apache HertzBeat能顺利从孵化器毕业。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-28-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-28-new-committer.md index 69a5c90835d..14a603a8cc9 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-28-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-28-new-committer.md @@ -9,25 +9,25 @@ keywords: [open source monitoring system, alerting system] ![hertzBeat](/img/blog/new-committer.png) -> 非常荣幸能成为Apache Hertzbeat的Committer +> 非常荣幸能成为Apache HertzBeat的Committer > ## 个人介绍 本人是2023年毕业,目前在一家互联网公司担任java开发工程师。 -## 初识 Apache Hertzbeat +## 初识 Apache HertzBeat 毕业之后,工作了半年,萌生出接触开源的想法。然而,在 GitHub 上搜索开源项目时,发现诸多社区活跃度欠佳,官方文档也不完善,致使项目上手难度颇大,因此开源之事暂且搁置。 -某天,在某平台看到小宝大佬的一个帖子,我瞬间兴趣盎然,随即私聊小宝,咨询开源相关事宜。小宝大佬极其热情且细致地为我讲解了不少开源方面的情况,并向我推荐了 Hertzbeat 这个项目。 +某天,在某平台看到小宝大佬的一个帖子,我瞬间兴趣盎然,随即私聊小宝,咨询开源相关事宜。小宝大佬极其热情且细致地为我讲解了不少开源方面的情况,并向我推荐了 HertzBeat 这个项目。 ## 第一个PR -我down了 Hertzbeat 的源码,并按照文档进行编译和测试,然后在页面点击功能的时候发现了一个前端弹窗的bug,所以我提交了自己的第一个issue,并且我成功认领了此issue +我down了 HertzBeat 的源码,并按照文档进行编译和测试,然后在页面点击功能的时候发现了一个前端弹窗的bug,所以我提交了自己的第一个issue,并且我成功认领了此issue 于是开启了我的第一个PR。 ## 持续贡献 -在提交第一个 PR 之后,我持续关注 Hertzbeat 社区的 issue ,且尝试去解决当中存在的问题。相继完成了微信指定艾特人、接入 AI 、添加 PrestoDB 监控器、Bug 修改以及官网文档贡献等工作。 +在提交第一个 PR 之后,我持续关注 HertzBeat 社区的 issue ,且尝试去解决当中存在的问题。相继完成了微信指定艾特人、接入 AI 、添加 PrestoDB 监控器、Bug 修改以及官网文档贡献等工作。 ## 收获 @@ -35,4 +35,4 @@ keywords: [open source monitoring system, alerting system] ## 结语 -成为Apache Hertzbeat的Committer于我而言是很有意义对事情,今后我也会持续对Apache Hertzbeat社区贡献下去,也希望Apache Hertzbeat能顺利从孵化器毕业,希望社区越来越好。 +成为Apache HertzBeat的Committer于我而言是很有意义对事情,今后我也会持续对Apache HertzBeat社区贡献下去,也希望Apache HertzBeat能顺利从孵化器毕业,希望社区越来越好。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-29-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-29-new-committer.md index 9e13d8e63fd..fe607d839a0 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-29-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-07-29-new-committer.md @@ -9,7 +9,7 @@ keywords: [open source monitoring system, alerting system] ![hertzBeat](/img/blog/new-committer.png) -> 非常荣幸能成为Apache Hertzbeat的Committer +> 非常荣幸能成为Apache HertzBeat的Committer ## 成为更强大团队的一份子:我的贡献与成长 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-18-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-18-new-committer.md index b0bfc00bda7..fede8cb68a0 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-18-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-18-new-committer.md @@ -4,7 +4,7 @@ author: yuluo-yx author_title: Shown Ji author_url: https://github.com/yuluo-yx tags: [opensource, practice] -keywords: [open source monitoring system, alerting system, Apache, Apache Committer, Hertzbeat] +keywords: [open source monitoring system, alerting system, Apache, Apache Committer, HertzBeat] --- ## 我的开源历程 @@ -29,11 +29,11 @@ Apache 软件基金会起初是由开发 [Apache HTTPd](https://httpd.apache.org ### 第一次贡献 -在 Apache 社区中的第一次贡献应该是给 Dubbo 项目删除了一个 `{@link}` 代码链接。说来惭愧,[Dubbo](https://github.com/apache/dubbo) 是我参与 Apache 的第一个开源项目,到现在为止仅有 6 个提交。5 月份的时候通过 [Rick](https://github.com/LinuxSuRen) 接触到了 [Apache Hertzbeat](https://github.com/apache/hertzbeat) 项目,从单元测试开始了我的 Apache 贡献之路。 +在 Apache 社区中的第一次贡献应该是给 Dubbo 项目删除了一个 `{@link}` 代码链接。说来惭愧,[Dubbo](https://github.com/apache/dubbo) 是我参与 Apache 的第一个开源项目,到现在为止仅有 6 个提交。5 月份的时候通过 [Rick](https://github.com/LinuxSuRen) 接触到了 [Apache HertzBeat](https://github.com/apache/hertzbeat) 项目,从单元测试开始了我的 Apache 贡献之路。 ### 获得提名,成为 Committer -此次提名是 Apache Hertzbeat 的 PPMC Member [Logic](https://github.com/zqr10159) 举荐的,感谢 Apache HertzBeat™ Team。顺利提名成为了 Hertzbeat Committer,有了自己的 Apache 邮箱。 +此次提名是 Apache HertzBeat 的 PPMC Member [Logic](https://github.com/zqr10159) 举荐的,感谢 Apache HertzBeat™ Team。顺利提名成为了 HertzBeat Committer,有了自己的 Apache 邮箱。 ![Apache ID Email](/img/blog/committer/yuluo-yx/3.jpg) @@ -92,4 +92,4 @@ Apache Community 奉行的 [The Apache Way](https://www.apache.org/theapacheway/ ## 随想 写下此文,是为了纪念成为 Apache HertzBeat™ Committer 这个特殊的事情, 同时也是对我之后参与开源的激励。 -保持热情,保持 Coding。感谢在参与开源的时候给与我帮助的各位。也祝 Hertzbeat 顺利孵化毕业,成为 Apache 顶级项目!🎉 +保持热情,保持 Coding。感谢在参与开源的时候给与我帮助的各位。也祝 HertzBeat 顺利孵化毕业,成为 Apache 顶级项目!🎉 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-31-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-31-new-committer.md index b2d215f6867..63f252588b0 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-31-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-08-31-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-09-10-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-09-10-new-committer.md index dee2df352fb..7f94261fbd7 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-09-10-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-09-10-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- @@ -18,9 +18,9 @@ keywords: 大家好,我是张宇轩,是来自北京工业大学的一名研究生,非常荣幸能够成为 Apache HertzBeat™ 项目的 Committer。 -## 我与 Apache Hertzbeat +## 我与 Apache HertzBeat -我是通过今年夏天的[开源之夏](https://summer-ospp.ac.cn/)活动了解到了 Hertzbeat 这个项目,项目介绍中的“无需 Agent”、“全 web 页面操作”让我很惊喜,我心想这么轻轻松松就能实现监控了?当时我们实验室刚好新配了一台服务器,正好可以用这个项目进行监控。 +我是通过今年夏天的[开源之夏](https://summer-ospp.ac.cn/)活动了解到了 HertzBeat 这个项目,项目介绍中的“无需 Agent”、“全 web 页面操作”让我很惊喜,我心想这么轻轻松松就能实现监控了?当时我们实验室刚好新配了一台服务器,正好可以用这个项目进行监控。 项目还支持 Docker 一键部署,简直是无痛上手。清新的界面也是让我眼前一亮。在使用后,我深深的被项目简单易用、监控类型全面的特点吸引,并且项目中的 Issue 和 PR 都会被快速响应,这让我想要进一步参与到项目的开发。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-11-09-hertzbeat-v1.6.1.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-11-09-hertzbeat-v1.6.1.md index af0e9250e78..77f97e525a8 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-11-09-hertzbeat-v1.6.1.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-11-09-hertzbeat-v1.6.1.md @@ -26,7 +26,7 @@ keywords: [open source monitoring system, alerting system] - **自定义监控菜单**:监控模板现在支持自定义主菜单。 - **NebulaGraph支持**:新增对`ngql`查询NebulaGraph监控数据的支持。 - **短信功能**:支持通过阿里云发送短信。 -- **Docker支持**:提供通过Docker Compose运行Hertzbeat的支持。 +- **Docker支持**:提供通过Docker Compose运行HertzBeat的支持。 ### Bug 修复 @@ -64,7 +64,7 @@ keywords: [open source monitoring system, alerting system] > LinuxSuRen, transactional, JavaProgrammerLB, westboy, xuziyang, makechoicenow, crossoverJie, xfl12345, boatrainlsz, lw-yang, tomsun28, Alanxtl, Aias00, Clownsw, zhangshenghang, zqr10159, LiuTianyou, handy-git, hudongdong129, dukbong, 15613060203, yqxxgh, miki-hmt, PeixyJ, allcontributors, Ceilzcx, lwjxy, starmilkxin, leo-934, zuobiao-zhou, tomorrowshipyltm, LLP2333, lwqzz, wang1027-wqh, gjjjj0101, ZY945, yuluo-yx, HeartLinked, alpha951, Hi-Mr-Wind, TJxiaobao, YxYL6125, MananPoojara, a-little-fool, Pzz-2021, Yanshuming1, Thespica, Calvin979, WinterKi1ler > -## Apache Hertzbeat +## Apache HertzBeat **仓库地址:** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-03-10-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-03-10-new-committer.md index 96b973df57d..d89fbbb2e5c 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-03-10-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-03-10-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- 🎉 大家好,很高兴收到 Apache HertzBeat™ 社区的邀请,正式成为项目的 Committer! diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-10-hertzbeat-v1.7.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-10-hertzbeat-v1.7.0.md index 18d691204c3..bb8c3cf2adb 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-10-hertzbeat-v1.7.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-10-hertzbeat-v1.7.0.md @@ -4,7 +4,7 @@ author: tomsun28 author_title: tomsun28 author_url: https://github.com/zhangshenghang tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- 亲爱的社区小伙伴们, @@ -289,7 +289,7 @@ keywords: [open source monitoring system, alerting system, Hertzbeat, release] * [improve] update notice copyright years by @tomsun28 in https://github.com/apache/hertzbeat/pull/3171 ``` -## Apache Hertzbeat +## Apache HertzBeat **仓库地址:** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-07-hertzbeat-v1.7.2.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-07-hertzbeat-v1.7.2.md index b5bb8a7c3b2..234521fb51f 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-07-hertzbeat-v1.7.2.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-07-hertzbeat-v1.7.2.md @@ -4,7 +4,7 @@ author: tomsun28 author_title: tomsun28 author_url: https://github.com/zhangshenghang tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- 亲爱的社区小伙伴们, @@ -166,7 +166,7 @@ keywords: [open source monitoring system, alerting system, Hertzbeat, release] * [release] release new version 1.7.2 by @tomsun28 in https://github.com/apache/hertzbeat/pull/3510 ``` -## Apache Hertzbeat +## Apache HertzBeat **仓库地址:** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-11-new-committer.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-11-new-committer.md index 79d6b4c4433..842da5790be 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-11-new-committer.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-07-11-new-committer.md @@ -10,7 +10,7 @@ keywords: alerting system, Apache, Apache Committer, - Hertzbeat, + HertzBeat, ] --- diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-08-24-hertzbeat-graduation.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-08-24-hertzbeat-graduation.md index bc89bbee991..2ddf951ecc1 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-08-24-hertzbeat-graduation.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-08-24-hertzbeat-graduation.md @@ -53,7 +53,7 @@ tags: [opensource, apache] #### **二、技术里程碑** -在孵化期间,Hertzbeat 始终保持着积极的研发与迭代节奏,多个版本相继发布,为用户带来了更丰富功能、更稳定性能和更优质体验。 +在孵化期间,HertzBeat 始终保持着积极的研发与迭代节奏,多个版本相继发布,为用户带来了更丰富功能、更稳定性能和更优质体验。 - 发布 5 个 ASF 合规版本(1.6.0 - 1.7.2) - 特性增强简要: @@ -66,11 +66,11 @@ tags: [opensource, apache] - **国际化支持** - 新增日语/繁体中文等多语言界面 - **数据处理增强** - 支持SQL/PromQL表达式语法分析,使用Apache Arrow改造数据流动等 -这些版本的持续迭代,充分彰显 Hertzbeat 对技术的执着追求和对用户需求的高度重视。每一次版本发布,都是 Hertzbeat 成长路上的坚实脚印,为用户带来更强大、更易用的监控体验。 +这些版本的持续迭代,充分彰显 HertzBeat 对技术的执着追求和对用户需求的高度重视。每一次版本发布,都是 HertzBeat 成长路上的坚实脚印,为用户带来更强大、更易用的监控体验。 #### **3. 社区发展** -在 Apache 孵化期间,Hertzbeat 严格践行 Apache Way: +在 Apache 孵化期间,HertzBeat 严格践行 Apache Way: - **平等贡献与权威积累**:所有开发者平等参与,凭借代码贡献、文档完善、问题解答等,逐步积累声誉,获取如代码仓库提交权限。 - **开放透明交流**:平等交流、共同决策,借助邮件列表公开探讨技术选型、版本规划等,交流记录存档可查。成员无论何时何地都能参与,新成员也能借此快速融入。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-09-06-hertzbeat-v1.7.3.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-09-06-hertzbeat-v1.7.3.md index 12b1b08bbb1..cda1037c4ec 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-09-06-hertzbeat-v1.7.3.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-09-06-hertzbeat-v1.7.3.md @@ -4,7 +4,7 @@ author: LiuTianyou author_title: LiuTianyou author_url: https://github.com/LiuTianyou tags: [opensource, release] -keywords: [open source monitoring system, alerting system, Hertzbeat, release] +keywords: [open source monitoring system, alerting system, HertzBeat, release] --- 亲爱的社区小伙伴们, @@ -227,7 +227,7 @@ keywords: [open source monitoring system, alerting system, Hertzbeat, release] - @tuzuy made their first contribution in [https://github.com/apache/hertzbeat/pull/3668](https://github.com/apache/hertzbeat/pull/3668) - @carlpinto25 made their first contribution in [https://github.com/apache/hertzbeat/pull/3726](https://github.com/apache/hertzbeat/pull/3726) -## Apache Hertzbeat +## Apache HertzBeat **仓库地址:** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2026-02-05-hertzbeat-v1.8.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2026-02-05-hertzbeat-v1.8.0.md index b8fe44b09a1..f68bc018591 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2026-02-05-hertzbeat-v1.8.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2026-02-05-hertzbeat-v1.8.0.md @@ -4,7 +4,7 @@ author: Apache HertzBeat Community author_title: Apache HertzBeat 社区 author_url: https://github.com/apache/hertzbeat tags: [开源, 发布, v1.8.0] -keywords: [开源监控系统, 告警系统, Hertzbeat, 发布, v1.8.0, Apache] +keywords: [开源监控系统, 告警系统, HertzBeat, 发布, v1.8.0, Apache] --- 亲爱的社区成员们, diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md index 2876819ac71..cab0bbc8e50 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-hertzbeat.md @@ -75,9 +75,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md index 23e33fe0fb9..3de23d9c90c 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-http-example-token.md @@ -53,9 +53,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -120,9 +120,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -258,9 +258,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-push.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-push.md index 267881c8ca4..1694306c4f9 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-push.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-push.md @@ -4,7 +4,7 @@ title: Push Style Custom Monitoring sidebar_label: Push Style Custom Monitoring --- -> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 Hertzbeat。 +> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 HertzBeat。 > 下面我们将介绍如何使用这一功能。 ### 推送方式监控的采集流程 @@ -17,7 +17,7 @@ HertzBeat会使用用户添加新监控时配置的格式来解析数据。 ### 创建监控步骤 -HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(Hertzbeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 +HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(HertzBeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 --- diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md index 45e73dd0e92..2d8fd52eab5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/advanced/extend-tutorial.md @@ -79,9 +79,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/document.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/document.md index 43bbe4972a6..71082147aea 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/document.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/document.md @@ -46,7 +46,7 @@ git clone git@github.com:/hertzbeat.git ## 文档格式检验 -在 Apache Hertzbeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 +在 Apache HertzBeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 在您编写了相关 MD 文章之后,您可以在本地执行以下命令,预先检查 MD 的文章内容是否符合要求,减少 review 的工作量,节省您的时间: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md index 7f932292582..aa4cb00058d 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md @@ -405,7 +405,7 @@ hi, i accept. Thanks for invitaion. **发送模板** - 主题:`Accept to become a Hertzbeat committer` + 主题:`Accept to become a HertzBeat committer` 正文: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alarm_inhibit.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alarm_inhibit.md index 9fe651ec4a9..b36ab6907b4 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alarm_inhibit.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alarm_inhibit.md @@ -23,7 +23,7 @@ keywords: [ 开源监控系统, 告警收敛, 告警抑制 ] ## 示例 -场景: 使用 Hertzbeat 监控 两个 Centos 服务器 192.168.1.1 和 192.168.1.2,和部署在两个服务器上的 Redis 服务 Redis-1 和 Redis-2。 +场景: 使用 HertzBeat 监控 两个 Centos 服务器 192.168.1.1 和 192.168.1.2,和部署在两个服务器上的 Redis 服务 Redis-1 和 Redis-2。 并配置如下阈值规则: - 监控 Centos Linux /监控可用性。绑定标签 `server-status:down` diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alert_sms.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alert_sms.md index e0005880905..c40a7b8e2b6 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alert_sms.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/alert_sms.md @@ -193,7 +193,7 @@ alerter: > 短信模板格式固定如下:“Instance: {}, Priority: {}, Content: {}” - 现在,您可以在您的 Hertzbeat 应用程序中配置这些信息. + 现在,您可以在您的 HertzBeat 应用程序中配置这些信息. 现在您可以把这些信息配置到您的hertzbeat应用中。 @@ -222,7 +222,7 @@ alerter: - 复制显示的访问密钥 - 然后你就可以配置 `application.yml` 文件了 -现在你可以在你的 Hertzbeat 应用程序中配置这些信息。 +现在你可以在你的 HertzBeat 应用程序中配置这些信息。 ## 操作步骤 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_datanode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_datanode.md index 5fe981ddaff..7057c221ddd 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_datanode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS DataNode监控] --- -> Hertzbeat 对 Apache HDFS DataNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS DataNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_namenode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_namenode.md index 46d69e5e2b4..1ac2cc63cbc 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_namenode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS NameNode监控] --- -> Hertzbeat 对 Apache HDFS NameNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS NameNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/linux_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/linux_script.md index ca224edb372..e4ea69ad297 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/linux_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Linux 操 ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/risc-v.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/risc-v.md index 50b7da7a250..2b9d6e15ab6 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/risc-v.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/risc-v.md @@ -79,7 +79,7 @@ java -version ## 运行 HertzBeat -> 在 [Hertzbeat官网](https://hertzbeat.apache.org/zh-cn/docs/download/) 下载安装包,并按照官网部署教程运行即可,以 1.7.2 版本为例。 +> 在 [HertzBeat官网](https://hertzbeat.apache.org/zh-cn/docs/download/) 下载安装包,并按照官网部署教程运行即可,以 1.7.2 版本为例。 ```shell cd apache-hertzbeat-1.7.2-incubating-bin/bin/ diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/windows_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/windows_script.md index d469b035943..c721d7a2bc5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/windows_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Windows ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/yarn.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/yarn.md index 6694aff14fe..c0545a57afb 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/yarn.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [大数据监控系统, Apache Yarn监控, 资源管理器监控] --- -> Hertzbeat 对 Apache Yarn 节点监控指标进行监控。 +> HertzBeat 对 Apache Yarn 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md index f41e6b85af3..ce9397d5ede 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md @@ -14,11 +14,11 @@ sidebar_label: 1.6.0 升级指南 1. 升级Java环境 - 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 + 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为Java17时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**没有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的Java17。 - - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到Hertzbeat的解压目录下。 + - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到HertzBeat的解压目录下。 2. 升级数据库 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/linux-os-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/linux-os-practice.md index fa67cc8fe02..698a337ef52 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/linux-os-practice.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/linux-os-practice.md @@ -4,7 +4,7 @@ title: Linux 操作系统监控案例 sidebar_label: Linux 操作系统监控案例 --- -这篇文章介绍如何使用 Hertzbeat 监控系统对Linux操作系统的通用性能指标进行采集监控,并在文件系统使用率过高时给我们发告警消息。 +这篇文章介绍如何使用 HertzBeat 监控系统对Linux操作系统的通用性能指标进行采集监控,并在文件系统使用率过高时给我们发告警消息。 ## HertzBeat 是什么 @@ -89,6 +89,6 @@ github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbea ## 总结 -监控 Linux 操作系统的实践就到这里,当然对 Hertzbeat 来说这个功能只是冰山一角,如果您觉得 Hertzbeat 这个开源项目不错的话欢迎给我们 Star 哦,非常感谢各位的支持! +监控 Linux 操作系统的实践就到这里,当然对 HertzBeat 来说这个功能只是冰山一角,如果您觉得 HertzBeat 这个开源项目不错的话欢迎给我们 Star 哦,非常感谢各位的支持! **Github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbeat)** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/tdengine-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/tdengine-practice.md index a13f950d750..6228026c503 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/tdengine-practice.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/tdengine-practice.md @@ -8,7 +8,7 @@ sidebar_label: TDengine 监控案例 TDengine TSDB 是一款 开源、高性能、云原生 的时序数据库(Time Series Database, TSDB, 它专为物联网、车联网、工业互联网、金融、IT 运维等场景优化设计。同时它还带有内建的缓存、流式计算、数据订阅等系统功能,能大幅减少系统设计的复杂度,降低研发和运营成本,是一款极简的时序数据处理平台。 ::: -这篇文章介绍如何使用 Hertzbeat 监控系统对 TDengine 通用性能指标进行采集监控 +这篇文章介绍如何使用 HertzBeat 监控系统对 TDengine 通用性能指标进行采集监控 ## HertzBeat 是什么 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md index ca260b45dab..487ac95337a 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md @@ -75,9 +75,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-token.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-token.md index 23e33fe0fb9..3de23d9c90c 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-token.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-http-example-token.md @@ -53,9 +53,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -120,9 +120,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -258,9 +258,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-push.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-push.md index 267881c8ca4..1694306c4f9 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-push.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-push.md @@ -4,7 +4,7 @@ title: Push Style Custom Monitoring sidebar_label: Push Style Custom Monitoring --- -> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 Hertzbeat。 +> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 HertzBeat。 > 下面我们将介绍如何使用这一功能。 ### 推送方式监控的采集流程 @@ -17,7 +17,7 @@ HertzBeat会使用用户添加新监控时配置的格式来解析数据。 ### 创建监控步骤 -HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(Hertzbeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 +HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(HertzBeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 --- diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-tutorial.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-tutorial.md index 3d3c1542d9f..08db26eef21 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-tutorial.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/advanced/extend-tutorial.md @@ -79,9 +79,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/document.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/document.md index f6395b03d73..4aafa835dbe 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/document.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/document.md @@ -46,7 +46,7 @@ git clone git@github.com:/hertzbeat.git ## 文档格式检验 -在 Apache Hertzbeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 +在 Apache HertzBeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 在您编写了相关 MD 文章之后,您可以在本地执行以下命令,预先检查 MD 的文章内容是否符合要求,减少 review 的工作量,节省您的时间: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/new_committer_process.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/new_committer_process.md index d23d3dbb0b6..fed1d3a9fb1 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/new_committer_process.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/community/new_committer_process.md @@ -402,7 +402,7 @@ hi, i accept. Thanks for invitaion. **发送模板** - 主题:`Accept to become a Hertzbeat committer` + 主题:`Accept to become a HertzBeat committer` 正文: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/alert_sms.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/alert_sms.md index 7477eeaedd1..09e87400706 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/alert_sms.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/alert_sms.md @@ -193,7 +193,7 @@ alerter: > 短信模板格式固定如下:“Instance: {}, Priority: {}, Content: {}” - 现在,您可以在您的 Hertzbeat 应用程序中配置这些信息. + 现在,您可以在您的 HertzBeat 应用程序中配置这些信息. 现在您可以把这些信息配置到您的hertzbeat应用中。 @@ -222,7 +222,7 @@ alerter: - 复制显示的访问密钥 - 然后你就可以配置 `application.yml` 文件了 -现在你可以在你的 Hertzbeat 应用程序中配置这些信息。 +现在你可以在你的 HertzBeat 应用程序中配置这些信息。 ## 操作步骤 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_datanode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_datanode.md index 5fe981ddaff..7057c221ddd 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_datanode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS DataNode监控] --- -> Hertzbeat 对 Apache HDFS DataNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS DataNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_namenode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_namenode.md index 46d69e5e2b4..1ac2cc63cbc 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_namenode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS NameNode监控] --- -> Hertzbeat 对 Apache HDFS NameNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS NameNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/linux_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/linux_script.md index ca224edb372..e4ea69ad297 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/linux_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Linux 操 ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/windows_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/windows_script.md index d469b035943..c721d7a2bc5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/windows_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Windows ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/yarn.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/yarn.md index 6694aff14fe..c0545a57afb 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/yarn.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [大数据监控系统, Apache Yarn监控, 资源管理器监控] --- -> Hertzbeat 对 Apache Yarn 节点监控指标进行监控。 +> HertzBeat 对 Apache Yarn 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/package-deploy.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/package-deploy.md index b94f36b04a2..eb13618a81e 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/package-deploy.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/package-deploy.md @@ -6,11 +6,11 @@ sidebar_label: 安装包方式安装 :::tip Apache HertzBeat 支持在Linux Windows Mac系统安装运行,CPU支持X86/ARM64。 -由于1.6.0及以后版本使用 `Java 17` ,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 +由于1.6.0及以后版本使用 `Java 17` ,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为 `Java 17` 时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为 `Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**没有**其他应用需要低版本 `Java` ,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的`Java 17`。 -- 当你的服务器中默认环境变量不为`Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**有**其他应用需要低版本 `Java` ,你不想更改环境变量,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为`java`,复制到Hertzbeat的解压目录下。 +- 当你的服务器中默认环境变量不为`Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**有**其他应用需要低版本 `Java` ,你不想更改环境变量,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为`java`,复制到HertzBeat的解压目录下。 ::: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/update-1.6.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/update-1.6.0.md index 70015b22d78..ffdcee504ae 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/update-1.6.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.6.x/start/update-1.6.0.md @@ -14,11 +14,11 @@ sidebar_label: 1.6.0升级指南 1. 升级Java环境 - 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 + 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为Java17时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**没有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的Java17。 - - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到Hertzbeat的解压目录下。 + - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到HertzBeat的解压目录下。 2. 升级数据库 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md index 2876819ac71..cab0bbc8e50 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md @@ -75,9 +75,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-token.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-token.md index 23e33fe0fb9..3de23d9c90c 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-token.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-http-example-token.md @@ -53,9 +53,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -120,9 +120,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -258,9 +258,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-push.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-push.md index 267881c8ca4..1694306c4f9 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-push.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-push.md @@ -4,7 +4,7 @@ title: Push Style Custom Monitoring sidebar_label: Push Style Custom Monitoring --- -> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 Hertzbeat。 +> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 HertzBeat。 > 下面我们将介绍如何使用这一功能。 ### 推送方式监控的采集流程 @@ -17,7 +17,7 @@ HertzBeat会使用用户添加新监控时配置的格式来解析数据。 ### 创建监控步骤 -HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(Hertzbeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 +HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(HertzBeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 --- diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-tutorial.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-tutorial.md index 45e73dd0e92..2d8fd52eab5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-tutorial.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/advanced/extend-tutorial.md @@ -79,9 +79,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/document.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/document.md index 43bbe4972a6..71082147aea 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/document.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/document.md @@ -46,7 +46,7 @@ git clone git@github.com:/hertzbeat.git ## 文档格式检验 -在 Apache Hertzbeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 +在 Apache HertzBeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 在您编写了相关 MD 文章之后,您可以在本地执行以下命令,预先检查 MD 的文章内容是否符合要求,减少 review 的工作量,节省您的时间: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/new_committer_process.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/new_committer_process.md index 7f932292582..aa4cb00058d 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/new_committer_process.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/community/new_committer_process.md @@ -405,7 +405,7 @@ hi, i accept. Thanks for invitaion. **发送模板** - 主题:`Accept to become a Hertzbeat committer` + 主题:`Accept to become a HertzBeat committer` 正文: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alarm_inhibit.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alarm_inhibit.md index 9fe651ec4a9..b36ab6907b4 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alarm_inhibit.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alarm_inhibit.md @@ -23,7 +23,7 @@ keywords: [ 开源监控系统, 告警收敛, 告警抑制 ] ## 示例 -场景: 使用 Hertzbeat 监控 两个 Centos 服务器 192.168.1.1 和 192.168.1.2,和部署在两个服务器上的 Redis 服务 Redis-1 和 Redis-2。 +场景: 使用 HertzBeat 监控 两个 Centos 服务器 192.168.1.1 和 192.168.1.2,和部署在两个服务器上的 Redis 服务 Redis-1 和 Redis-2。 并配置如下阈值规则: - 监控 Centos Linux /监控可用性。绑定标签 `server-status:down` diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alert_sms.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alert_sms.md index fcdfb858707..75682417513 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alert_sms.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alert_sms.md @@ -193,7 +193,7 @@ alerter: > 短信模板格式固定如下:“Instance: {}, Priority: {}, Content: {}” - 现在,您可以在您的 Hertzbeat 应用程序中配置这些信息. + 现在,您可以在您的 HertzBeat 应用程序中配置这些信息. 现在您可以把这些信息配置到您的hertzbeat应用中。 @@ -222,7 +222,7 @@ alerter: - 复制显示的访问密钥 - 然后你就可以配置 `application.yml` 文件了 -现在你可以在你的 Hertzbeat 应用程序中配置这些信息。 +现在你可以在你的 HertzBeat 应用程序中配置这些信息。 ## 操作步骤 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_datanode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_datanode.md index 5fe981ddaff..7057c221ddd 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_datanode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS DataNode监控] --- -> Hertzbeat 对 Apache HDFS DataNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS DataNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_namenode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_namenode.md index 46d69e5e2b4..1ac2cc63cbc 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_namenode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS NameNode监控] --- -> Hertzbeat 对 Apache HDFS NameNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS NameNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/linux_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/linux_script.md index ca224edb372..e4ea69ad297 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/linux_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Linux 操 ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/risc-v.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/risc-v.md index 36cb6b1790e..24e45ccef19 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/risc-v.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/risc-v.md @@ -79,7 +79,7 @@ java -version ## 运行 HertzBeat -> 在 [Hertzbeat官网](https://hertzbeat.apache.org/zh-cn/docs/download/) 下载安装包,并按照官网部署教程运行即可,以 1.7.2 版本为例。 +> 在 [HertzBeat官网](https://hertzbeat.apache.org/zh-cn/docs/download/) 下载安装包,并按照官网部署教程运行即可,以 1.7.2 版本为例。 ```shell cd apache-hertzbeat-1.7.2-incubating-bin/bin/ diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/windows_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/windows_script.md index d469b035943..c721d7a2bc5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/windows_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Windows ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/yarn.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/yarn.md index 6694aff14fe..c0545a57afb 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/yarn.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [大数据监控系统, Apache Yarn监控, 资源管理器监控] --- -> Hertzbeat 对 Apache Yarn 节点监控指标进行监控。 +> HertzBeat 对 Apache Yarn 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/package-deploy.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/package-deploy.md index d55c0476cd3..8d201819f40 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/package-deploy.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/package-deploy.md @@ -6,11 +6,11 @@ sidebar_label: 安装包方式安装 :::tip Apache HertzBeat™ 支持在Linux Windows Mac系统安装运行,CPU支持X86/ARM64。 -由于1.6.0及以后版本使用 `Java 17` ,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 +由于1.6.0及以后版本使用 `Java 17` ,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为 `Java 17` 时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为 `Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**没有**其他应用需要低版本 `Java` ,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的`Java 17`。 -- 当你的服务器中默认环境变量不为`Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**有**其他应用需要低版本 `Java` ,你不想更改环境变量,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为`java`,复制到Hertzbeat的解压目录下。 +- 当你的服务器中默认环境变量不为`Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**有**其他应用需要低版本 `Java` ,你不想更改环境变量,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为`java`,复制到HertzBeat的解压目录下。 ::: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/update-1.6.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/update-1.6.0.md index f41e6b85af3..ce9397d5ede 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/update-1.6.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/update-1.6.0.md @@ -14,11 +14,11 @@ sidebar_label: 1.6.0 升级指南 1. 升级Java环境 - 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 + 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为Java17时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**没有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的Java17。 - - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到Hertzbeat的解压目录下。 + - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到HertzBeat的解压目录下。 2. 升级数据库 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/linux-os-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/linux-os-practice.md index da446a0de61..48d51421dc5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/linux-os-practice.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/linux-os-practice.md @@ -4,7 +4,7 @@ title: Linux 操作系统监控案例 sidebar_label: Linux 操作系统监控案例 --- -这篇文章介绍如何使用 Hertzbeat 监控系统对Linux操作系统的通用性能指标进行采集监控,并在文件系统使用率过高时给我们发告警消息。 +这篇文章介绍如何使用 HertzBeat 监控系统对Linux操作系统的通用性能指标进行采集监控,并在文件系统使用率过高时给我们发告警消息。 ## HertzBeat 是什么 @@ -89,6 +89,6 @@ github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbea ## 总结 -监控 Linux 操作系统的实践就到这里,当然对 Hertzbeat 来说这个功能只是冰山一角,如果您觉得 Hertzbeat 这个开源项目不错的话欢迎给我们 Star 哦,非常感谢各位的支持! +监控 Linux 操作系统的实践就到这里,当然对 HertzBeat 来说这个功能只是冰山一角,如果您觉得 HertzBeat 这个开源项目不错的话欢迎给我们 Star 哦,非常感谢各位的支持! **Github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbeat)** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/tdengine-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/tdengine-practice.md index 630993fe2e6..5fe1e5e49ac 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/tdengine-practice.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/start/usecase/tdengine-practice.md @@ -8,7 +8,7 @@ sidebar_label: TDengine 监控案例 TDengine TSDB 是一款 开源、高性能、云原生 的时序数据库(Time Series Database, TSDB, 它专为物联网、车联网、工业互联网、金融、IT 运维等场景优化设计。同时它还带有内建的缓存、流式计算、数据订阅等系统功能,能大幅减少系统设计的复杂度,降低研发和运营成本,是一款极简的时序数据处理平台。 ::: -这篇文章介绍如何使用 Hertzbeat 监控系统对 TDengine 通用性能指标进行采集监控 +这篇文章介绍如何使用 HertzBeat 监控系统对 TDengine 通用性能指标进行采集监控 ## HertzBeat 是什么 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md index 2876819ac71..cab0bbc8e50 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md @@ -75,9 +75,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-token.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-token.md index 23e33fe0fb9..3de23d9c90c 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-token.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-http-example-token.md @@ -53,9 +53,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -120,9 +120,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -258,9 +258,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-push.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-push.md index 267881c8ca4..1694306c4f9 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-push.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-push.md @@ -4,7 +4,7 @@ title: Push Style Custom Monitoring sidebar_label: Push Style Custom Monitoring --- -> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 Hertzbeat。 +> 推送方式监控是一种特殊的监控,允许用户配置数据格式并编写代码将指标推送到 HertzBeat。 > 下面我们将介绍如何使用这一功能。 ### 推送方式监控的采集流程 @@ -17,7 +17,7 @@ HertzBeat会使用用户添加新监控时配置的格式来解析数据。 ### 创建监控步骤 -HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(Hertzbeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 +HertzBeat页面 -> 应用服务监控 -> 推送方式监控 -> 新建推送方式监视器 -> 设置推送模块主机(HertzBeat服务器ip,通常为127.0.0.1或localhost) -> 设置推送模块端口(hertzbeat服务器端口,通常为1157) -> 配置数据字段(单位:字符串表示,类型:0表示数字/1表示字符串)-> 结束 --- diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-tutorial.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-tutorial.md index 45e73dd0e92..2d8fd52eab5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-tutorial.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/advanced/extend-tutorial.md @@ -79,9 +79,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/document.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/document.md index 43bbe4972a6..71082147aea 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/document.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/document.md @@ -46,7 +46,7 @@ git clone git@github.com:/hertzbeat.git ## 文档格式检验 -在 Apache Hertzbeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 +在 Apache HertzBeat 中,所有的 MD 文章都要通过 MD 的 [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) 检测才能够合并,目的是为了保持文档官网的美观和文章格式的一致性。 在您编写了相关 MD 文章之后,您可以在本地执行以下命令,预先检查 MD 的文章内容是否符合要求,减少 review 的工作量,节省您的时间: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/new_committer_process.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/new_committer_process.md index 7f932292582..aa4cb00058d 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/new_committer_process.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/community/new_committer_process.md @@ -405,7 +405,7 @@ hi, i accept. Thanks for invitaion. **发送模板** - 主题:`Accept to become a Hertzbeat committer` + 主题:`Accept to become a HertzBeat committer` 正文: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alarm_inhibit.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alarm_inhibit.md index 9fe651ec4a9..b36ab6907b4 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alarm_inhibit.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alarm_inhibit.md @@ -23,7 +23,7 @@ keywords: [ 开源监控系统, 告警收敛, 告警抑制 ] ## 示例 -场景: 使用 Hertzbeat 监控 两个 Centos 服务器 192.168.1.1 和 192.168.1.2,和部署在两个服务器上的 Redis 服务 Redis-1 和 Redis-2。 +场景: 使用 HertzBeat 监控 两个 Centos 服务器 192.168.1.1 和 192.168.1.2,和部署在两个服务器上的 Redis 服务 Redis-1 和 Redis-2。 并配置如下阈值规则: - 监控 Centos Linux /监控可用性。绑定标签 `server-status:down` diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alert_sms.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alert_sms.md index e0005880905..c40a7b8e2b6 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alert_sms.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/alert_sms.md @@ -193,7 +193,7 @@ alerter: > 短信模板格式固定如下:“Instance: {}, Priority: {}, Content: {}” - 现在,您可以在您的 Hertzbeat 应用程序中配置这些信息. + 现在,您可以在您的 HertzBeat 应用程序中配置这些信息. 现在您可以把这些信息配置到您的hertzbeat应用中。 @@ -222,7 +222,7 @@ alerter: - 复制显示的访问密钥 - 然后你就可以配置 `application.yml` 文件了 -现在你可以在你的 Hertzbeat 应用程序中配置这些信息。 +现在你可以在你的 HertzBeat 应用程序中配置这些信息。 ## 操作步骤 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_datanode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_datanode.md index 5fe981ddaff..7057c221ddd 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_datanode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS DataNode监控] --- -> Hertzbeat 对 Apache HDFS DataNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS DataNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_namenode.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_namenode.md index 46d69e5e2b4..1ac2cc63cbc 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_namenode.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [大数据监控系统, 分布式文件系统监控, Apache HDFS NameNode监控] --- -> Hertzbeat 对 Apache HDFS NameNode 节点监控指标进行监控。 +> HertzBeat 对 Apache HDFS NameNode 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/linux_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/linux_script.md index ca224edb372..e4ea69ad297 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/linux_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Linux 操 ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/risc-v.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/risc-v.md index 36cb6b1790e..24e45ccef19 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/risc-v.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/risc-v.md @@ -79,7 +79,7 @@ java -version ## 运行 HertzBeat -> 在 [Hertzbeat官网](https://hertzbeat.apache.org/zh-cn/docs/download/) 下载安装包,并按照官网部署教程运行即可,以 1.7.2 版本为例。 +> 在 [HertzBeat官网](https://hertzbeat.apache.org/zh-cn/docs/download/) 下载安装包,并按照官网部署教程运行即可,以 1.7.2 版本为例。 ```shell cd apache-hertzbeat-1.7.2-incubating-bin/bin/ diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/windows_script.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/windows_script.md index d469b035943..c721d7a2bc5 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/windows_script.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [开源监控系统, 开源网络监控, 使用脚本监控 Windows ### 准备工作 -> 若要监控本机,部署 Hertzbeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 +> 若要监控本机,部署 HertzBeat 即可,若要监控其他主机,需在目标主机上部署采集器,部署采集器可参考[此链接](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package)的第 5 步。 > 如果使用 Docker 安装采集器,则会导致采集器监控不到宿主机上的进程信息,因为 Docker 容器在一个独立的环境中运行,每个容器都有自己的进程空间。 > 在创建监控任务选择采集器时,需选择目标主机上对应的采集器。 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/yarn.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/yarn.md index 6694aff14fe..c0545a57afb 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/yarn.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [大数据监控系统, Apache Yarn监控, 资源管理器监控] --- -> Hertzbeat 对 Apache Yarn 节点监控指标进行监控。 +> HertzBeat 对 Apache Yarn 节点监控指标进行监控。 **使用协议:HTTP** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/package-deploy.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/package-deploy.md index d55c0476cd3..8d201819f40 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/package-deploy.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/package-deploy.md @@ -6,11 +6,11 @@ sidebar_label: 安装包方式安装 :::tip Apache HertzBeat™ 支持在Linux Windows Mac系统安装运行,CPU支持X86/ARM64。 -由于1.6.0及以后版本使用 `Java 17` ,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 +由于1.6.0及以后版本使用 `Java 17` ,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为 `Java 17` 时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为 `Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**没有**其他应用需要低版本 `Java` ,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的`Java 17`。 -- 当你的服务器中默认环境变量不为`Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**有**其他应用需要低版本 `Java` ,你不想更改环境变量,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为`java`,复制到Hertzbeat的解压目录下。 +- 当你的服务器中默认环境变量不为`Java 17`时,如 `Java 8` 、 `Java 11` ,若你服务器中**有**其他应用需要低版本 `Java` ,你不想更改环境变量,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为`java`,复制到HertzBeat的解压目录下。 ::: diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/update-1.6.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/update-1.6.0.md index f41e6b85af3..ce9397d5ede 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/update-1.6.0.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/update-1.6.0.md @@ -14,11 +14,11 @@ sidebar_label: 1.6.0 升级指南 1. 升级Java环境 - 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版Hertzbeat。 + 由于1.6.0版本使用Java17,且安装包不再提供内置jdk的版本,参考以下情况使用新版HertzBeat。 - 当你的服务器中默认环境变量为Java17时,这一步你无需任何操作。 - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**没有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并在搜索引擎搜索如何设置新的环境变量指向新的Java17。 - - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到Hertzbeat的解压目录下。 + - 当你的服务器中默认环境变量不为Java17时,如Java8、Java11,若你服务器中**有**其他应用需要低版本Java,根据你的系统,到 [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) 选择相应的发行版下载,并将解压后的文件夹重命名为java,复制到HertzBeat的解压目录下。 2. 升级数据库 diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/linux-os-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/linux-os-practice.md index fa67cc8fe02..698a337ef52 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/linux-os-practice.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/linux-os-practice.md @@ -4,7 +4,7 @@ title: Linux 操作系统监控案例 sidebar_label: Linux 操作系统监控案例 --- -这篇文章介绍如何使用 Hertzbeat 监控系统对Linux操作系统的通用性能指标进行采集监控,并在文件系统使用率过高时给我们发告警消息。 +这篇文章介绍如何使用 HertzBeat 监控系统对Linux操作系统的通用性能指标进行采集监控,并在文件系统使用率过高时给我们发告警消息。 ## HertzBeat 是什么 @@ -89,6 +89,6 @@ github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbea ## 总结 -监控 Linux 操作系统的实践就到这里,当然对 Hertzbeat 来说这个功能只是冰山一角,如果您觉得 Hertzbeat 这个开源项目不错的话欢迎给我们 Star 哦,非常感谢各位的支持! +监控 Linux 操作系统的实践就到这里,当然对 HertzBeat 来说这个功能只是冰山一角,如果您觉得 HertzBeat 这个开源项目不错的话欢迎给我们 Star 哦,非常感谢各位的支持! **Github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbeat)** diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/tdengine-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/tdengine-practice.md index a13f950d750..6228026c503 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/tdengine-practice.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.8.0/start/usecase/tdengine-practice.md @@ -8,7 +8,7 @@ sidebar_label: TDengine 监控案例 TDengine TSDB 是一款 开源、高性能、云原生 的时序数据库(Time Series Database, TSDB, 它专为物联网、车联网、工业互联网、金融、IT 运维等场景优化设计。同时它还带有内建的缓存、流式计算、数据订阅等系统功能,能大幅减少系统设计的复杂度,降低研发和运营成本,是一款极简的时序数据处理平台。 ::: -这篇文章介绍如何使用 Hertzbeat 监控系统对 TDengine 通用性能指标进行采集监控 +这篇文章介绍如何使用 HertzBeat 监控系统对 TDengine 通用性能指标进行采集监控 ## HertzBeat 是什么 diff --git a/home/versioned_docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md b/home/versioned_docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md index 76ea0b4974c..311cff373bf 100644 --- a/home/versioned_docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md +++ b/home/versioned_docs/version-1.6.x/advanced/extend-http-example-hertzbeat.md @@ -78,9 +78,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/versioned_docs/version-1.6.x/advanced/extend-http-example-token.md b/home/versioned_docs/version-1.6.x/advanced/extend-http-example-token.md index d935329708d..615859cc008 100644 --- a/home/versioned_docs/version-1.6.x/advanced/extend-http-example-token.md +++ b/home/versioned_docs/version-1.6.x/advanced/extend-http-example-token.md @@ -60,9 +60,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -128,9 +128,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -267,9 +267,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/versioned_docs/version-1.6.x/advanced/extend-tutorial.md b/home/versioned_docs/version-1.6.x/advanced/extend-tutorial.md index f78d8b5329a..3b3fcbae61d 100644 --- a/home/versioned_docs/version-1.6.x/advanced/extend-tutorial.md +++ b/home/versioned_docs/version-1.6.x/advanced/extend-tutorial.md @@ -80,9 +80,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/versioned_docs/version-1.6.x/community/document.md b/home/versioned_docs/version-1.6.x/community/document.md index 946da59b450..841c86074ce 100644 --- a/home/versioned_docs/version-1.6.x/community/document.md +++ b/home/versioned_docs/version-1.6.x/community/document.md @@ -46,7 +46,7 @@ This website is compiled using node, using Docusaurus framework components ## Document Format Inspection -In Apache Hertzbeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. +In Apache HertzBeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. After you have written an MD article, you can execute the following command locally to check whether the content of the MD article meets the requirements, so as to reduce the workload of review and save your time: diff --git a/home/versioned_docs/version-1.6.x/help/alert_email.md b/home/versioned_docs/version-1.6.x/help/alert_email.md index fd12b4eb164..d6df39e0980 100644 --- a/home/versioned_docs/version-1.6.x/help/alert_email.md +++ b/home/versioned_docs/version-1.6.x/help/alert_email.md @@ -26,8 +26,8 @@ keywords: [open source monitoring tool, open source alerter, open source email n ### Email notification common issues -1. Hertzbeat deployed on its own intranet cannot receive email notifications +1. HertzBeat deployed on its own intranet cannot receive email notifications - > Hertzbeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml + > HertzBeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml Other issues can be fed back through the communication group ISSUE! diff --git a/home/versioned_docs/version-1.6.x/help/alert_sms.md b/home/versioned_docs/version-1.6.x/help/alert_sms.md index eafbc38a2dc..f4b124405d1 100644 --- a/home/versioned_docs/version-1.6.x/help/alert_sms.md +++ b/home/versioned_docs/version-1.6.x/help/alert_sms.md @@ -269,7 +269,7 @@ alerter: > The message follows the format: "Instance: {}, Priority: {}, Content: {}" - This information can be configured in the Hertzbeat application. + This information can be configured in the HertzBeat application. ## Operation steps diff --git a/home/versioned_docs/version-1.6.x/help/guide.md b/home/versioned_docs/version-1.6.x/help/guide.md index eebb92db365..2aeb334c791 100644 --- a/home/versioned_docs/version-1.6.x/help/guide.md +++ b/home/versioned_docs/version-1.6.x/help/guide.md @@ -4,7 +4,7 @@ title: Help Center sidebar_label: Help Center --- -> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. +> HertzBeat - An open source, real-time monitoring tool with custom-monitor and agentless. > Help documents and auxiliary information during use ## 🔬 Monitoring services diff --git a/home/versioned_docs/version-1.6.x/help/hdfs_datanode.md b/home/versioned_docs/version-1.6.x/help/hdfs_datanode.md index 68e1c4a38de..18b6827b93d 100644 --- a/home/versioned_docs/version-1.6.x/help/hdfs_datanode.md +++ b/home/versioned_docs/version-1.6.x/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [big data monitoring system, distributed file system monitoring, Apache HDFS DataNode monitoring] --- -> Hertzbeat monitors metrics for Apache HDFS DataNode nodes. +> HertzBeat monitors metrics for Apache HDFS DataNode nodes. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.6.x/help/hdfs_namenode.md b/home/versioned_docs/version-1.6.x/help/hdfs_namenode.md index 975c2e5d935..ad577b1b98c 100644 --- a/home/versioned_docs/version-1.6.x/help/hdfs_namenode.md +++ b/home/versioned_docs/version-1.6.x/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [big data monitoring system, distributed file system monitoring, HDFS NameNode monitoring] --- -> Hertzbeat monitors metrics for HDFS NameNode nodes. +> HertzBeat monitors metrics for HDFS NameNode nodes. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.6.x/help/linux_script.md b/home/versioned_docs/version-1.6.x/help/linux_script.md index 46cd2ea6687..80b73f385cc 100644 --- a/home/versioned_docs/version-1.6.x/help/linux_script.md +++ b/home/versioned_docs/version-1.6.x/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/versioned_docs/version-1.6.x/help/nacos.md b/home/versioned_docs/version-1.6.x/help/nacos.md index 6b5f6f1f523..784c32cfb81 100644 --- a/home/versioned_docs/version-1.6.x/help/nacos.md +++ b/home/versioned_docs/version-1.6.x/help/nacos.md @@ -5,7 +5,7 @@ sidebar_label: Nacos Server keywords: [open source monitoring tool, open source middleware monitoring tool, monitoring Nacos Server metrics] --- -> Hertzbeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. +> HertzBeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. ### PreRequisites diff --git a/home/versioned_docs/version-1.6.x/help/registry.md b/home/versioned_docs/version-1.6.x/help/registry.md index abf4c395b55..d34fdc6830e 100644 --- a/home/versioned_docs/version-1.6.x/help/registry.md +++ b/home/versioned_docs/version-1.6.x/help/registry.md @@ -15,7 +15,7 @@ keywords: [open source monitoring tool, open source java monitoring tool, monito > We currently support for `Consul` and `Nacos`. -2. Add http_sd monitor and enter necessary info about **Register center** on Hertzbeat, such as host, port and so on. +2. Add http_sd monitor and enter necessary info about **Register center** on HertzBeat, such as host, port and so on. 3. Click **OK** ## Configuration parameter diff --git a/home/versioned_docs/version-1.6.x/help/windows_script.md b/home/versioned_docs/version-1.6.x/help/windows_script.md index 3aaefd7382c..65862e9dd1b 100644 --- a/home/versioned_docs/version-1.6.x/help/windows_script.md +++ b/home/versioned_docs/version-1.6.x/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. > If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/versioned_docs/version-1.6.x/help/yarn.md b/home/versioned_docs/version-1.6.x/help/yarn.md index cea4079abf7..07915504b12 100644 --- a/home/versioned_docs/version-1.6.x/help/yarn.md +++ b/home/versioned_docs/version-1.6.x/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [Big Data Monitoring System, Apache Yarn Monitoring, ResourceManager Monitoring] --- -> Hertzbeat monitors Apache Yarn node monitoring metrics. +> HertzBeat monitors Apache Yarn node monitoring metrics. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.6.x/start/mysql-change.md b/home/versioned_docs/version-1.6.x/start/mysql-change.md index 139feda7888..c06c18b1aae 100644 --- a/home/versioned_docs/version-1.6.x/start/mysql-change.md +++ b/home/versioned_docs/version-1.6.x/start/mysql-change.md @@ -106,7 +106,7 @@ spring: level: SEVERE ``` -- It is recommended to set the host field in the MySQL URL to the public IP address when using Hertzbeat in docker. +- It is recommended to set the host field in the MySQL URL to the public IP address when using HertzBeat in docker. > Note: The above applies to the method of downloading and installing the package. For local data source switching, simply complete the [Database creation](./mysql-change#database-creation) and modify the configuration in `hertzbeat-startup/src/main/resources/application.yml`. diff --git a/home/versioned_docs/version-1.6.x/start/package-deploy.md b/home/versioned_docs/version-1.6.x/start/package-deploy.md index 2b72e30d373..855c83c527c 100644 --- a/home/versioned_docs/version-1.6.x/start/package-deploy.md +++ b/home/versioned_docs/version-1.6.x/start/package-deploy.md @@ -6,11 +6,11 @@ sidebar_label: Install via Package :::tip You can install and run Apache HertzBeat on Linux Windows Mac system, and CPU supports X86/ARM64. -Since version 1.6.0 uses `Java 17` and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses `Java 17` and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is `Java 17`, you do not need to take any action for this step. - When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new `Java 17`. -- When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`,and you don't want to change the environment variable because if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`,and you don't want to change the environment variable because if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ::: diff --git a/home/versioned_docs/version-1.6.x/start/update-1.6.0.md b/home/versioned_docs/version-1.6.x/start/update-1.6.0.md index 07f268807b9..08fbf346636 100644 --- a/home/versioned_docs/version-1.6.x/start/update-1.6.0.md +++ b/home/versioned_docs/version-1.6.x/start/update-1.6.0.md @@ -13,11 +13,11 @@ sidebar_label: Update to 1.6.0 guide ### Upgrade Java Environment -Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is Java 17, you do not need to take any action for this step. - When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new Java 17. -- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ### Upgrade Database diff --git a/home/versioned_docs/version-1.6.x/template.md b/home/versioned_docs/version-1.6.x/template.md index ec15b93d467..9807c4738f0 100644 --- a/home/versioned_docs/version-1.6.x/template.md +++ b/home/versioned_docs/version-1.6.x/template.md @@ -4,7 +4,7 @@ title: Monitoring Template Here sidebar_label: Monitoring Template --- -> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentLess. +> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentless. > > We make protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, and you only need to configure `YML` online to collect any metrics you want. > Do you believe that you can immediately adapt a new monitoring type such as K8s or Docker just by configuring online? diff --git a/home/versioned_docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md b/home/versioned_docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md index 76ea0b4974c..311cff373bf 100644 --- a/home/versioned_docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md +++ b/home/versioned_docs/version-1.7.x/advanced/extend-http-example-hertzbeat.md @@ -78,9 +78,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/versioned_docs/version-1.7.x/advanced/extend-http-example-token.md b/home/versioned_docs/version-1.7.x/advanced/extend-http-example-token.md index d935329708d..615859cc008 100644 --- a/home/versioned_docs/version-1.7.x/advanced/extend-http-example-token.md +++ b/home/versioned_docs/version-1.7.x/advanced/extend-http-example-token.md @@ -60,9 +60,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -128,9 +128,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -267,9 +267,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/versioned_docs/version-1.7.x/advanced/extend-tutorial.md b/home/versioned_docs/version-1.7.x/advanced/extend-tutorial.md index f78d8b5329a..3b3fcbae61d 100644 --- a/home/versioned_docs/version-1.7.x/advanced/extend-tutorial.md +++ b/home/versioned_docs/version-1.7.x/advanced/extend-tutorial.md @@ -80,9 +80,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/versioned_docs/version-1.7.x/community/document.md b/home/versioned_docs/version-1.7.x/community/document.md index 3c7c5fd956f..8eb2c9750ae 100644 --- a/home/versioned_docs/version-1.7.x/community/document.md +++ b/home/versioned_docs/version-1.7.x/community/document.md @@ -46,7 +46,7 @@ This website is compiled using node, using Docusaurus framework components ## Document Format Inspection -In Apache Hertzbeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. +In Apache HertzBeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. After you have written an MD article, you can execute the following command locally to check whether the content of the MD article meets the requirements, so as to reduce the workload of review and save your time: diff --git a/home/versioned_docs/version-1.7.x/help/alarm_inhibit.md b/home/versioned_docs/version-1.7.x/help/alarm_inhibit.md index acc96b019b3..f0a16a94d83 100644 --- a/home/versioned_docs/version-1.7.x/help/alarm_inhibit.md +++ b/home/versioned_docs/version-1.7.x/help/alarm_inhibit.md @@ -29,7 +29,7 @@ keywords: [ Open Source Monitoring System, Alarm Convergence, Alarm Inhibition ] ## Example -Scenario: Use Hertzbeat to monitor two Centos servers 192.168.1.1, 192.168.1.2, and Redis services Redis-1 and Redis-2 deployed on the two servers. +Scenario: Use HertzBeat to monitor two Centos servers 192.168.1.1, 192.168.1.2, and Redis services Redis-1 and Redis-2 deployed on the two servers. And configure the following threshold rules: - Monitor Centos Linux / Monitor availability. Bind label `server-status:down` diff --git a/home/versioned_docs/version-1.7.x/help/alert_email.md b/home/versioned_docs/version-1.7.x/help/alert_email.md index fd12b4eb164..d6df39e0980 100644 --- a/home/versioned_docs/version-1.7.x/help/alert_email.md +++ b/home/versioned_docs/version-1.7.x/help/alert_email.md @@ -26,8 +26,8 @@ keywords: [open source monitoring tool, open source alerter, open source email n ### Email notification common issues -1. Hertzbeat deployed on its own intranet cannot receive email notifications +1. HertzBeat deployed on its own intranet cannot receive email notifications - > Hertzbeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml + > HertzBeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml Other issues can be fed back through the communication group ISSUE! diff --git a/home/versioned_docs/version-1.7.x/help/alert_sms.md b/home/versioned_docs/version-1.7.x/help/alert_sms.md index 2b5dfe8d540..cf2b0e8d46e 100644 --- a/home/versioned_docs/version-1.7.x/help/alert_sms.md +++ b/home/versioned_docs/version-1.7.x/help/alert_sms.md @@ -269,7 +269,7 @@ alerter: > The message follows the format: "Instance: {}, Priority: {}, Content: {}" - This information can be configured in the Hertzbeat application. + This information can be configured in the HertzBeat application. ## Operation steps diff --git a/home/versioned_docs/version-1.7.x/help/guide.md b/home/versioned_docs/version-1.7.x/help/guide.md index 190bcd42e5f..6b28dec7b3f 100644 --- a/home/versioned_docs/version-1.7.x/help/guide.md +++ b/home/versioned_docs/version-1.7.x/help/guide.md @@ -4,7 +4,7 @@ title: Help Center sidebar_label: Help Center --- -> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. +> HertzBeat - An open source, real-time monitoring tool with custom-monitor and agentless. > Help documents and auxiliary information during use ## 🔬 Monitoring services diff --git a/home/versioned_docs/version-1.7.x/help/hdfs_datanode.md b/home/versioned_docs/version-1.7.x/help/hdfs_datanode.md index 68e1c4a38de..18b6827b93d 100644 --- a/home/versioned_docs/version-1.7.x/help/hdfs_datanode.md +++ b/home/versioned_docs/version-1.7.x/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [big data monitoring system, distributed file system monitoring, Apache HDFS DataNode monitoring] --- -> Hertzbeat monitors metrics for Apache HDFS DataNode nodes. +> HertzBeat monitors metrics for Apache HDFS DataNode nodes. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.7.x/help/hdfs_namenode.md b/home/versioned_docs/version-1.7.x/help/hdfs_namenode.md index 975c2e5d935..ad577b1b98c 100644 --- a/home/versioned_docs/version-1.7.x/help/hdfs_namenode.md +++ b/home/versioned_docs/version-1.7.x/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [big data monitoring system, distributed file system monitoring, HDFS NameNode monitoring] --- -> Hertzbeat monitors metrics for HDFS NameNode nodes. +> HertzBeat monitors metrics for HDFS NameNode nodes. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.7.x/help/linux_script.md b/home/versioned_docs/version-1.7.x/help/linux_script.md index e51d40c8028..53abb1a6d9e 100644 --- a/home/versioned_docs/version-1.7.x/help/linux_script.md +++ b/home/versioned_docs/version-1.7.x/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/versioned_docs/version-1.7.x/help/nacos.md b/home/versioned_docs/version-1.7.x/help/nacos.md index 6b5f6f1f523..784c32cfb81 100644 --- a/home/versioned_docs/version-1.7.x/help/nacos.md +++ b/home/versioned_docs/version-1.7.x/help/nacos.md @@ -5,7 +5,7 @@ sidebar_label: Nacos Server keywords: [open source monitoring tool, open source middleware monitoring tool, monitoring Nacos Server metrics] --- -> Hertzbeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. +> HertzBeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. ### PreRequisites diff --git a/home/versioned_docs/version-1.7.x/help/registry.md b/home/versioned_docs/version-1.7.x/help/registry.md index abf4c395b55..d34fdc6830e 100644 --- a/home/versioned_docs/version-1.7.x/help/registry.md +++ b/home/versioned_docs/version-1.7.x/help/registry.md @@ -15,7 +15,7 @@ keywords: [open source monitoring tool, open source java monitoring tool, monito > We currently support for `Consul` and `Nacos`. -2. Add http_sd monitor and enter necessary info about **Register center** on Hertzbeat, such as host, port and so on. +2. Add http_sd monitor and enter necessary info about **Register center** on HertzBeat, such as host, port and so on. 3. Click **OK** ## Configuration parameter diff --git a/home/versioned_docs/version-1.7.x/help/template_marketplace.md b/home/versioned_docs/version-1.7.x/help/template_marketplace.md index fa8c8e16e95..21b59ac92d3 100644 --- a/home/versioned_docs/version-1.7.x/help/template_marketplace.md +++ b/home/versioned_docs/version-1.7.x/help/template_marketplace.md @@ -4,7 +4,7 @@ title: Template Marketplace sidebar_label: Template Marketplace --- -> Hertzbeat official template marketplace: users can freely upload, download, view, search and share monitoring template files. +> HertzBeat official template marketplace: users can freely upload, download, view, search and share monitoring template files. ## Basic Functions diff --git a/home/versioned_docs/version-1.7.x/help/windows_script.md b/home/versioned_docs/version-1.7.x/help/windows_script.md index 6abcf126ac6..aa7011a543e 100644 --- a/home/versioned_docs/version-1.7.x/help/windows_script.md +++ b/home/versioned_docs/version-1.7.x/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. > If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/versioned_docs/version-1.7.x/help/yarn.md b/home/versioned_docs/version-1.7.x/help/yarn.md index cea4079abf7..07915504b12 100644 --- a/home/versioned_docs/version-1.7.x/help/yarn.md +++ b/home/versioned_docs/version-1.7.x/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [Big Data Monitoring System, Apache Yarn Monitoring, ResourceManager Monitoring] --- -> Hertzbeat monitors Apache Yarn node monitoring metrics. +> HertzBeat monitors Apache Yarn node monitoring metrics. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.7.x/start/mysql-change.md b/home/versioned_docs/version-1.7.x/start/mysql-change.md index b817caca8a4..8370e635933 100644 --- a/home/versioned_docs/version-1.7.x/start/mysql-change.md +++ b/home/versioned_docs/version-1.7.x/start/mysql-change.md @@ -106,7 +106,7 @@ spring: level: SEVERE ``` -- It is recommended to set the host field in the MySQL URL to the public IP address when using Hertzbeat in docker. +- It is recommended to set the host field in the MySQL URL to the public IP address when using HertzBeat in docker. > Note: The above applies to the method of downloading and installing the package. For local data source switching, simply complete the [Database creation](./mysql-change#database-creation) and modify the configuration in `hertzbeat-startup/src/main/resources/application.yml`. diff --git a/home/versioned_docs/version-1.7.x/start/package-deploy.md b/home/versioned_docs/version-1.7.x/start/package-deploy.md index 45f913886e1..c37edd93a25 100644 --- a/home/versioned_docs/version-1.7.x/start/package-deploy.md +++ b/home/versioned_docs/version-1.7.x/start/package-deploy.md @@ -6,11 +6,11 @@ sidebar_label: Install via Package :::tip You can install and run Apache HertzBeat™ on Linux Windows Mac system, and CPU supports X86/ARM64. -Since version 1.6.0 uses `Java 17` and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses `Java 17` and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is `Java 17`, you do not need to take any action for this step. - When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new `Java 17`. -- When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`,and you don't want to change the environment variable because if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`,and you don't want to change the environment variable because if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ::: diff --git a/home/versioned_docs/version-1.7.x/start/update-1.6.0.md b/home/versioned_docs/version-1.7.x/start/update-1.6.0.md index 57755da297f..7f7ffe5bba4 100644 --- a/home/versioned_docs/version-1.7.x/start/update-1.6.0.md +++ b/home/versioned_docs/version-1.7.x/start/update-1.6.0.md @@ -17,11 +17,11 @@ Follow the [HertzBeat New Version Upgrade](upgrade) ### Upgrade Java Environment -Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is Java 17, you do not need to take any action for this step. - When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new Java 17. -- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ### Upgrade Database diff --git a/home/versioned_docs/version-1.7.x/start/usecase/linux-os-practice.md b/home/versioned_docs/version-1.7.x/start/usecase/linux-os-practice.md index f0c50b4e52d..f015609b0dd 100644 --- a/home/versioned_docs/version-1.7.x/start/usecase/linux-os-practice.md +++ b/home/versioned_docs/version-1.7.x/start/usecase/linux-os-practice.md @@ -4,7 +4,7 @@ title: Linux Operating System Monitoring Practice sidebar_label: Linux Operating System Monitoring Practice --- -This article describes how to use the Hertzbeat monitoring system to collect and monitor general performance metrics for Linux operating systems, and send us alert messages when file system usage is too high. +This article describes how to use the HertzBeat monitoring system to collect and monitor general performance metrics for Linux operating systems, and send us alert messages when file system usage is too high. ## What's HertzBeat @@ -89,6 +89,6 @@ When the threshold is triggered, we can receive the corresponding alarm message. ## Summary -The practice of monitoring linux operating system is here. Of course, for Hertzbeat, this function is just the tip of the iceberg. If you think Hertzbeat is a good open source project, please give us a Star on GitHub, thanks for your support. +The practice of monitoring linux operating system is here. Of course, for HertzBeat, this function is just the tip of the iceberg. If you think HertzBeat is a good open source project, please give us a Star on GitHub, thanks for your support. **Github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbeat)** diff --git a/home/versioned_docs/version-1.7.x/start/usecase/tdengine-practice.md b/home/versioned_docs/version-1.7.x/start/usecase/tdengine-practice.md index ffcbb166448..fae07ada5ca 100644 --- a/home/versioned_docs/version-1.7.x/start/usecase/tdengine-practice.md +++ b/home/versioned_docs/version-1.7.x/start/usecase/tdengine-practice.md @@ -8,7 +8,7 @@ sidebar_label: TDengine Monitoring Practice TDengine TSDB is an open-source, high-performance, cloud-native time series database (TSDB) optimized for IoT, vehicle networking, industrial Internet, finance, IT operations, and other scenarios. It also comes with built-in caching, streaming computing, data subscription, and other system functions that greatly reduce system design complexity and lower R&D and operational costs, making it an extremely simple time series data processing platform. ::: -This article introduces how to use the Hertzbeat monitoring system to collect and monitor TDengine general performance indicators. +This article introduces how to use the HertzBeat monitoring system to collect and monitor TDengine general performance indicators. ## What is HertzBeat? diff --git a/home/versioned_docs/version-1.7.x/template.md b/home/versioned_docs/version-1.7.x/template.md index ec15b93d467..9807c4738f0 100644 --- a/home/versioned_docs/version-1.7.x/template.md +++ b/home/versioned_docs/version-1.7.x/template.md @@ -4,7 +4,7 @@ title: Monitoring Template Here sidebar_label: Monitoring Template --- -> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentLess. +> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentless. > > We make protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, and you only need to configure `YML` online to collect any metrics you want. > Do you believe that you can immediately adapt a new monitoring type such as K8s or Docker just by configuring online? diff --git a/home/versioned_docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md b/home/versioned_docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md index 76ea0b4974c..311cff373bf 100644 --- a/home/versioned_docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md +++ b/home/versioned_docs/version-1.8.0/advanced/extend-http-example-hertzbeat.md @@ -78,9 +78,9 @@ name: en-US: HertzBeat # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/versioned_docs/version-1.8.0/advanced/extend-http-example-token.md b/home/versioned_docs/version-1.8.0/advanced/extend-http-example-token.md index d935329708d..615859cc008 100644 --- a/home/versioned_docs/version-1.8.0/advanced/extend-http-example-token.md +++ b/home/versioned_docs/version-1.8.0/advanced/extend-http-example-token.md @@ -60,9 +60,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -128,9 +128,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token @@ -267,9 +267,9 @@ name: en-US: HertzBeat(Token) # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat监控(Token)进行测量监控。`
`您可以点击 “``新建 HertzBeat监控(Token)``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor(Token). You could click the "``New HertzBeat Monitor(Token)``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控(Token)進行量測監控。`
`您可以點擊“``新建HertzBeat監控(Token)``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat_token en-US: https://hertzbeat.apache.org/docs/help/hertzbeat_token diff --git a/home/versioned_docs/version-1.8.0/advanced/extend-tutorial.md b/home/versioned_docs/version-1.8.0/advanced/extend-tutorial.md index f78d8b5329a..3b3fcbae61d 100644 --- a/home/versioned_docs/version-1.8.0/advanced/extend-tutorial.md +++ b/home/versioned_docs/version-1.8.0/advanced/extend-tutorial.md @@ -80,9 +80,9 @@ name: en-US: HertzBeat Monitor # The description and help of this monitoring type help: - zh-CN: Hertzbeat 对 Hertzbeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 - en-US: Hertzbeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. - zh-TW: Hertzbeat對Hertzbeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 + zh-CN: HertzBeat 对 HertzBeat 监控系统的通用指标进行测量监控。`
`您可以点击 “``新建 HertzBeat监控系统``” 并进行配置,或者选择“``更多操作``”,导入已有配置。 + en-US: HertzBeat monitors HertzBeat Monitor through general performance metric. You could click the "``New HertzBeat Monitor``" button and proceed with the configuration or import an existing setup through the "``More Actions``" menu. + zh-TW: HertzBeat對HertzBeat監控系統的通用名額進行量測監控。`
`您可以點擊“``新建HertzBeat監控系統``”並進行配寘,或者選擇“``更多操作``”,導入已有配寘。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/hertzbeat en-US: https://hertzbeat.apache.org/docs/help/hertzbeat diff --git a/home/versioned_docs/version-1.8.0/community/document.md b/home/versioned_docs/version-1.8.0/community/document.md index 3c7c5fd956f..8eb2c9750ae 100644 --- a/home/versioned_docs/version-1.8.0/community/document.md +++ b/home/versioned_docs/version-1.8.0/community/document.md @@ -46,7 +46,7 @@ This website is compiled using node, using Docusaurus framework components ## Document Format Inspection -In Apache Hertzbeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. +In Apache HertzBeat, all MD articles have to pass MD's [CI](https://github.com/apache/hertzbeat/blob/master/.github/workflows/doc-build-test.yml) inspection before they can be merged. The purpose is to keep the website looking nice and the formatting of the articles consistent. After you have written an MD article, you can execute the following command locally to check whether the content of the MD article meets the requirements, so as to reduce the workload of review and save your time: diff --git a/home/versioned_docs/version-1.8.0/help/alarm_inhibit.md b/home/versioned_docs/version-1.8.0/help/alarm_inhibit.md index acc96b019b3..f0a16a94d83 100644 --- a/home/versioned_docs/version-1.8.0/help/alarm_inhibit.md +++ b/home/versioned_docs/version-1.8.0/help/alarm_inhibit.md @@ -29,7 +29,7 @@ keywords: [ Open Source Monitoring System, Alarm Convergence, Alarm Inhibition ] ## Example -Scenario: Use Hertzbeat to monitor two Centos servers 192.168.1.1, 192.168.1.2, and Redis services Redis-1 and Redis-2 deployed on the two servers. +Scenario: Use HertzBeat to monitor two Centos servers 192.168.1.1, 192.168.1.2, and Redis services Redis-1 and Redis-2 deployed on the two servers. And configure the following threshold rules: - Monitor Centos Linux / Monitor availability. Bind label `server-status:down` diff --git a/home/versioned_docs/version-1.8.0/help/alert_email.md b/home/versioned_docs/version-1.8.0/help/alert_email.md index fd12b4eb164..d6df39e0980 100644 --- a/home/versioned_docs/version-1.8.0/help/alert_email.md +++ b/home/versioned_docs/version-1.8.0/help/alert_email.md @@ -26,8 +26,8 @@ keywords: [open source monitoring tool, open source alerter, open source email n ### Email notification common issues -1. Hertzbeat deployed on its own intranet cannot receive email notifications +1. HertzBeat deployed on its own intranet cannot receive email notifications - > Hertzbeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml + > HertzBeat needs to configure its own mail server. Please confirm whether you have configured its own mail server in application.yml Other issues can be fed back through the communication group ISSUE! diff --git a/home/versioned_docs/version-1.8.0/help/alert_sms.md b/home/versioned_docs/version-1.8.0/help/alert_sms.md index 2b5dfe8d540..cf2b0e8d46e 100644 --- a/home/versioned_docs/version-1.8.0/help/alert_sms.md +++ b/home/versioned_docs/version-1.8.0/help/alert_sms.md @@ -269,7 +269,7 @@ alerter: > The message follows the format: "Instance: {}, Priority: {}, Content: {}" - This information can be configured in the Hertzbeat application. + This information can be configured in the HertzBeat application. ## Operation steps diff --git a/home/versioned_docs/version-1.8.0/help/guide.md b/home/versioned_docs/version-1.8.0/help/guide.md index 190bcd42e5f..6b28dec7b3f 100644 --- a/home/versioned_docs/version-1.8.0/help/guide.md +++ b/home/versioned_docs/version-1.8.0/help/guide.md @@ -4,7 +4,7 @@ title: Help Center sidebar_label: Help Center --- -> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. +> HertzBeat - An open source, real-time monitoring tool with custom-monitor and agentless. > Help documents and auxiliary information during use ## 🔬 Monitoring services diff --git a/home/versioned_docs/version-1.8.0/help/hdfs_datanode.md b/home/versioned_docs/version-1.8.0/help/hdfs_datanode.md index 68e1c4a38de..18b6827b93d 100644 --- a/home/versioned_docs/version-1.8.0/help/hdfs_datanode.md +++ b/home/versioned_docs/version-1.8.0/help/hdfs_datanode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS DataNode keywords: [big data monitoring system, distributed file system monitoring, Apache HDFS DataNode monitoring] --- -> Hertzbeat monitors metrics for Apache HDFS DataNode nodes. +> HertzBeat monitors metrics for Apache HDFS DataNode nodes. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.8.0/help/hdfs_namenode.md b/home/versioned_docs/version-1.8.0/help/hdfs_namenode.md index 975c2e5d935..ad577b1b98c 100644 --- a/home/versioned_docs/version-1.8.0/help/hdfs_namenode.md +++ b/home/versioned_docs/version-1.8.0/help/hdfs_namenode.md @@ -5,7 +5,7 @@ sidebar_label: Apache HDFS NameNode keywords: [big data monitoring system, distributed file system monitoring, HDFS NameNode monitoring] --- -> Hertzbeat monitors metrics for HDFS NameNode nodes. +> HertzBeat monitors metrics for HDFS NameNode nodes. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.8.0/help/linux_script.md b/home/versioned_docs/version-1.8.0/help/linux_script.md index e51d40c8028..53abb1a6d9e 100644 --- a/home/versioned_docs/version-1.8.0/help/linux_script.md +++ b/home/versioned_docs/version-1.8.0/help/linux_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/versioned_docs/version-1.8.0/help/nacos.md b/home/versioned_docs/version-1.8.0/help/nacos.md index 6b5f6f1f523..784c32cfb81 100644 --- a/home/versioned_docs/version-1.8.0/help/nacos.md +++ b/home/versioned_docs/version-1.8.0/help/nacos.md @@ -5,7 +5,7 @@ sidebar_label: Nacos Server keywords: [open source monitoring tool, open source middleware monitoring tool, monitoring Nacos Server metrics] --- -> Hertzbeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. +> HertzBeat monitors metrics of the Nacos Server by calling the Nacos Metrics Api. ### PreRequisites diff --git a/home/versioned_docs/version-1.8.0/help/registry.md b/home/versioned_docs/version-1.8.0/help/registry.md index abf4c395b55..d34fdc6830e 100644 --- a/home/versioned_docs/version-1.8.0/help/registry.md +++ b/home/versioned_docs/version-1.8.0/help/registry.md @@ -15,7 +15,7 @@ keywords: [open source monitoring tool, open source java monitoring tool, monito > We currently support for `Consul` and `Nacos`. -2. Add http_sd monitor and enter necessary info about **Register center** on Hertzbeat, such as host, port and so on. +2. Add http_sd monitor and enter necessary info about **Register center** on HertzBeat, such as host, port and so on. 3. Click **OK** ## Configuration parameter diff --git a/home/versioned_docs/version-1.8.0/help/template_marketplace.md b/home/versioned_docs/version-1.8.0/help/template_marketplace.md index fa8c8e16e95..21b59ac92d3 100644 --- a/home/versioned_docs/version-1.8.0/help/template_marketplace.md +++ b/home/versioned_docs/version-1.8.0/help/template_marketplace.md @@ -4,7 +4,7 @@ title: Template Marketplace sidebar_label: Template Marketplace --- -> Hertzbeat official template marketplace: users can freely upload, download, view, search and share monitoring template files. +> HertzBeat official template marketplace: users can freely upload, download, view, search and share monitoring template files. ## Basic Functions diff --git a/home/versioned_docs/version-1.8.0/help/windows_script.md b/home/versioned_docs/version-1.8.0/help/windows_script.md index 6abcf126ac6..aa7011a543e 100644 --- a/home/versioned_docs/version-1.8.0/help/windows_script.md +++ b/home/versioned_docs/version-1.8.0/help/windows_script.md @@ -7,7 +7,7 @@ keywords: [open source monitoring system, open source network monitoring, using ### Preparation -> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. +> To monitor the local machine, simply deploy HertzBeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process. > If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space. > When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host. diff --git a/home/versioned_docs/version-1.8.0/help/yarn.md b/home/versioned_docs/version-1.8.0/help/yarn.md index cea4079abf7..07915504b12 100644 --- a/home/versioned_docs/version-1.8.0/help/yarn.md +++ b/home/versioned_docs/version-1.8.0/help/yarn.md @@ -5,7 +5,7 @@ sidebar_label: Apache Yarn keywords: [Big Data Monitoring System, Apache Yarn Monitoring, ResourceManager Monitoring] --- -> Hertzbeat monitors Apache Yarn node monitoring metrics. +> HertzBeat monitors Apache Yarn node monitoring metrics. **Protocol Used: HTTP** diff --git a/home/versioned_docs/version-1.8.0/start/mysql-change.md b/home/versioned_docs/version-1.8.0/start/mysql-change.md index b817caca8a4..8370e635933 100644 --- a/home/versioned_docs/version-1.8.0/start/mysql-change.md +++ b/home/versioned_docs/version-1.8.0/start/mysql-change.md @@ -106,7 +106,7 @@ spring: level: SEVERE ``` -- It is recommended to set the host field in the MySQL URL to the public IP address when using Hertzbeat in docker. +- It is recommended to set the host field in the MySQL URL to the public IP address when using HertzBeat in docker. > Note: The above applies to the method of downloading and installing the package. For local data source switching, simply complete the [Database creation](./mysql-change#database-creation) and modify the configuration in `hertzbeat-startup/src/main/resources/application.yml`. diff --git a/home/versioned_docs/version-1.8.0/start/package-deploy.md b/home/versioned_docs/version-1.8.0/start/package-deploy.md index 45f913886e1..c37edd93a25 100644 --- a/home/versioned_docs/version-1.8.0/start/package-deploy.md +++ b/home/versioned_docs/version-1.8.0/start/package-deploy.md @@ -6,11 +6,11 @@ sidebar_label: Install via Package :::tip You can install and run Apache HertzBeat™ on Linux Windows Mac system, and CPU supports X86/ARM64. -Since version 1.6.0 uses `Java 17` and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses `Java 17` and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is `Java 17`, you do not need to take any action for this step. - When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new `Java 17`. -- When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`,and you don't want to change the environment variable because if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not `Java 17`, such as `Java 8` or `Java 11`,and you don't want to change the environment variable because if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ::: diff --git a/home/versioned_docs/version-1.8.0/start/update-1.6.0.md b/home/versioned_docs/version-1.8.0/start/update-1.6.0.md index 57755da297f..7f7ffe5bba4 100644 --- a/home/versioned_docs/version-1.8.0/start/update-1.6.0.md +++ b/home/versioned_docs/version-1.8.0/start/update-1.6.0.md @@ -17,11 +17,11 @@ Follow the [HertzBeat New Version Upgrade](upgrade) ### Upgrade Java Environment -Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new Hertzbeat according to the following situations: +Since version 1.6.0 uses Java 17 and the installation package no longer provides a built-in JDK version, use the new HertzBeat according to the following situations: - When the default environment variable on your server is Java 17, you do not need to take any action for this step. - When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are no other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and search the engine for how to set a new environment variable pointing to the new Java 17. -- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the Hertzbeat extraction directory. +- When the default environment variable on your server is not Java 17, such as Java 8 or Java 11, and if there are other applications on your server that require a lower version of Java, download the appropriate version from [https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) according to your system, and rename the extracted folder to `java`, then copy it to the HertzBeat extraction directory. ### Upgrade Database diff --git a/home/versioned_docs/version-1.8.0/start/usecase/linux-os-practice.md b/home/versioned_docs/version-1.8.0/start/usecase/linux-os-practice.md index f7fc12d9f05..27f06ba6f51 100644 --- a/home/versioned_docs/version-1.8.0/start/usecase/linux-os-practice.md +++ b/home/versioned_docs/version-1.8.0/start/usecase/linux-os-practice.md @@ -4,7 +4,7 @@ title: Linux Operating System Monitoring Practice sidebar_label: Linux Operating System Monitoring Practice --- -This article describes how to use the Hertzbeat monitoring system to collect and monitor general performance metrics for Linux operating systems, and send us alert messages when file system usage is too high. +This article describes how to use the HertzBeat monitoring system to collect and monitor general performance metrics for Linux operating systems, and send us alert messages when file system usage is too high. ## What's HertzBeat @@ -89,6 +89,6 @@ When the threshold is triggered, we can receive the corresponding alarm message. ## Summary -The practice of monitoring linux operating system is here. Of course, for Hertzbeat, this function is just the tip of the iceberg. If you think Hertzbeat is a good open source project, please give us a Star on GitHub, thanks for your support. +The practice of monitoring linux operating system is here. Of course, for HertzBeat, this function is just the tip of the iceberg. If you think HertzBeat is a good open source project, please give us a Star on GitHub, thanks for your support. **Github: [https://github.com/apache/hertzbeat](https://github.com/apache/hertzbeat)** diff --git a/home/versioned_docs/version-1.8.0/start/usecase/tdengine-practice.md b/home/versioned_docs/version-1.8.0/start/usecase/tdengine-practice.md index a301f05502a..13831d1aa68 100644 --- a/home/versioned_docs/version-1.8.0/start/usecase/tdengine-practice.md +++ b/home/versioned_docs/version-1.8.0/start/usecase/tdengine-practice.md @@ -8,7 +8,7 @@ sidebar_label: TDengine Monitoring Practice TDengine TSDB is an open-source, high-performance, cloud-native time series database (TSDB) optimized for IoT, vehicle networking, industrial Internet, finance, IT operations, and other scenarios. It also comes with built-in caching, streaming computing, data subscription, and other system functions that greatly reduce system design complexity and lower R&D and operational costs, making it an extremely simple time series data processing platform. ::: -This article introduces how to use the Hertzbeat monitoring system to collect and monitor TDengine general performance indicators. +This article introduces how to use the HertzBeat monitoring system to collect and monitor TDengine general performance indicators. ## What is HertzBeat? diff --git a/home/versioned_docs/version-1.8.0/template.md b/home/versioned_docs/version-1.8.0/template.md index ec15b93d467..9807c4738f0 100644 --- a/home/versioned_docs/version-1.8.0/template.md +++ b/home/versioned_docs/version-1.8.0/template.md @@ -4,7 +4,7 @@ title: Monitoring Template Here sidebar_label: Monitoring Template --- -> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentLess. +> Apache HertzBeat™ is an open source, real-time monitoring tool with custom-monitor and agentless. > > We make protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, and you only need to configure `YML` online to collect any metrics you want. > Do you believe that you can immediately adapt a new monitoring type such as K8s or Docker just by configuring online? diff --git a/mcp-servers/mcp-log-server/README.md b/mcp-servers/mcp-log-server/README.md index 9021eb4f1a7..89bac97f124 100644 --- a/mcp-servers/mcp-log-server/README.md +++ b/mcp-servers/mcp-log-server/README.md @@ -1,6 +1,6 @@ -# Hertzbeat-MCP +# HertzBeat MCP -## Hertzbeat-Log-MCP +## HertzBeat Log MCP Log MCP Service Based on GreptimeDB. diff --git a/script/docker-compose/README.md b/script/docker-compose/README.md index 99908b2cc4c..58a90a98bca 100644 --- a/script/docker-compose/README.md +++ b/script/docker-compose/README.md @@ -2,9 +2,9 @@ Suggest the [HertzBeat + GreptimeDB + Postgresql Solution](hertzbeat-postgresql-greptimedb) for the best performance and stability. -- Use Postgresql + GreptimeDB as Hertzbeat dependent storage -> [HertzBeat+PostgreSQL+GreptimeDB Solution](hertzbeat-postgresql-greptimedb) -- Use Postgresql + VictoriaMetrics as Hertzbeat dependent storage -> [HertzBeat+PostgreSQL+VictoriaMetrics Solution](hertzbeat-postgresql-victoria-metrics) -- Use Mysql + VictoriaMetrics as Hertzbeat dependent storage -> [HertzBeat+Mysql+VictoriaMetrics Solution](hertzbeat-mysql-victoria-metrics) -- Use Mysql + IoTDB as Hertzbeat dependent storage -> [HertzBeat+Mysql+IoTDB Solution](hertzbeat-mysql-iotdb) -- Use Mysql + Tdengine as Hertzbeat dependent storage -> [HertzBeat+Mysql+Tdengine Solution](hertzbeat-mysql-tdengine) +- Use Postgresql + GreptimeDB as HertzBeat dependent storage -> [HertzBeat+PostgreSQL+GreptimeDB Solution](hertzbeat-postgresql-greptimedb) +- Use Postgresql + VictoriaMetrics as HertzBeat dependent storage -> [HertzBeat+PostgreSQL+VictoriaMetrics Solution](hertzbeat-postgresql-victoria-metrics) +- Use Mysql + VictoriaMetrics as HertzBeat dependent storage -> [HertzBeat+Mysql+VictoriaMetrics Solution](hertzbeat-mysql-victoria-metrics) +- Use Mysql + IoTDB as HertzBeat dependent storage -> [HertzBeat+Mysql+IoTDB Solution](hertzbeat-mysql-iotdb) +- Use Mysql + Tdengine as HertzBeat dependent storage -> [HertzBeat+Mysql+Tdengine Solution](hertzbeat-mysql-tdengine) diff --git a/script/docker-compose/hertzbeat-mysql-iotdb/README.md b/script/docker-compose/hertzbeat-mysql-iotdb/README.md index b5b94efcec2..681e5f863f5 100644 --- a/script/docker-compose/hertzbeat-mysql-iotdb/README.md +++ b/script/docker-compose/hertzbeat-mysql-iotdb/README.md @@ -1,6 +1,6 @@ ## docker-compose deployment HertzBeat+Mysql+IoTDB solution -> The docker-compose deployment scheme uses Mysql + IoTDB as the dependent storage service of Hertzbeat. +> The docker-compose deployment scheme uses Mysql + IoTDB as the dependent storage service of HertzBeat. > This solution will start three container services Mysql, IoTDB, HertzBeat ##### Install Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-mysql-iotdb/README_CN.md b/script/docker-compose/hertzbeat-mysql-iotdb/README_CN.md index 9f145fe769b..dabeed00e6b 100644 --- a/script/docker-compose/hertzbeat-mysql-iotdb/README_CN.md +++ b/script/docker-compose/hertzbeat-mysql-iotdb/README_CN.md @@ -2,7 +2,7 @@ - 如果想自己本地快速部署的话,可以参考下面进行操作。 -> docker-compose 部署方案使用了 Mysql + IoTDB 作为 Hertzbeat 依赖存储服务。 +> docker-compose 部署方案使用了 Mysql + IoTDB 作为 HertzBeat 依赖存储服务。 > 此方案会启动三个容器服务 Mysql, IoTDB, HertzBeat ##### 安装Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-mysql-tdengine/README.md b/script/docker-compose/hertzbeat-mysql-tdengine/README.md index 27c1febaba5..c5bd858883a 100644 --- a/script/docker-compose/hertzbeat-mysql-tdengine/README.md +++ b/script/docker-compose/hertzbeat-mysql-tdengine/README.md @@ -1,6 +1,6 @@ ## Docker-Compose deployment HertzBeat+Mysql+Tdengine Solution -> The docker-compose deployment scheme uses Mysql + Tdengine as the dependent storage service of Hertzbeat. +> The docker-compose deployment scheme uses Mysql + Tdengine as the dependent storage service of HertzBeat. > This solution will start three container services Mysql, Tdengine, HertzBeat ##### Install Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-mysql-tdengine/README_CN.md b/script/docker-compose/hertzbeat-mysql-tdengine/README_CN.md index 329344585d3..a45144cdae2 100644 --- a/script/docker-compose/hertzbeat-mysql-tdengine/README_CN.md +++ b/script/docker-compose/hertzbeat-mysql-tdengine/README_CN.md @@ -2,7 +2,7 @@ - 如果想自己本地快速部署的话,可以参考下面进行操作。 -> docker-compose 部署方案使用了 Mysql + Tdengine 作为 Hertzbeat 依赖存储服务。 +> docker-compose 部署方案使用了 Mysql + Tdengine 作为 HertzBeat 依赖存储服务。 > 此方案会启动三个容器服务 Mysql, Tdengine, HertzBeat ##### 安装Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-mysql-victoria-metrics/README.md b/script/docker-compose/hertzbeat-mysql-victoria-metrics/README.md index 02a6829ea8f..b2801a0e0f0 100644 --- a/script/docker-compose/hertzbeat-mysql-victoria-metrics/README.md +++ b/script/docker-compose/hertzbeat-mysql-victoria-metrics/README.md @@ -1,6 +1,6 @@ ## Docker-Compose deployment HertzBeat+Mysql+VictoriaMetrics Solution -> The docker-compose deployment scheme uses Mysql + VictoriaMetrics as the dependent storage service of Hertzbeat. +> The docker-compose deployment scheme uses Mysql + VictoriaMetrics as the dependent storage service of HertzBeat. > This solution will start three container services Mysql, VictoriaMetrics, HertzBeat ##### Install Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-mysql-victoria-metrics/README_CN.md b/script/docker-compose/hertzbeat-mysql-victoria-metrics/README_CN.md index 6602b34a318..6c8e91bc4c0 100644 --- a/script/docker-compose/hertzbeat-mysql-victoria-metrics/README_CN.md +++ b/script/docker-compose/hertzbeat-mysql-victoria-metrics/README_CN.md @@ -2,7 +2,7 @@ - 如果想自己本地快速部署的话,可以参考下面进行操作。 -> docker-compose 部署方案使用了 Mysql + VictoriaMetrics 作为 Hertzbeat 依赖存储服务。 +> docker-compose 部署方案使用了 Mysql + VictoriaMetrics 作为 HertzBeat 依赖存储服务。 > 此方案会启动三个容器服务 Mysql, VictoriaMetrics, HertzBeat ##### 安装Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-postgresql-greptimedb/README.md b/script/docker-compose/hertzbeat-postgresql-greptimedb/README.md index 5a84321adcb..0f4faa8def4 100644 --- a/script/docker-compose/hertzbeat-postgresql-greptimedb/README.md +++ b/script/docker-compose/hertzbeat-postgresql-greptimedb/README.md @@ -1,6 +1,6 @@ ## docker-compose deployment HertzBeat+PostgreSQL+GreptimeDB solution -> The docker-compose deployment scheme uses PostgreSQL + GreptimeDB as the dependent storage service of Hertzbeat. +> The docker-compose deployment scheme uses PostgreSQL + GreptimeDB as the dependent storage service of HertzBeat. > This solution will start three container services PostgreSQL, GreptimeDB, HertzBeat ##### Install Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-postgresql-greptimedb/README_CN.md b/script/docker-compose/hertzbeat-postgresql-greptimedb/README_CN.md index 609ba130f64..5815eb70050 100644 --- a/script/docker-compose/hertzbeat-postgresql-greptimedb/README_CN.md +++ b/script/docker-compose/hertzbeat-postgresql-greptimedb/README_CN.md @@ -2,7 +2,7 @@ - 如果想自己本地快速部署的话,可以参考下面进行操作。 -> docker-compose 部署方案使用了 PostgreSQL + GreptimeDB 作为 Hertzbeat 依赖存储服务。 +> docker-compose 部署方案使用了 PostgreSQL + GreptimeDB 作为 HertzBeat 依赖存储服务。 > 此方案会启动三个容器服务 PostgreSQL, GreptimeDB, HertzBeat ##### 安装Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README.md b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README.md index ff4edb7525e..835c280e5e9 100644 --- a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README.md +++ b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README.md @@ -1,6 +1,6 @@ ## docker-compose deployment HertzBeat+PostgreSQL+IoTDB solution -> The docker-compose deployment scheme uses PostgreSQL + VictoriaMetrics as the dependent storage service of Hertzbeat. +> The docker-compose deployment scheme uses PostgreSQL + VictoriaMetrics as the dependent storage service of HertzBeat. > This solution will start three container services PostgreSQL, VictoriaMetrics, HertzBeat ##### Install Docker & Docker-compose diff --git a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README_CN.md b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README_CN.md index f809587e05d..c0e2cf9915f 100644 --- a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README_CN.md +++ b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/README_CN.md @@ -2,7 +2,7 @@ - 如果想自己本地快速部署的话,可以参考下面进行操作。 -> docker-compose 部署方案使用了 PostgreSQL + victoria-metrics 作为 Hertzbeat 依赖存储服务。 +> docker-compose 部署方案使用了 PostgreSQL + victoria-metrics 作为 HertzBeat 依赖存储服务。 > 此方案会启动三个容器服务 PostgreSQL, victoria-metrics, HertzBeat ##### 安装Docker & Docker-compose diff --git a/template-marketplace/hertzbeat-template-hub-web-app/README.md b/template-marketplace/hertzbeat-template-hub-web-app/README.md index 9dbef66047d..590a316f1c0 100644 --- a/template-marketplace/hertzbeat-template-hub-web-app/README.md +++ b/template-marketplace/hertzbeat-template-hub-web-app/README.md @@ -1,4 +1,4 @@ -# HertzbeatTemplateHubWebApp +# HertzBeat Template Hub Web App This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.5. diff --git a/web-app/README.md b/web-app/README.md index a882a224604..ade551d7497 100644 --- a/web-app/README.md +++ b/web-app/README.md @@ -1,4 +1,4 @@ -## Hertzbeat Web-App +## HertzBeat Web-App > [!NOTE] > diff --git a/web-app/package.json b/web-app/package.json index d750e6bcb3d..39f00cc7698 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -1,7 +1,7 @@ { "name": "hertzbeat-web-app", "version": "1.0.0", - "description": "A real-time monitoring tool with custom-monitor and agentLess.", + "description": "A real-time monitoring tool with custom-monitor and agentless.", "author": "hertzbeat community", "repository": { "type": "git", diff --git a/web-app/src/assets/doc/alert-integration/prometheus.pt-BR.md b/web-app/src/assets/doc/alert-integration/prometheus.pt-BR.md index e92b81ee603..67f08ee6044 100644 --- a/web-app/src/assets/doc/alert-integration/prometheus.pt-BR.md +++ b/web-app/src/assets/doc/alert-integration/prometheus.pt-BR.md @@ -35,7 +35,7 @@ alerting: ## Perguntas frequentes -- Verifique se o URL do Hertzbeat está acessível pelo servidor Prometheus +- Verifique se o URL do HertzBeat está acessível pelo servidor Prometheus - Verifique o log do Prometheus para mensagens de erro que falharam em enviar alarmes - Verifique a correção da expressão da regra do alarme diff --git a/web-app/src/assets/doc/alert-integration/skywalking.pt-BR.md b/web-app/src/assets/doc/alert-integration/skywalking.pt-BR.md index 20adcceaeaf..acd8d324e80 100644 --- a/web-app/src/assets/doc/alert-integration/skywalking.pt-BR.md +++ b/web-app/src/assets/doc/alert-integration/skywalking.pt-BR.md @@ -1,4 +1,4 @@ -> Envie alarmes de caminhada para a plataforma de alarme Hertzbeat através do Webhook. +> Envie alarmes de caminhada para a plataforma de alarme HertzBeat através do Webhook. Configuração do Serviço de Skywalking @@ -24,7 +24,7 @@ hooks: ### Perguntas frequentes -- Verifique se o URL do Hertzbeat está acessível pelo Skywalking Server +- Verifique se o URL do HertzBeat está acessível pelo Skywalking Server - Verifique o registro do Skywalking para obter mensagens de erro que falharam em enviar alarmes - Verifique a correção da expressão da regra do alarme diff --git a/web-app/src/assets/doc/alert-integration/volcengine.ja-JP.md b/web-app/src/assets/doc/alert-integration/volcengine.ja-JP.md index 97b0445a7d0..cd2fceefab2 100644 --- a/web-app/src/assets/doc/alert-integration/volcengine.ja-JP.md +++ b/web-app/src/assets/doc/alert-integration/volcengine.ja-JP.md @@ -1,4 +1,4 @@ -> Volcano Engine Cloudの監視のアラームをWebhookを介してHertzbeatアラートプラットフォームに送信します。 +> Volcano Engine Cloudの監視のアラームをWebhookを介してHertzBeatアラートプラットフォームに送信します。 ### Volcanoエンジンアラームコールバックを構成します diff --git a/web-app/src/assets/doc/alert-integration/webhook.pt-BR.md b/web-app/src/assets/doc/alert-integration/webhook.pt-BR.md index d91aa2af834..e0e886a045e 100644 --- a/web-app/src/assets/doc/alert-integration/webhook.pt-BR.md +++ b/web-app/src/assets/doc/alert-integration/webhook.pt-BR.md @@ -1,4 +1,4 @@ -> Hertzbeat fornece uma interface de API para o mundo exterior. Os sistemas externos podem chamar essa interface através do webhook para empurrar dados de alarme para a plataforma de alarme Hertzbeat. +> HertzBeat fornece uma interface de API para o mundo exterior. Os sistemas externos podem chamar essa interface através do webhook para empurrar dados de alarme para a plataforma de alarme HertzBeat. ### Interface endpoint @@ -48,7 +48,7 @@ Descrição do campo ### Verificação de configuração -- Depois que o sistema de terceiros aciona um alarme, os dados de alarme são empurrados para a plataforma de alarme Hertzbeat através da interface `/API/Alerts/Relatório 'do Webhook. +- Depois que o sistema de terceiros aciona um alarme, os dados de alarme são empurrados para a plataforma de alarme HertzBeat através da interface `/API/Alerts/Relatório 'do Webhook. - Verifique o processamento de dados de alarme na plataforma de alarme HertzBeat para verificar se os dados do alarme estão corretos. ### Fluxo de dados: @@ -56,7 +56,7 @@ Descrição do campo ```mermaid graph LR A [Alarme do sistema externo] -> B [webhook] - B -> C [Plataforma de alarme Hertzbeat] + B -> C [Plataforma de alarme HertzBeat] C -> D [Convergência do grupo] D -> e [supressão de alarme] E -> f [alarme silencioso] diff --git a/web-app/src/assets/doc/alert-integration/zabbix.en-US.md b/web-app/src/assets/doc/alert-integration/zabbix.en-US.md index ec24562a172..92c1d97dd51 100644 --- a/web-app/src/assets/doc/alert-integration/zabbix.en-US.md +++ b/web-app/src/assets/doc/alert-integration/zabbix.en-US.md @@ -29,24 +29,24 @@ Send Zabbix alerts to the HertzBeat alert platform via Webhook. 5. Add the following JavaScript code in the **Script** section ```javascript -var Hertzbeat = { +var HertzBeat = { sendMessage: function(url, alert) { request = new HttpRequest(); request.addHeader('Content-Type: application/json'); data = JSON.stringify(alert); - Zabbix.Log(4, '[Hertzbeat Webhook] params: ' + data); + Zabbix.Log(4, '[HertzBeat Webhook] params: ' + data); // Push alert message response = request.post(url, data); - Zabbix.Log(4, '[Hertzbeat Webhook] HTTP code: ' + request.Status()); - Zabbix.Log(4, '[Hertzbeat Webhook] response: ' + response); + Zabbix.Log(4, '[HertzBeat Webhook] HTTP code: ' + request.Status()); + Zabbix.Log(4, '[HertzBeat Webhook] response: ' + response); // Format the returned result and make a judgment, throw an exception if there is an exception. try { response = JSON.parse(response); } catch (error) { response = null; - Zabbix.Log(4, '[Hertzbeat Webhook] response parse error'); + Zabbix.Log(4, '[HertzBeat Webhook] response parse error'); } if (request.Status() !== 200 || response.errcode !== 0 || response.errmsg !== 'ok') { @@ -159,11 +159,11 @@ try { Zabbix.Log(4, "HertzBeat webhook payload: " + JSON.stringify(hertzbeatAlert)); // Execute message push function - Hertzbeat.sendMessage(params.URL, hertzbeatAlert); + HertzBeat.sendMessage(params.URL, hertzbeatAlert); // Return to Zabbix, 'OK' will be used to identify successful execution in Zabbix actions. return 'OK'; } catch (error) { - Zabbix.Log(4, '[Hertzbeat Webhook] notification failed: ' + error); + Zabbix.Log(4, '[HertzBeat Webhook] notification failed: ' + error); throw 'Sending failed: ' + error + '.'; } ``` diff --git a/web-app/src/assets/doc/alert-integration/zabbix.zh-CN.md b/web-app/src/assets/doc/alert-integration/zabbix.zh-CN.md index 71f28ce1c02..f475fff7c96 100644 --- a/web-app/src/assets/doc/alert-integration/zabbix.zh-CN.md +++ b/web-app/src/assets/doc/alert-integration/zabbix.zh-CN.md @@ -29,25 +29,25 @@ 5. 在 **脚本** 部分添加以下 JavaScript 代码 ```javascript -var Hertzbeat = { +var HertzBeat = { sendMessage: function(url, alert) { request = new HttpRequest(); request.addHeader('Content-Type: application/json'); data = JSON.stringify(alert); - Zabbix.Log(4, '[Hertzbeat Webhook] params: ' + data); + Zabbix.Log(4, '[HertzBeat Webhook] params: ' + data); // 推送告警消息 response = request.post(url, data); - Zabbix.Log(4, '[Hertzbeat Webhook] HTTP code: ' + request.Status()); - Zabbix.Log(4, '[Hertzbeat Webhook] response: ' + response); + Zabbix.Log(4, '[HertzBeat Webhook] HTTP code: ' + request.Status()); + Zabbix.Log(4, '[HertzBeat Webhook] response: ' + response); // 格式化返回的结果并做出判断,有异常则抛出异常。 try { response = JSON.parse(response); } catch (error) { response = null; - Zabbix.Log(4, '[Hertzbeat Webhook] response parse error'); + Zabbix.Log(4, '[HertzBeat Webhook] response parse error'); } if (request.Status() !== 200 || response.errcode !== 0 || response.errmsg !== 'ok') { @@ -160,11 +160,11 @@ try { Zabbix.Log(4, "HertzBeat webhook payload: " + JSON.stringify(hertzbeatAlert)); // 执行消息推送函数 - Hertzbeat.sendMessage(params.URL, hertzbeatAlert); + HertzBeat.sendMessage(params.URL, hertzbeatAlert); // 返回给zabbix,ok 在 Zabbix 动作中会被用来标识成功执行。 return 'OK'; } catch (error) { - Zabbix.Log(4, '[Hertzbeat Webhook] notification failed: ' + error); + Zabbix.Log(4, '[HertzBeat Webhook] notification failed: ' + error); throw 'Sending failed: ' + error + '.'; } ``` diff --git a/web-app/src/assets/doc/alert-integration/zabbix.zh-TW.md b/web-app/src/assets/doc/alert-integration/zabbix.zh-TW.md index 633c15ddc3c..96f6535ae58 100644 --- a/web-app/src/assets/doc/alert-integration/zabbix.zh-TW.md +++ b/web-app/src/assets/doc/alert-integration/zabbix.zh-TW.md @@ -29,24 +29,24 @@ 5. 在 **腳本** 部分添加以下 JavaScript 代碼 ```javascript -var Hertzbeat = { +var HertzBeat = { sendMessage: function(url, alert) { request = new HttpRequest(); request.addHeader('Content-Type: application/json'); data = JSON.stringify(alert); - Zabbix.Log(4, '[Hertzbeat Webhook] params: ' + data); + Zabbix.Log(4, '[HertzBeat Webhook] params: ' + data); // 推送告警消息 response = request.post(url, data); - Zabbix.Log(4, '[Hertzbeat Webhook] HTTP code: ' + request.Status()); - Zabbix.Log(4, '[Hertzbeat Webhook] response: ' + response); + Zabbix.Log(4, '[HertzBeat Webhook] HTTP code: ' + request.Status()); + Zabbix.Log(4, '[HertzBeat Webhook] response: ' + response); // 格式化返回的結果並做出判斷,有異常則拋出異常。 try { response = JSON.parse(response); } catch (error) { response = null; - Zabbix.Log(4, '[Hertzbeat Webhook] response parse error'); + Zabbix.Log(4, '[HertzBeat Webhook] response parse error'); } if (request.Status() !== 200 || response.errcode !== 0 || response.errmsg !== 'ok') { @@ -159,11 +159,11 @@ try { Zabbix.Log(4, "HertzBeat webhook payload: " + JSON.stringify(hertzbeatAlert)); // 執行消息推送函數 - Hertzbeat.sendMessage(params.URL, hertzbeatAlert); + HertzBeat.sendMessage(params.URL, hertzbeatAlert); // 返回給zabbix,ok 在 Zabbix 動作中會被用來標識成功執行。 return 'OK'; } catch (error) { - Zabbix.Log(4, '[Hertzbeat Webhook] notification failed: ' + error); + Zabbix.Log(4, '[HertzBeat Webhook] notification failed: ' + error); throw 'Sending failed: ' + error + '.'; } ``` diff --git a/web-app/src/assets/i18n/en-US.json b/web-app/src/assets/i18n/en-US.json index 15990e38ed2..ef905fe3127 100644 --- a/web-app/src/assets/i18n/en-US.json +++ b/web-app/src/assets/i18n/en-US.json @@ -72,7 +72,7 @@ "alert.help.integration.link": "https://hertzbeat.apache.org", "alert.help.notice": "Notification is used to config the receiver of alarm message and receiving method. The alarm message will be sent to the receiver by specified way(support email, discord, webhook etc). Click here to see configuration steps..
\"Notice Template\" is message content structure template. The built-in template is used by default or you can customize the template to customize the message notification structure.
Note⚠️: After configuring the \"Receiver\", you also need to config the\"Notice Policy\"to specify which messages are sent to which receivers. Click here to see potential issues.", "alert.help.notice.link": "https://hertzbeat.apache.org/docs/help/alert_email", - "alert.help.setting": "Threshold Rules are used for metrics alarm threshold rule management. Click the \"New Threshold\" to configure the alarm threshold for monitoring metrics. Hertzbeat will trigger alarms based on the threshold and metrics data.
Note⚠️: The alarm message that has been triggered can be checked in [Alter Center], and you can also set the notification method and personnel in [Notification].", + "alert.help.setting": "Threshold Rules are used for metrics alarm threshold rule management. Click the \"New Threshold\" to configure the alarm threshold for monitoring metrics. HertzBeat will trigger alarms based on the threshold and metrics data.
Note⚠️: The alarm message that has been triggered can be checked in [Alter Center], and you can also set the notification method and personnel in [Notification].", "alert.help.setting.link": "https://hertzbeat.apache.org/docs/help/alert_threshold", "alert.help.silence": "Alarm Silence management is used when you don't want to be disturbed during system maintenance or on nights weekend.
Click \"New Silence Strategy\" and configure the time period to block messages so you would not get disturbed during breaks.", "alert.help.silence.link": "https://hertzbeat.apache.org/docs", diff --git a/web-app/src/assets/i18n/pt-BR.json b/web-app/src/assets/i18n/pt-BR.json index dd460551b48..7453e3e0d10 100644 --- a/web-app/src/assets/i18n/pt-BR.json +++ b/web-app/src/assets/i18n/pt-BR.json @@ -129,9 +129,9 @@ "alert.help.notice.link": "https://hertzbeat.apache.org/docs/help/alert_email", "alert.help.converge": "A Convergência de Alarmes suporta a deduplicação e convergência de mensagens de alarme repetidas dentro de um período de tempo especificado.
Clique em \"Nova Estratégia de Convergência\" e configure o período de tempo para evitar um grande número de alarmes repetitivos que podem anestesiar o destinatário do alarme.", "alert.help.converge.link": "https://hertzbeat.apache.org", - "alert.help.center": "O Centro de Alarmes é o centro de processamento de notificações para todas as mensagens de alarme disparadas, incluindo alarmes disparados por limites internos do sistema e informações de alarme acessadas através de canais de alarme externos de terceiros.
O Hertzbeat suporta operações em lote, como consulta de alarmes, marcação de processamento, não processados, exclusão de alarmes e limpeza.", + "alert.help.center": "O Centro de Alarmes é o centro de processamento de notificações para todas as mensagens de alarme disparadas, incluindo alarmes disparados por limites internos do sistema e informações de alarme acessadas através de canais de alarme externos de terceiros.
O HertzBeat suporta operações em lote, como consulta de alarmes, marcação de processamento, não processados, exclusão de alarmes e limpeza.", "alert.help.center.link": "https://hertzbeat.apache.org/docs/help/guide", - "alert.help.setting": "As Regras de Limite são usadas para o gerenciamento de regras de limite de alarme para métricas. Clique em \"Novo Limite\" para configurar o limite de alarme para métricas de monitoramento. O Hertzbeat disparará alarmes com base no limite e nos dados das métricas.
Nota⚠️: A mensagem de alarme que foi disparada pode ser verificada no [Centro de Alarmes], e você também pode configurar o método de notificação e os destinatários em [Notificação].", + "alert.help.setting": "As Regras de Limite são usadas para o gerenciamento de regras de limite de alarme para métricas. Clique em \"Novo Limite\" para configurar o limite de alarme para métricas de monitoramento. O HertzBeat disparará alarmes com base no limite e nos dados das métricas.
Nota⚠️: A mensagem de alarme que foi disparada pode ser verificada no [Centro de Alarmes], e você também pode configurar o método de notificação e os destinatários em [Notificação].", "alert.help.setting.link": "https://hertzbeat.apache.org/docs/help/alert_threshold", "alert.help.silence": "O gerenciamento de Silêncio de Alarmes é usado quando você não quer ser perturbado durante a manutenção do sistema ou nos fins de semana.
Clique em \"Nova Estratégia de Silêncio\" e configure o período de tempo para bloquear mensagens para que você não seja perturbado durante os intervalos.", "alert.help.silence.link": "https://hertzbeat.apache.org/docs",