Skip to content

Commit ecae143

Browse files
tomsun28zqr10159
andauthored
[improve] update new hertzbeat brand logo, update doc (apache#1761)
Signed-off-by: tomsun28 <[email protected]> Co-authored-by: Logic <[email protected]>
1 parent 9ec4e55 commit ecae143

File tree

251 files changed

+3472
-2820
lines changed

Some content is hidden

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

251 files changed

+3472
-2820
lines changed

.idea/icon.png

-47.8 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ Thanks to these wonderful people, welcome to join us:
436436

437437
WeChat Group : Add friend `tan-cloud` and invite to the group.
438438

439+
WeChat Public : Search `Apache HertzBeat` or `usthecom`.
440+
439441
[QQ Group](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : Group num `630061200`
440442

441443
[Github Discussion](https://github.com/apache/hertzbeat/discussions)

README_CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,11 @@ Thanks these wonderful people, welcome to join us:
433433

434434
[Chat On Discord](https://discord.gg/Fb6M73htGr)
435435

436-
微信交流群 : Add friend `tan-cloud` and invite you to the group.
436+
微信交流群 : `tan-cloud` 好友邀请进群.
437437

438-
[QQ交流群](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : Group num `630061200`
438+
微信公众号 : 搜索 `Apache HertzBeat` or `usthecom`.
439+
440+
[QQ交流群](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : 群号 `630061200`
439441

440442
[Github Discussion](https://github.com/apache/hertzbeat/discussions)
441443

collector/src/main/java/org/apache/hertzbeat/collector/collect/redis/RedisCommonCollectImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ private Map<String, String> parseInfo(String info, Metrics metrics) {
312312
.forEach(it -> {
313313
result.put(it[0], it[1]);
314314
});
315-
// fix https://github.com/dromara/hertzbeat/pull/913
315+
// fix https://github.com/apache/hertzbeat/pull/913
316316
if (result.size() < fieldTotalSize) {
317317
for (Metrics.Field field : metrics.getFields()) {
318318
if (!result.containsKey(field.getField())) {

home/blog/2022-06-01-hertzbeat-v1.0.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ We would like to thank the HertzBeat Contributors for their contributions since
3636

3737
Feature:
3838

39-
1. [[monitor] feature: support redis protocol #142](https://github.com/dromara/hertzbeat/pull/142) contribute by @gcdd1993
39+
1. [[monitor] feature: support redis protocol #142](https://github.com/apache/hertzbeat/pull/142) contribute by @gcdd1993
4040
2. Copyright & NOTICE contribute by @shimingxy
41-
3. [[alerter]bugfix: support system alert trigger time #144](https://github.com/dromara/hertzbeat/pull/144).
42-
4. [[collector]feature: reuse redis connection cache #146](https://github.com/dromara/hertzbeat/pull/146).
43-
5. [[collector]handle sensitive info such as account and password in log #159](https://github.com/dromara/hertzbeat/pull/159) idea from @goo-kits
44-
6. [Feature add zookeeper help Doc #137](https://github.com/dromara/hertzbeat/pull/137) contributr by @wang1027-wqh
41+
3. [[alerter]bugfix: support system alert trigger time #144](https://github.com/apache/hertzbeat/pull/144).
42+
4. [[collector]feature: reuse redis connection cache #146](https://github.com/apache/hertzbeat/pull/146).
43+
5. [[collector]handle sensitive info such as account and password in log #159](https://github.com/apache/hertzbeat/pull/159) idea from @goo-kits
44+
6. [Feature add zookeeper help Doc #137](https://github.com/apache/hertzbeat/pull/137) contributr by @wang1027-wqh
4545

4646
Bug fix.
4747

48-
1. [[monitor]bugfix: fix load resource bundle error when local en.HK #131](https://github.com/dromara/hertzbeat/pull/131).
49-
2. [[web-app]bugfix:fix side menu invisible when theme is dark #132](https://github.com/dromara/hertzbeat/pull/132).
50-
3. [[monitor]bugfix: fix only one filter label can be set when notification #140](https://github.com/dromara/hertzbeat/pull/140). issue by @daqianxiaoyao
51-
4. [[td-engine store]bugfix: fix log #150](https://github.com/dromara/hertzbeat/pull/150). contribute by @ChineseTony
52-
5. [[collector]bugfix: fix warehouse data queue consume error #153](https://github.com/dromara/hertzbeat/pull/153). issue by @daqianxiaoyao
53-
7. [[web-app]bugfix:fix input blocking when input error in dark theme #157](https://github.com/dromara/hertzbeat/pull/157). issue by @ConradWen
48+
1. [[monitor]bugfix: fix load resource bundle error when local en.HK #131](https://github.com/apache/hertzbeat/pull/131).
49+
2. [[web-app]bugfix:fix side menu invisible when theme is dark #132](https://github.com/apache/hertzbeat/pull/132).
50+
3. [[monitor]bugfix: fix only one filter label can be set when notification #140](https://github.com/apache/hertzbeat/pull/140). issue by @daqianxiaoyao
51+
4. [[td-engine store]bugfix: fix log #150](https://github.com/apache/hertzbeat/pull/150). contribute by @ChineseTony
52+
5. [[collector]bugfix: fix warehouse data queue consume error #153](https://github.com/apache/hertzbeat/pull/153). issue by @daqianxiaoyao
53+
7. [[web-app]bugfix:fix input blocking when input error in dark theme #157](https://github.com/apache/hertzbeat/pull/157). issue by @ConradWen
5454

55-
**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.0-beta.8...v1.0
55+
**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.0-beta.8...v1.0
5656

5757
Online https://console.tancloud.cn.
5858

@@ -64,7 +64,7 @@ Redis monitor is coming:
6464

6565
<img width="959" alt="2022-05-29 20 24 21" src="https://user-images.githubusercontent.com/24788200/170868094-3c4de70f-934a-4a13-ae1a-0744c30f14f3.png"/>
6666

67-
> [HertzBeat](https://github.com/dromara/hertzbeat), incubated by [Dromara](https://dromara.org) and open-sourced by [TanCloud](https://tancloud.cn), is an open-source monitoring and alerting project with a user-friendly visual interface that supports monitoring types such as websites, APIs, PING, ports, databases, operating systems, and more.
67+
> [HertzBeat](https://github.com/apache/hertzbeat), incubated by [Dromara](https://dromara.org) and open-sourced by [TanCloud](https://tancloud.cn), is an open-source monitoring and alerting project with a user-friendly visual interface that supports monitoring types such as websites, APIs, PING, ports, databases, operating systems, and more.
6868
> Of course, we also provide a corresponding [SAAS cloud monitoring version](https://console.tancloud.cn), so small and medium-sized teams and individuals no longer need to deploy a cumbersome monitoring system to monitor their website resources; you can [log in](https://console.tancloud.cn) to start monitoring for free.
6969
7070
> HertzBeat supports custom monitoring; by configuring the YML file, we can customize the required monitoring types and metrics to meet common personalized needs.
@@ -78,6 +78,6 @@ Redis monitor is coming:
7878

7979
**Repository url**
8080

81-
[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
82-
[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
81+
[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
82+
[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
8383

home/blog/2022-06-19-hertzbeat-v1.1.0.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
77
tags: [opensource]
88
---
99

10-
[HertzBeat](https://github.com/dromara/hertzbeat), incubated by [Dromara](https://dromara.org) and open-sourced by [TanCloud](https://tancloud.cn), is an open-source monitoring and alerting project that supports various monitoring types such as websites, APIs, PING, ports, databases, entire sites, operating systems, middleware, etc. It features threshold alarms, notification alerts (email, webhook, DingTalk, WeChat Work, Lark robots), and a user-friendly visual interface.
10+
[HertzBeat](https://github.com/apache/hertzbeat), incubated by [Dromara](https://dromara.org) and open-sourced by [TanCloud](https://tancloud.cn), is an open-source monitoring and alerting project that supports various monitoring types such as websites, APIs, PING, ports, databases, entire sites, operating systems, middleware, etc. It features threshold alarms, notification alerts (email, webhook, DingTalk, WeChat Work, Lark robots), and a user-friendly visual interface.
1111

1212
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
1313

@@ -19,19 +19,19 @@ Thanks to all HertzBeat contributors! 👍👍
1919

2020
Features:
2121

22-
1. [[monitor]feature: Support for SNMP protocol and Windows OS monitoring #192](https://github.com/dromara/hertzbeat/pull/192). Contributed by @ChineseTony
23-
2. [[monitor] Default use of H2 database instead of MYSQL #191](https://github.com/dromara/hertzbeat/pull/191)
24-
3. [[manager] Support for internationalization of monitoring parameters, making internationalization more accessible #184](https://github.com/dromara/hertzbeat/pull/184).
25-
4. [[script] Support for amd64 and arm64 versions of Docker images #189](https://github.com/dromara/hertzbeat/pull/189).
26-
5. [[monitor]feature: Support for collecting multiple tablespaces metrics from Oracle #163](https://github.com/dromara/hertzbeat/pull/163) Contributed by @brave4Time
27-
6. [[monitor] Unified prefix "hzb_" added to database tables #193](https://github.com/dromara/hertzbeat/pull/193) Issue from @shimingxy
22+
1. [[monitor]feature: Support for SNMP protocol and Windows OS monitoring #192](https://github.com/apache/hertzbeat/pull/192). Contributed by @ChineseTony
23+
2. [[monitor] Default use of H2 database instead of MYSQL #191](https://github.com/apache/hertzbeat/pull/191)
24+
3. [[manager] Support for internationalization of monitoring parameters, making internationalization more accessible #184](https://github.com/apache/hertzbeat/pull/184).
25+
4. [[script] Support for amd64 and arm64 versions of Docker images #189](https://github.com/apache/hertzbeat/pull/189).
26+
5. [[monitor]feature: Support for collecting multiple tablespaces metrics from Oracle #163](https://github.com/apache/hertzbeat/pull/163) Contributed by @brave4Time
27+
6. [[monitor] Unified prefix "hzb_" added to database tables #193](https://github.com/apache/hertzbeat/pull/193) Issue from @shimingxy
2828

2929
Bugfixes:
3030

31-
1. [[monitor] Fix for the inability to collect CPU metrics on Tencent's CentOS version #164](https://github.com/dromara/hertzbeat/pull/164) Contributed by @wyt199905.
32-
2. [[manager] Fix for Oracle monitoring percentage metric collection issue #168](https://github.com/dromara/hertzbeat/pull/168)
33-
3. [[monitor] bugfix: Fix for Elasticsearch monitoring failure under basic authentication #174](https://github.com/dromara/hertzbeat/pull/174) Contributed by @weifuqing
34-
4. [Fix for monitoring failure due to ambiguous Oracle monitoring parameter "database name" #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
31+
1. [[monitor] Fix for the inability to collect CPU metrics on Tencent's CentOS version #164](https://github.com/apache/hertzbeat/pull/164) Contributed by @wyt199905.
32+
2. [[manager] Fix for Oracle monitoring percentage metric collection issue #168](https://github.com/apache/hertzbeat/pull/168)
33+
3. [[monitor] bugfix: Fix for Elasticsearch monitoring failure under basic authentication #174](https://github.com/apache/hertzbeat/pull/174) Contributed by @weifuqing
34+
4. [Fix for monitoring failure due to ambiguous Oracle monitoring parameter "database name" #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
3535

3636
Online at https://console.tancloud.cn.
3737

@@ -71,19 +71,19 @@ Thanks to the contributors! 👍👍
7171

7272
Feature:
7373

74-
1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
75-
2. [[monitor]change default database mysql to h2 #191](https://github.com/dromara/hertzbeat/pull/191)
76-
3. [[manager]support monitor params name i18n #184](https://github.com/dromara/hertzbeat/pull/184).
77-
4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/dromara/hertzbeat/pull/189).
78-
5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
79-
6. [[monitor]database tables append prefix hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
74+
1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
75+
2. [[monitor]change default database mysql to h2 #191](https://github.com/apache/hertzbeat/pull/191)
76+
3. [[manager]support monitor params name i18n #184](https://github.com/apache/hertzbeat/pull/184).
77+
4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/apache/hertzbeat/pull/189).
78+
5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
79+
6. [[monitor]database tables append prefix hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
8080

8181
Bugfix.
8282

83-
1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
84-
2. [[manager]fix oracle config yml percentage error #168](https://github.com/dromara/hertzbeat/pull/168)
85-
3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
86-
4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
83+
1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
84+
2. [[manager]fix oracle config yml percentage error #168](https://github.com/apache/hertzbeat/pull/168)
85+
3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
86+
4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
8787

8888
Online https://console.tancloud.cn.
8989

@@ -117,7 +117,7 @@ Have Fun!
117117

118118
----
119119

120-
> [HertzBeat](https://github.com/dromara/hertzbeat), incubated by [Dromara](https://dromara.org) and open-sourced by [TanCloud](https://tancloud.cn), is an open-source project supporting monitoring for websites, APIs, PING, ports, databases, operating systems, and more, with a user-friendly visual interface.
120+
> [HertzBeat](https://github.com/apache/hertzbeat), incubated by [Dromara](https://dromara.org) and open-sourced by [TanCloud](https://tancloud.cn), is an open-source project supporting monitoring for websites, APIs, PING, ports, databases, operating systems, and more, with a user-friendly visual interface.
121121
> We also offer a [SAAS cloud monitoring version](https://console.tancloud.cn), allowing small and medium teams and individuals to start monitoring their web resources without deploying a complicated monitoring system, simply [log in to start](https://console.tancloud.cn) your monitoring journey for free.
122122
> HertzBeat supports custom monitoring; you can customize the monitoring types and metrics you need through configuration of the YML file to meet common personalized needs.
123123
> HertzBeat is modular, with `manager, collector, scheduler, warehouse, alerter` modules decoupled, facilitating understanding and custom development.
@@ -129,5 +129,5 @@ Have Fun!
129129
130130
**Repository Addresses**
131131

132-
[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
133-
[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
132+
[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
133+
[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat

0 commit comments

Comments
 (0)