Skip to content

Commit 5a98b56

Browse files
zhehenluzqr10159Duansg
authored
[docs]doc: unify naming HertzBeat and agentless across docs and assets (#4075)
Co-authored-by: Logic <zqr10159@dromara.org> Co-authored-by: Duansg <siguoduan@gmail.com>
1 parent bed2e4b commit 5a98b56

227 files changed

Lines changed: 467 additions & 467 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Hertzbeat DevContainer",
2+
"name": "HertzBeat DevContainer",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
55
"ghcr.io/devcontainers/features/java:1": {
@@ -29,7 +29,7 @@
2929
},
3030
"portsAttributes": {
3131
"4200": {
32-
"label": "Hertzbeat Web",
32+
"label": "HertzBeat Web",
3333
"onAutoForward": "notify"
3434
}
3535
},

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vscode:
4444

4545
ports:
4646
- port: 4200
47-
name: Hertzbeat
47+
name: HertzBeat
4848
onOpen: open-browser
4949

5050
- port: 1157

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
## 🥐 Architecture
5050

51-
![hertzBeat](home/static/img/docs/hertzbeat-arch.png)
51+
![HertzBeat](home/static/img/docs/hertzbeat-arch.png)
5252

5353
## ⛄ Supported
5454

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
##### 方式4:Docker-Compose
167167

168-
[Docker-Compose 部署脚本](script/docker-compose)でpostgresql/mysqlデータベース、victoria-metrics、iotdb、またはtdengine時系列データベースとHertzbeat一括デプロイ
168+
[Docker-Compose 部署脚本](script/docker-compose)でpostgresql/mysqlデータベース、victoria-metrics、iotdb、またはtdengine時系列データベースとHertzBeat一括デプロイ
169169

170170
詳細ステップ [通过 Docker-Compose 安装 HertzBeat](script/docker-compose/README.md)
171171

home/blog/2022-12-19-new-committer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ github:[wang1027-wqh](https://github.com/wang1027-wqh)
5858

5959
email:[1758619238@qq.com](mailto:1758619238@qq.com)
6060

61-
Hertzbeat Committer
61+
HertzBeat Committer
6262

6363
github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx)
6464

65-
### 初识Hertzbeat
65+
### 初识HertzBeat
6666

67-
2022年8月开始接触Hertzbeat,由于公司监控elasticsearch使用的cerebro,虽然有非常强大的数据监控,但缺少告警通知的功能;就去github上浏览监控类的项目,刚好看到Hertzbeat,对此非常感兴趣,在了解完整个项目结构和实现后,刚好elasticsearch的监控部分做的不够完善,我就根据cerebro完善了这部分监控数据并提交了pull request。后面在tom老哥的帮助下也开始其他部分的实现。
67+
2022年8月开始接触HertzBeat,由于公司监控elasticsearch使用的cerebro,虽然有非常强大的数据监控,但缺少告警通知的功能;就去github上浏览监控类的项目,刚好看到HertzBeat,对此非常感兴趣,在了解完整个项目结构和实现后,刚好elasticsearch的监控部分做的不够完善,我就根据cerebro完善了这部分监控数据并提交了pull request。后面在tom老哥的帮助下也开始其他部分的实现。
6868

6969
### 开始提交PR
7070

@@ -79,7 +79,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx)
7979

8080
### 持续的开源贡献与收获
8181

82-
到目前为止,参与Hertzbeat社区开源已有半年多时间,贡献了许多,也成长收获了许多。
82+
到目前为止,参与HertzBeat社区开源已有半年多时间,贡献了许多,也成长收获了许多。
8383

8484
在参与开源的时候会比平常自己做项目想的更多,包括使用第三方软件各个版本如何兼容;实现某个功能也要考虑是否方便以后扩展;要有完善的test模块,减少项目的bug。
8585

@@ -95,7 +95,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx)
9595
+ 可以尝试阅读源码,大部分源码都是包含注释的,并不难;不懂的地方也可以通过运行test,debug看一下整个流程
9696
+ 有想法或者bug,可以前往gitee或者github提交issues,也可以在群里询问,不要怕,都是从菜逼过来的
9797

98-
### 如何参与Hertzbeat
98+
### 如何参与HertzBeat
9999

100100
+ 官网有非常完善的贡献者指南:[贡献者指南 | HertzBeat](https://hertzbeat.apache.org/docs/community/contribution)
101101

home/blog/2023-02-10-new-committer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Name: Gao Chen
1818

1919
Now engaged in: Fanruan software Java research and development
2020

21-
Hertzbeat Committer
21+
HertzBeat Committer
2222

2323
github: gcdd1993 (A Chen who attacked)
2424

25-
### Getting to know Hertzbeat
25+
### Getting to know HertzBeat
2626

27-
I started to contact Hertzbeat in April 2022. At that time, the company had a downtime accident, and the website could not be accessed.
27+
I started to contact HertzBeat in April 2022. At that time, the company had a downtime accident, and the website could not be accessed.
2828
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.
29-
After browsing several monitoring platforms, I finally settled on Hertzbeat, because it has powerful functions, meets the needs and has some surprises.
29+
After browsing several monitoring platforms, I finally settled on HertzBeat, because it has powerful functions, meets the needs and has some surprises.
3030
The most important thing is the code specification, clear comments, and consistent technology stack, which is convenient for the secondary development of enterprises.
3131
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.
3232

home/blog/2023-03-15-hertzbeat-v1.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Website: hertzbeat.com | tancloud.cn
2929

3030
After a month of iterations, HertzBeat v1.3.0 was officially released last weekend, **Recommended upgrade**!
3131

32-
- 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.
32+
- 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.
3333

3434
- **support for monitoring network switches**.
3535
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.

home/blog/2023-03-22-monitor-springboot2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: [opensource monitoring, SpringBoot monitoring, alert]
1111

1212
### HertzBeat Intro
1313

14-
> HertzBeat is an open source, real-time monitoring tool with custom-monitor and agentLess. | 易用友好的开源实时监控告警工具,无需Agent,强大自定义监控能力.
14+
> HertzBeat is an open source, real-time monitoring tool with custom-monitor and agentless. | 易用友好的开源实时监控告警工具,无需Agent,强大自定义监控能力.
1515
>
1616
> **Monitor+Alerter+Notify** all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more.
1717
> More flexible threshold rule(calculation expression), timely notification delivery by `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`.

home/blog/2023-05-09-hertzbeat-v1.3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Website: hertzbeat.com | tancloud.cn
1313

1414
### What is HertzBeat?
1515

16-
> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentLess.
16+
> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentless.
1717
> **Monitoring+Alarm+Notify** all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more.
1818
> Easy to use, full web-based operation, monitoring and alerting at the click of a mouse, zero learning cost.
1919
> More flexible threshold rule, timely notification delivery by `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`.

home/blog/2023-07-05-hertzbeat-v1.3.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Website: hertzbeat.com | tancloud.cn
1313

1414
### What is HertzBeat?
1515

16-
> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentLess.
16+
> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom-monitoring and agentless.
1717
> **Monitoring+Alarm+Notify** all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more.
1818
> Easy to use, full web-based operation, monitoring and alerting at the click of a mouse, zero learning cost.
1919
> More flexible threshold rule, timely notification delivery by `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`.

0 commit comments

Comments
 (0)