diff --git a/.idea/icon.png b/.idea/icon.png
index cf28bebe08..7a6cba72e7 100644
Binary files a/.idea/icon.png and b/.idea/icon.png differ
diff --git a/README.md b/README.md
index 75e65ae864..1a45375065 100644
--- a/README.md
+++ b/README.md
@@ -436,6 +436,8 @@ Thanks to these wonderful people, welcome to join us:
WeChat Group : Add friend `tan-cloud` and invite to the group.
+WeChat Public : Search `Apache HertzBeat` or `usthecom`.
+
[QQ Group](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : Group num `630061200`
[Github Discussion](https://github.com/apache/hertzbeat/discussions)
diff --git a/README_CN.md b/README_CN.md
index 1e81ec2bbd..1d96f758e3 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -433,9 +433,11 @@ Thanks these wonderful people, welcome to join us:
[Chat On Discord](https://discord.gg/Fb6M73htGr)
-微信交流群 : Add friend `tan-cloud` and invite you to the group.
+微信交流群 : 加 `tan-cloud` 好友邀请进群.
-[QQ交流群](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : Group num `630061200`
+微信公众号 : 搜索 `Apache HertzBeat` or `usthecom`.
+
+[QQ交流群](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : 群号 `630061200`
[Github Discussion](https://github.com/apache/hertzbeat/discussions)
diff --git a/collector/src/main/java/org/apache/hertzbeat/collector/collect/redis/RedisCommonCollectImpl.java b/collector/src/main/java/org/apache/hertzbeat/collector/collect/redis/RedisCommonCollectImpl.java
index 1d7bd1d1d5..459dae56a1 100644
--- a/collector/src/main/java/org/apache/hertzbeat/collector/collect/redis/RedisCommonCollectImpl.java
+++ b/collector/src/main/java/org/apache/hertzbeat/collector/collect/redis/RedisCommonCollectImpl.java
@@ -312,7 +312,7 @@ public class RedisCommonCollectImpl extends AbstractCollect {
.forEach(it -> {
result.put(it[0], it[1]);
});
- // fix https://github.com/dromara/hertzbeat/pull/913
+ // fix https://github.com/apache/hertzbeat/pull/913
if (result.size() < fieldTotalSize) {
for (Metrics.Field field : metrics.getFields()) {
if (!result.containsKey(field.getField())) {
diff --git a/home/blog/2022-06-01-hertzbeat-v1.0.md b/home/blog/2022-06-01-hertzbeat-v1.0.md
index eafe01208f..3025221786 100644
--- a/home/blog/2022-06-01-hertzbeat-v1.0.md
+++ b/home/blog/2022-06-01-hertzbeat-v1.0.md
@@ -36,23 +36,23 @@ We would like to thank the HertzBeat Contributors for their contributions since
Feature:
-1. [[monitor] feature: support redis protocol #142](https://github.com/dromara/hertzbeat/pull/142) contribute by @gcdd1993
+1. [[monitor] feature: support redis protocol #142](https://github.com/apache/hertzbeat/pull/142) contribute by @gcdd1993
2. Copyright & NOTICE contribute by @shimingxy
-3. [[alerter]bugfix: support system alert trigger time #144](https://github.com/dromara/hertzbeat/pull/144).
-4. [[collector]feature: reuse redis connection cache #146](https://github.com/dromara/hertzbeat/pull/146).
-5. [[collector]handle sensitive info such as account and password in log #159](https://github.com/dromara/hertzbeat/pull/159) idea from @goo-kits
-6. [Feature add zookeeper help Doc #137](https://github.com/dromara/hertzbeat/pull/137) contributr by @wang1027-wqh
+3. [[alerter]bugfix: support system alert trigger time #144](https://github.com/apache/hertzbeat/pull/144).
+4. [[collector]feature: reuse redis connection cache #146](https://github.com/apache/hertzbeat/pull/146).
+5. [[collector]handle sensitive info such as account and password in log #159](https://github.com/apache/hertzbeat/pull/159) idea from @goo-kits
+6. [Feature add zookeeper help Doc #137](https://github.com/apache/hertzbeat/pull/137) contributr by @wang1027-wqh
Bug fix.
-1. [[monitor]bugfix: fix load resource bundle error when local en.HK #131](https://github.com/dromara/hertzbeat/pull/131).
-2. [[web-app]bugfix:fix side menu invisible when theme is dark #132](https://github.com/dromara/hertzbeat/pull/132).
-3. [[monitor]bugfix: fix only one filter label can be set when notification #140](https://github.com/dromara/hertzbeat/pull/140). issue by @daqianxiaoyao
-4. [[td-engine store]bugfix: fix log #150](https://github.com/dromara/hertzbeat/pull/150). contribute by @ChineseTony
-5. [[collector]bugfix: fix warehouse data queue consume error #153](https://github.com/dromara/hertzbeat/pull/153). issue by @daqianxiaoyao
-7. [[web-app]bugfix:fix input blocking when input error in dark theme #157](https://github.com/dromara/hertzbeat/pull/157). issue by @ConradWen
+1. [[monitor]bugfix: fix load resource bundle error when local en.HK #131](https://github.com/apache/hertzbeat/pull/131).
+2. [[web-app]bugfix:fix side menu invisible when theme is dark #132](https://github.com/apache/hertzbeat/pull/132).
+3. [[monitor]bugfix: fix only one filter label can be set when notification #140](https://github.com/apache/hertzbeat/pull/140). issue by @daqianxiaoyao
+4. [[td-engine store]bugfix: fix log #150](https://github.com/apache/hertzbeat/pull/150). contribute by @ChineseTony
+5. [[collector]bugfix: fix warehouse data queue consume error #153](https://github.com/apache/hertzbeat/pull/153). issue by @daqianxiaoyao
+7. [[web-app]bugfix:fix input blocking when input error in dark theme #157](https://github.com/apache/hertzbeat/pull/157). issue by @ConradWen
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.0-beta.8...v1.0
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.0-beta.8...v1.0
Online https://console.tancloud.cn.
@@ -64,7 +64,7 @@ Redis monitor is coming:
-> [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.
+> [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.
> 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.
> 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:
**Repository url**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/blog/2022-06-19-hertzbeat-v1.1.0.md b/home/blog/2022-06-19-hertzbeat-v1.1.0.md
index b84088510d..648194c036 100644
--- a/home/blog/2022-06-19-hertzbeat-v1.1.0.md
+++ b/home/blog/2022-06-19-hertzbeat-v1.1.0.md
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
tags: [opensource]
---
-[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.
+[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.
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -19,19 +19,19 @@ Thanks to all HertzBeat contributors! 👍👍
Features:
-1. [[monitor]feature: Support for SNMP protocol and Windows OS monitoring #192](https://github.com/dromara/hertzbeat/pull/192). Contributed by @ChineseTony
-2. [[monitor] Default use of H2 database instead of MYSQL #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager] Support for internationalization of monitoring parameters, making internationalization more accessible #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script] Support for amd64 and arm64 versions of Docker images #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: Support for collecting multiple tablespaces metrics from Oracle #163](https://github.com/dromara/hertzbeat/pull/163) Contributed by @brave4Time
-6. [[monitor] Unified prefix "hzb_" added to database tables #193](https://github.com/dromara/hertzbeat/pull/193) Issue from @shimingxy
+1. [[monitor]feature: Support for SNMP protocol and Windows OS monitoring #192](https://github.com/apache/hertzbeat/pull/192). Contributed by @ChineseTony
+2. [[monitor] Default use of H2 database instead of MYSQL #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager] Support for internationalization of monitoring parameters, making internationalization more accessible #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script] Support for amd64 and arm64 versions of Docker images #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: Support for collecting multiple tablespaces metrics from Oracle #163](https://github.com/apache/hertzbeat/pull/163) Contributed by @brave4Time
+6. [[monitor] Unified prefix "hzb_" added to database tables #193](https://github.com/apache/hertzbeat/pull/193) Issue from @shimingxy
Bugfixes:
-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.
-2. [[manager] Fix for Oracle monitoring percentage metric collection issue #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: Fix for Elasticsearch monitoring failure under basic authentication #174](https://github.com/dromara/hertzbeat/pull/174) Contributed by @weifuqing
-4. [Fix for monitoring failure due to ambiguous Oracle monitoring parameter "database name" #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+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.
+2. [[manager] Fix for Oracle monitoring percentage metric collection issue #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: Fix for Elasticsearch monitoring failure under basic authentication #174](https://github.com/apache/hertzbeat/pull/174) Contributed by @weifuqing
+4. [Fix for monitoring failure due to ambiguous Oracle monitoring parameter "database name" #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online at https://console.tancloud.cn.
@@ -71,19 +71,19 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
-2. [[monitor]change default database mysql to h2 #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager]support monitor params name i18n #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
-6. [[monitor]database tables append prefix hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
+1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
+2. [[monitor]change default database mysql to h2 #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager]support monitor params name i18n #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
+6. [[monitor]database tables append prefix hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
Bugfix.
-1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
-2. [[manager]fix oracle config yml percentage error #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
-4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
+2. [[manager]fix oracle config yml percentage error #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
+4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online https://console.tancloud.cn.
@@ -117,7 +117,7 @@ Have Fun!
----
-> [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.
+> [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.
> 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.
> 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.
> HertzBeat is modular, with `manager, collector, scheduler, warehouse, alerter` modules decoupled, facilitating understanding and custom development.
@@ -129,5 +129,5 @@ Have Fun!
**Repository Addresses**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/blog/2022-06-22-one-step-up.md b/home/blog/2022-06-22-one-step-up.md
index e97a60f883..bde9363131 100644
--- a/home/blog/2022-06-22-one-step-up.md
+++ b/home/blog/2022-06-22-one-step-up.md
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
tags: [opensource]
---
-[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 website, API, PING, port, database, site-wide, operating system, middleware monitoring types, and more. It features threshold alarms, alarm notifications (email, webhook, DingTalk, WeChat Work, Feishu bot), and a user-friendly visual interface.
+[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 website, API, PING, port, database, site-wide, operating system, middleware monitoring types, and more. It features threshold alarms, alarm notifications (email, webhook, DingTalk, WeChat Work, Feishu bot), and a user-friendly visual interface.
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -19,19 +19,19 @@ Thanks to all contributors of HertzBeat! 👍👍
Features:
-1. [[monitor]feature: Support for SNMP protocol and Windows operating system monitoring #192](https://github.com/dromara/hertzbeat/pull/192). Contributed by @ChineseTony
-2. [[monitor] Default switch to H2 database instead of MYSQL #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager] Support for English internationalization of monitoring parameters, making internationalization a step closer #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script] Support for amd64 and arm64 versions of the docker image #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: Support for collecting multiple tablespace metrics from Oracle #163](https://github.com/dromara/hertzbeat/pull/163) Contributed by @brave4Time
-6. [[monitor] Database tables now have a unified prefix hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) Issue raised by @shimingxy
+1. [[monitor]feature: Support for SNMP protocol and Windows operating system monitoring #192](https://github.com/apache/hertzbeat/pull/192). Contributed by @ChineseTony
+2. [[monitor] Default switch to H2 database instead of MYSQL #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager] Support for English internationalization of monitoring parameters, making internationalization a step closer #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script] Support for amd64 and arm64 versions of the docker image #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: Support for collecting multiple tablespace metrics from Oracle #163](https://github.com/apache/hertzbeat/pull/163) Contributed by @brave4Time
+6. [[monitor] Database tables now have a unified prefix hzb_ #193](https://github.com/apache/hertzbeat/pull/193) Issue raised by @shimingxy
Bugfixes:
-1. [[monitor] Fixed an issue where CPU metrics could not be collected on Tencent's CentOS version #164](https://github.com/dromara/hertzbeat/pull/164) Contributed by @wyt199905.
-2. [[manager] Fixed an issue with percentage metric collection for Oracle monitoring #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: Fixed an issue with Elasticsearch monitoring failing under basic authentication #174](https://github.com/dromara/hertzbeat/pull/174) Contributed by @weifuqing
-4. [Fixed an issue where Oracle monitoring failed due to ambiguous database name parameter #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor] Fixed an issue where CPU metrics could not be collected on Tencent's CentOS version #164](https://github.com/apache/hertzbeat/pull/164) Contributed by @wyt199905.
+2. [[manager] Fixed an issue with percentage metric collection for Oracle monitoring #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: Fixed an issue with Elasticsearch monitoring failing under basic authentication #174](https://github.com/apache/hertzbeat/pull/174) Contributed by @weifuqing
+4. [Fixed an issue where Oracle monitoring failed due to ambiguous database name parameter #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online at [https://console.tancloud.cn](https://console.tancloud.cn).
@@ -71,19 +71,19 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
-2. [[monitor]change default database mysql to h2 #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager]support monitor params name i18n #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
-6. [[monitor]database tables append prefix hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
+1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
+2. [[monitor]change default database mysql to h2 #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager]support monitor params name i18n #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
+6. [[monitor]database tables append prefix hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
Bugfix.
-1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
-2. [[manager]fix oracle config yml percentage error #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
-4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
+2. [[manager]fix oracle config yml percentage error #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
+4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online https://console.tancloud.cn.
@@ -113,7 +113,7 @@ Have Fun!
---
-> [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 monitoring types such as websites, APIs, PING, ports, databases, operating systems, etc., with a user-friendly and easy-to-use visual interface.
+> [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 monitoring types such as websites, APIs, PING, ports, databases, operating systems, etc., with a user-friendly and easy-to-use visual interface.
> We also offer a [SAAS cloud monitoring version](https://console.tancloud.cn) for small and medium teams and individuals, eliminating the need to deploy a complicated monitoring system to monitor their web resources. [Sign up to start](https://console.tancloud.cn) your monitoring journey for free.
> HertzBeat supports custom monitoring; by configuring the YML file, we can customize the required monitoring types and metrics to meet common personalized needs.
> HertzBeat is modular, with `manager, collector, scheduler, warehouse, alerter` modules decoupled, making it easy to understand and customize development.
@@ -125,5 +125,5 @@ Have Fun!
**Repository Addresses**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/blog/2022-07-10-hertzbeat-v1.1.1.md b/home/blog/2022-07-10-hertzbeat-v1.1.1.md
index 8e829b6a19..0c1864fa78 100644
--- a/home/blog/2022-07-10-hertzbeat-v1.1.1.md
+++ b/home/blog/2022-07-10-hertzbeat-v1.1.1.md
@@ -20,25 +20,25 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[script] feature update docker base image to openjdk:11.0.15-jre-slim… #205](https://github.com/dromara/hertzbeat/pull/205)
-2. [[monitor] support use pre collect metrics data to replace next metrics config params #206](https://github.com/dromara/hertzbeat/pull/206).
-3. [[collector] use basic auth with raw HTTP headers instead of preemptive #212](https://github.com/dromara/hertzbeat/pull/212)
-4. [[manager,alerter] support wework, dingDing, flyBook webhook url config #213](https://github.com/dromara/hertzbeat/pull/213)
-5. [[monitor] feature update numeric metrics all contain decimal points #217](https://github.com/dromara/hertzbeat/pull/217)
-6. [[web-app]feature:toggle [enable and cancel] button #218](https://github.com/dromara/hertzbeat/pull/218)
-7. [[manager] update define yml file name add prefix "app" or "param" #221](https://github.com/dromara/hertzbeat/pull/221)
+1. [[script] feature update docker base image to openjdk:11.0.15-jre-slim… #205](https://github.com/apache/hertzbeat/pull/205)
+2. [[monitor] support use pre collect metrics data to replace next metrics config params #206](https://github.com/apache/hertzbeat/pull/206).
+3. [[collector] use basic auth with raw HTTP headers instead of preemptive #212](https://github.com/apache/hertzbeat/pull/212)
+4. [[manager,alerter] support wework, dingDing, flyBook webhook url config #213](https://github.com/apache/hertzbeat/pull/213)
+5. [[monitor] feature update numeric metrics all contain decimal points #217](https://github.com/apache/hertzbeat/pull/217)
+6. [[web-app]feature:toggle [enable and cancel] button #218](https://github.com/apache/hertzbeat/pull/218)
+7. [[manager] update define yml file name add prefix "app" or "param" #221](https://github.com/apache/hertzbeat/pull/221)
Bugfix.
-1. [[update] docker-compose 添加jpa自动执行脚本,删除sql脚本 #198](https://github.com/dromara/hertzbeat/pull/198) contribute by @DevilX5 .
-2. [Doc#param names refactor #199](https://github.com/dromara/hertzbeat/pull/199) contribute by @DevilX5
-3. [[manager] bugfix oracle performance metrics collect error, update win name #201](https://github.com/dromara/hertzbeat/pull/201).
-4. [[common] bugfix alert status can not update #203](https://github.com/dromara/hertzbeat/pull/203)
-5. [[manager] bugfix update windows monitor type name #204](https://github.com/dromara/hertzbeat/pull/204)
-6. [fix time zone todo issue #210](https://github.com/dromara/hertzbeat/pull/210) contribute by @djzeng
-8. [[common] bugfix SnowFlakeId cannot exceed hexadecimal 0x1FFFFFFFFFFFFFF #211](https://github.com/dromara/hertzbeat/pull/211)
-9. [[manager] 修改监控页面取消监控功能再启动监控导致多生成jobId,原有监控项目并没有真实取消 #215](https://github.com/dromara/hertzbeat/pull/215) contribute by @yangshihui
-10. [[warehouse] bugfix exception when tdengine create table SQL contain special char #220](https://github.com/dromara/hertzbeat/pull/220)
+1. [[update] docker-compose 添加jpa自动执行脚本,删除sql脚本 #198](https://github.com/apache/hertzbeat/pull/198) contribute by @DevilX5 .
+2. [Doc#param names refactor #199](https://github.com/apache/hertzbeat/pull/199) contribute by @DevilX5
+3. [[manager] bugfix oracle performance metrics collect error, update win name #201](https://github.com/apache/hertzbeat/pull/201).
+4. [[common] bugfix alert status can not update #203](https://github.com/apache/hertzbeat/pull/203)
+5. [[manager] bugfix update windows monitor type name #204](https://github.com/apache/hertzbeat/pull/204)
+6. [fix time zone todo issue #210](https://github.com/apache/hertzbeat/pull/210) contribute by @djzeng
+8. [[common] bugfix SnowFlakeId cannot exceed hexadecimal 0x1FFFFFFFFFFFFFF #211](https://github.com/apache/hertzbeat/pull/211)
+9. [[manager] 修改监控页面取消监控功能再启动监控导致多生成jobId,原有监控项目并没有真实取消 #215](https://github.com/apache/hertzbeat/pull/215) contribute by @yangshihui
+10. [[warehouse] bugfix exception when tdengine create table SQL contain special char #220](https://github.com/apache/hertzbeat/pull/220)
Online https://console.tancloud.cn.
@@ -46,7 +46,7 @@ Have Fun!
----
-> [HertzBeat](https://github.com/dromara/hertzbeat) is an opensource monitoring and alarm project incubated by [Dromara](https://dromara.org) and open sourced by [TanCloud](https://tancloud.cn), which supports Website, API, PING, Port, Database, OS Monitor etc.
+> [HertzBeat](https://github.com/apache/hertzbeat) is an opensource monitoring and alarm project incubated by [Dromara](https://dromara.org) and open sourced by [TanCloud](https://tancloud.cn), which supports Website, API, PING, Port, Database, OS Monitor etc.
> We also provide **[Monitoring Cloud For Saas](https://console.tancloud.cn)**, people no longer need to deploy a cumbersome monitoring tool in order to monitor their website resources. **[Sign in to get started for free](https://console.tancloud.cn)**.
> HertzBeat supports more liberal threshold alarm configuration (calculation expression), supports alarm notification, alarm template, email, DingDing, WeChat FeiShu and WebHook.
> Most important is HertzBeat supports [Custom Monitoring](https://hertzbeat.com/docs/advanced/extend-point), just by configuring the YML file, we can customize the monitoring types and metrics what we need.
@@ -58,6 +58,6 @@ Have Fun!
**If you like HertzBeat, star us on GitHub**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/blog/2022-09-04-hertzbeat-v1.1.3.md b/home/blog/2022-09-04-hertzbeat-v1.1.3.md
index 382c1f6080..6d49a543b5 100644
--- a/home/blog/2022-09-04-hertzbeat-v1.1.3.md
+++ b/home/blog/2022-09-04-hertzbeat-v1.1.3.md
@@ -18,21 +18,21 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[web-app]feature:update monitors layout, support host copy to clipboard #260](https://github.com/dromara/hertzbeat/pull/260)
-2. [[monitor] feature: support apache kafka monitor #263](https://github.com/dromara/hertzbeat/pull/263) contribute by @wang1027-wqh
-3. [[webapp] support history chart query 3 mouth time range #265](https://github.com/dromara/hertzbeat/pull/265) issue by @ericfrol
-4. [[monitor] support ssl certificate expired monitor #266](https://github.com/dromara/hertzbeat/pull/266) suggest by @noear
-5. [[web-app] update default interval 600s to 120s #268](https://github.com/dromara/hertzbeat/pull/268)
-6. [[web-app] update layout ui - help button, nav menu #272](https://github.com/dromara/hertzbeat/pull/272)
-7. [[alert,webapp] support delete all alerts at once. #273](https://github.com/dromara/hertzbeat/pull/273) issue by @ericfrol
-8. [[web-app] update home background image #276](https://github.com/dromara/hertzbeat/pull/276)
+1. [[web-app]feature:update monitors layout, support host copy to clipboard #260](https://github.com/apache/hertzbeat/pull/260)
+2. [[monitor] feature: support apache kafka monitor #263](https://github.com/apache/hertzbeat/pull/263) contribute by @wang1027-wqh
+3. [[webapp] support history chart query 3 mouth time range #265](https://github.com/apache/hertzbeat/pull/265) issue by @ericfrol
+4. [[monitor] support ssl certificate expired monitor #266](https://github.com/apache/hertzbeat/pull/266) suggest by @noear
+5. [[web-app] update default interval 600s to 120s #268](https://github.com/apache/hertzbeat/pull/268)
+6. [[web-app] update layout ui - help button, nav menu #272](https://github.com/apache/hertzbeat/pull/272)
+7. [[alert,webapp] support delete all alerts at once. #273](https://github.com/apache/hertzbeat/pull/273) issue by @ericfrol
+8. [[web-app] update home background image #276](https://github.com/apache/hertzbeat/pull/276)
Bugfix.
-1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/dromara/hertzbeat/pull/262) contribute by @woshiniusange .
-2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/dromara/hertzbeat/pull/264)
-3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/dromara/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
-4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/dromara/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
+1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/apache/hertzbeat/pull/262) contribute by @woshiniusange .
+2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/apache/hertzbeat/pull/264)
+3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/apache/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
+4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/apache/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
Online https://console.tancloud.cn.
diff --git a/home/blog/2022-09-10-ssl-practice.md b/home/blog/2022-09-10-ssl-practice.md
index 9325474409..3b55d0d552 100644
--- a/home/blog/2022-09-10-ssl-practice.md
+++ b/home/blog/2022-09-10-ssl-practice.md
@@ -19,8 +19,8 @@ HertzBeat is a real-time monitoring tool with powerful customizable monitoring c
**Official website: https://hertzbeat.com | https://tancloud.cn**
-github: https://github.com/dromara/hertzbeat
-gitee: https://gitee.com/dromara/hertzbeat
+github: https://github.com/apache/hertzbeat
+gitee: https://gitee.com/hertzbeat/hertzbeat
#### Install HertzBeat
@@ -118,6 +118,6 @@ https://tancloud.cn/docs/help/alert_dingtalk
The practice of monitoring SSL certificates here, of course, for hertzbeat this function is just the tip of the iceberg, if you think hertzbeat this open source project is good if you welcome to give us in the GitHub Gitee star oh, thank you very much. Thank you for your support. The author!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
\ No newline at end of file
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/blog/2022-10-08-hertzbeat-v1.2.0.md b/home/blog/2022-10-08-hertzbeat-v1.2.0.md
index fdf65e2f54..6fd11fc0d8 100644
--- a/home/blog/2022-10-08-hertzbeat-v1.2.0.md
+++ b/home/blog/2022-10-08-hertzbeat-v1.2.0.md
@@ -22,35 +22,35 @@ We urgently need contributors to test cases, new application monitoring, documen
Features. 1. [[home,manager]]
-1. [[home,manager]add practice learn doc and hertzbeat monitor yml #284](https://github.com/dromara/hertzbeat/pull/284)
-2. [[webapp] auto redirect url when detect browser language #289](https://github.com/dromara/hertzbeat/pull/289) contribute by @DreamGirl524
-3. [[home] update logo icon cdn url with fault tolerance #293](https://github.com/dromara/hertzbeat/pull/293) contributed by @VampireAchao
-4. [[monitor] enable powerful jsonpath parser, add es metrics #295](https://github.com/dromara/hertzbeat/pull/295) contributed by @Ceilzcx
-5. [[webapp] update ui theme #296](https://github.com/dromara/hertzbeat/pull/296)
-6. [Feature change main pom artifactId #300](https://github.com/dromara/hertzbeat/pull/300) contributed by @Privauto
-7. [[home,webapp] add users logo and update hertzbeat brand #302](https://github.com/dromara/hertzbeat/pull/302)
-8. [[monitor] alerter notify test throw msg to front, optional spring.email config #305](https://github.com/dromara/hertzbeat/pull/305) contributed by @Ceilzcx
-9. [[home]doc:update docker-deploy.md and tdengine-init.md #306](https://github.com/dromara/hertzbeat/pull/306) contributed by @Privauto
-10. [[hertzbeat] refactor common collect metrics data and alert data queue #320](https://github.com/dromara/hertzbeat/pull/320)
-11. [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316](https://github.com/dromara/hertzbeat/pull/316) contributed by @Privauto
-12. [[web-app] optimize the monitor detect feedback method #322](https://github.com/dromara/hertzbeat/pull/322)
-13. [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323](https://github.com/dromara/hertzbeat/pull/323)
-14. [[hertzbeat] add more unit test and test example #324](https://github.com/dromara/hertzbeat/pull/324)
-15. [support metrics unit extract, convert and display #326](https://github.com/dromara/hertzbeat/pull/326) contributed by @Ceilzcx
-16. [[common] optimize common aviator configuration #327](https://github.com/dromara/hertzbeat/pull/327)
+1. [[home,manager]add practice learn doc and hertzbeat monitor yml #284](https://github.com/apache/hertzbeat/pull/284)
+2. [[webapp] auto redirect url when detect browser language #289](https://github.com/apache/hertzbeat/pull/289) contribute by @DreamGirl524
+3. [[home] update logo icon cdn url with fault tolerance #293](https://github.com/apache/hertzbeat/pull/293) contributed by @VampireAchao
+4. [[monitor] enable powerful jsonpath parser, add es metrics #295](https://github.com/apache/hertzbeat/pull/295) contributed by @Ceilzcx
+5. [[webapp] update ui theme #296](https://github.com/apache/hertzbeat/pull/296)
+6. [Feature change main pom artifactId #300](https://github.com/apache/hertzbeat/pull/300) contributed by @Privauto
+7. [[home,webapp] add users logo and update hertzbeat brand #302](https://github.com/apache/hertzbeat/pull/302)
+8. [[monitor] alerter notify test throw msg to front, optional spring.email config #305](https://github.com/apache/hertzbeat/pull/305) contributed by @Ceilzcx
+9. [[home]doc:update docker-deploy.md and tdengine-init.md #306](https://github.com/apache/hertzbeat/pull/306) contributed by @Privauto
+10. [[hertzbeat] refactor common collect metrics data and alert data queue #320](https://github.com/apache/hertzbeat/pull/320)
+11. [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316](https://github.com/apache/hertzbeat/pull/316) contributed by @Privauto
+12. [[web-app] optimize the monitor detect feedback method #322](https://github.com/apache/hertzbeat/pull/322)
+13. [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323](https://github.com/apache/hertzbeat/pull/323)
+14. [[hertzbeat] add more unit test and test example #324](https://github.com/apache/hertzbeat/pull/324)
+15. [support metrics unit extract, convert and display #326](https://github.com/apache/hertzbeat/pull/326) contributed by @Ceilzcx
+16. [[common] optimize common aviator configuration #327](https://github.com/apache/hertzbeat/pull/327)
Bugfixes.
-1. [[webapp,home] fix middle category icon and update home doc #283](https://github.com/dromara/hertzbeat/pull/283)
-2. [[web-app] fix redirect when monitors app is null #286](https://github.com/dromara/hertzbeat/pull/286)
-3. [[alerter] bugfix aviator expression match npe #297](https://github.com/dromara/hertzbeat/pull/297)
-4. [[doc] fix project name error #294](https://github.com/dromara/hertzbeat/pull/294) contributed by @CharlieXCL
+1. [[webapp,home] fix middle category icon and update home doc #283](https://github.com/apache/hertzbeat/pull/283)
+2. [[web-app] fix redirect when monitors app is null #286](https://github.com/apache/hertzbeat/pull/286)
+3. [[alerter] bugfix aviator expression match npe #297](https://github.com/apache/hertzbeat/pull/297)
+4. [[doc] fix project name error #294](https://github.com/apache/hertzbeat/pull/294) contributed by @CharlieXCL
5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/dromara/ hertzbeat/pull/299) contributed by @Privauto
-6. [Update docker-deploy.md #304](https://github.com/dromara/hertzbeat/pull/304) contributed by @emrys-he
-7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/dromara/hertzbeat/pull/313) contributed by @SxLiuYu
-8. [[script] add startup log and optimize port service judgment #321](https://github.com/dromara/hertzbeat/pull/321)
-9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/dromara/hertzbeat/pull/325)
-10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/dromara/hertzbeat/pull/329)
+6. [Update docker-deploy.md #304](https://github.com/apache/hertzbeat/pull/304) contributed by @emrys-he
+7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/apache/hertzbeat/pull/313) contributed by @SxLiuYu
+8. [[script] add startup log and optimize port service judgment #321](https://github.com/apache/hertzbeat/pull/321)
+9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/apache/hertzbeat/pull/325)
+10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/apache/hertzbeat/pull/329)
Online https://console.tancloud.cn.
Have Fun!
@@ -75,4 +75,4 @@ static-locations.
- classpath:... /dist/
```
-----
\ No newline at end of file
+----
diff --git a/home/blog/2022-11-28-hertzbeat-v1.2.2.md b/home/blog/2022-11-28-hertzbeat-v1.2.2.md
index 596fe6b81a..6df59ed021 100644
--- a/home/blog/2022-11-28-hertzbeat-v1.2.2.md
+++ b/home/blog/2022-11-28-hertzbeat-v1.2.2.md
@@ -22,34 +22,34 @@ We urgently need contributors to test cases, new application monitoring, documen
Feature:
-1. [[manager,collector] support dm database monitor #410](https://github.com/dromara/hertzbeat/pull/410) @TJxiaobao
-2. [[home] add DM db document supplement #411](https://github.com/dromara/hertzbeat/pull/411) @TJxiaobao
-3. [[home] support algolia search #416](https://github.com/dromara/hertzbeat/pull/416)
-4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/dromara/hertzbeat/pull/418)
-5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/dromara/hertzbeat/pull/421) @cuipiheqiuqiu
-6. [[manager] support opengauss database monitor #422](https://github.com/dromara/hertzbeat/pull/422)
-6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/dromara/hertzbeat/pull/426) @haibo-duan
-8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/dromara/hertzbeat/pull/427) @haibo-duan
-9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/dromara/hertzbeat/pull/432) @csyshu
-10. [[manager,collector] support docker metrics monitor #438](https://github.com/dromara/hertzbeat/pull/438) @TJxiaobao
-11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/dromara/hertzbeat/pull/448) @Ceilzcx
-12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/dromara/hertzbeat/pull/449)
-13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/dromara/hertzbeat/pull/451)
-14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/dromara/hertzbeat/pull/453)
-15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/dromara/hertzbeat/pull/455) @luxx-lq
-16. [[hertzbeat] update use PromQL to collect metrics from prometheus server #456](https://github.com/dromara/hertzbeat/pull/456)
-17. [[manager] support custom monitor api response data code #460](https://github.com/dromara/hertzbeat/pull/460)
+1. [[manager,collector] support dm database monitor #410](https://github.com/apache/hertzbeat/pull/410) @TJxiaobao
+2. [[home] add DM db document supplement #411](https://github.com/apache/hertzbeat/pull/411) @TJxiaobao
+3. [[home] support algolia search #416](https://github.com/apache/hertzbeat/pull/416)
+4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/apache/hertzbeat/pull/418)
+5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/apache/hertzbeat/pull/421) @cuipiheqiuqiu
+6. [[manager] support opengauss database monitor #422](https://github.com/apache/hertzbeat/pull/422)
+6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/apache/hertzbeat/pull/426) @haibo-duan
+8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/apache/hertzbeat/pull/427) @haibo-duan
+9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/apache/hertzbeat/pull/432) @csyshu
+10. [[manager,collector] support docker metrics monitor #438](https://github.com/apache/hertzbeat/pull/438) @TJxiaobao
+11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/apache/hertzbeat/pull/448) @Ceilzcx
+12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/apache/hertzbeat/pull/449)
+13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/apache/hertzbeat/pull/451)
+14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/apache/hertzbeat/pull/453)
+15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/apache/hertzbeat/pull/455) @luxx-lq
+16. [[hertzbeat] update use PromQL to collect metrics from prometheus server #456](https://github.com/apache/hertzbeat/pull/456)
+17. [[manager] support custom monitor api response data code #460](https://github.com/apache/hertzbeat/pull/460)
Bugfix.
-1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/dromara/hertzbeat/pull/409) @Ceilzcx
-2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/dromara/hertzbeat/pull/413)
-3. [end The query closed the dataSet #414](https://github.com/dromara/hertzbeat/pull/414) @Ceilzcx
-4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/dromara/hertzbeat/pull/415)
-5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/dromara/hertzbeat/pull/424) @assassinfym
-6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/dromara/hertzbeat/pull/459)
-7. [[home] fix typo in springboot2.md #464](https://github.com/dromara/hertzbeat/pull/464) @eltociear
+1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/apache/hertzbeat/pull/409) @Ceilzcx
+2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/apache/hertzbeat/pull/413)
+3. [end The query closed the dataSet #414](https://github.com/apache/hertzbeat/pull/414) @Ceilzcx
+4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/apache/hertzbeat/pull/415)
+5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/apache/hertzbeat/pull/424) @assassinfym
+6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/apache/hertzbeat/pull/459)
+7. [[home] fix typo in springboot2.md #464](https://github.com/apache/hertzbeat/pull/464) @eltociear
Online https://console.tancloud.cn.
@@ -71,33 +71,33 @@ Have Fun!
Feature:
-1. [[manager,collector] support dm database monitor #410](https://github.com/dromara/hertzbeat/pull/410) @TJxiaobao
-2. [[home] add DM db document supplement #411](https://github.com/dromara/hertzbeat/pull/411) @TJxiaobao
-3. [[home] support algolia search #416](https://github.com/dromara/hertzbeat/pull/416)
-4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/dromara/hertzbeat/pull/418)
-5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/dromara/hertzbeat/pull/421) @cuipiheqiuqiu
-6. [[manager] support opengauss database monitor #422](https://github.com/dromara/hertzbeat/pull/422)
-6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/dromara/hertzbeat/pull/426) @haibo-duan
-8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/dromara/hertzbeat/pull/427) @haibo-duan
-9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/dromara/hertzbeat/pull/432) @csyshu
-10. [[manager,collector] support docker metrics monitor #438](https://github.com/dromara/hertzbeat/pull/438) @TJxiaobao
-11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/dromara/hertzbeat/pull/448) @Ceilzcx
-12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/dromara/hertzbeat/pull/449)
-13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/dromara/hertzbeat/pull/451)
-14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/dromara/hertzbeat/pull/453)
-15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/dromara/hertzbeat/pull/455) @luxx-lq
-16. [[hertzbeat] update use PromQL to collect metrics from prometheus server #456](https://github.com/dromara/hertzbeat/pull/456)
-17. [[manager] support custom monitor api response data code #460](https://github.com/dromara/hertzbeat/pull/460)
+1. [[manager,collector] support dm database monitor #410](https://github.com/apache/hertzbeat/pull/410) @TJxiaobao
+2. [[home] add DM db document supplement #411](https://github.com/apache/hertzbeat/pull/411) @TJxiaobao
+3. [[home] support algolia search #416](https://github.com/apache/hertzbeat/pull/416)
+4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/apache/hertzbeat/pull/418)
+5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/apache/hertzbeat/pull/421) @cuipiheqiuqiu
+6. [[manager] support opengauss database monitor #422](https://github.com/apache/hertzbeat/pull/422)
+6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/apache/hertzbeat/pull/426) @haibo-duan
+8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/apache/hertzbeat/pull/427) @haibo-duan
+9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/apache/hertzbeat/pull/432) @csyshu
+10. [[manager,collector] support docker metrics monitor #438](https://github.com/apache/hertzbeat/pull/438) @TJxiaobao
+11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/apache/hertzbeat/pull/448) @Ceilzcx
+12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/apache/hertzbeat/pull/449)
+13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/apache/hertzbeat/pull/451)
+14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/apache/hertzbeat/pull/453)
+15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/apache/hertzbeat/pull/455) @luxx-lq
+16. [[hertzbeat] update use PromQL to collect metrics from prometheus server #456](https://github.com/apache/hertzbeat/pull/456)
+17. [[manager] support custom monitor api response data code #460](https://github.com/apache/hertzbeat/pull/460)
Bugfix.
-1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/dromara/hertzbeat/pull/409) @Ceilzcx
-2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/dromara/hertzbeat/pull/413)
-3. [end The query closed the dataSet #414](https://github.com/dromara/hertzbeat/pull/414) @Ceilzcx
-4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/dromara/hertzbeat/pull/415)
-5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/dromara/hertzbeat/pull/424) @assassinfym
-6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/dromara/hertzbeat/pull/459)
-7. [[home] fix typo in springboot2.md #464](https://github.com/dromara/hertzbeat/pull/464) @eltociear
+1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/apache/hertzbeat/pull/409) @Ceilzcx
+2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/apache/hertzbeat/pull/413)
+3. [end The query closed the dataSet #414](https://github.com/apache/hertzbeat/pull/414) @Ceilzcx
+4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/apache/hertzbeat/pull/415)
+5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/apache/hertzbeat/pull/424) @assassinfym
+6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/apache/hertzbeat/pull/459)
+7. [[home] fix typo in springboot2.md #464](https://github.com/apache/hertzbeat/pull/464) @eltociear
----
diff --git a/home/blog/2022-12-19-new-committer.md b/home/blog/2022-12-19-new-committer.md
index 5cd3b421ad..fea56232c1 100644
--- a/home/blog/2022-12-19-new-committer.md
+++ b/home/blog/2022-12-19-new-committer.md
@@ -110,7 +110,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx)
+ 官网有非常完善的贡献者指南:[贡献者指南 | HertzBeat](https://hertzbeat.com/docs/others/contributing)
-+ Github issues:[Issues · dromara/hertzbeat (github.com)](https://github.com/dromara/hertzbeat/issues)
++ Github issues:[Issues · apache/hertzbeat (github.com)](https://github.com/apache/hertzbeat/issues)
+ 如果是大的改动,建议提交前编写issues,在提交pr,同时请注意编码的规范,尽量减少bug和警告的产生
diff --git a/home/blog/2022-12-28-hertzbeat-v1.2.3.md b/home/blog/2022-12-28-hertzbeat-v1.2.3.md
index b86f1124b8..888a6beba7 100644
--- a/home/blog/2022-12-28-hertzbeat-v1.2.3.md
+++ b/home/blog/2022-12-28-hertzbeat-v1.2.3.md
@@ -24,31 +24,31 @@ We urgently need contributors to test cases, new application monitoring, documen
Feature:
-1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/dromara/hertzbeat/pull/472) @xingshuaiLi
-2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/dromara/hertzbeat/pull/473) @BKing2020
-3. [[docs] update kubernetes.md #478](https://github.com/dromara/hertzbeat/pull/478) @wangke6666
-4. [[web-app] enable alert define preset true by default #485](https://github.com/dromara/hertzbeat/pull/485)
-5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/dromara/hertzbeat/pull/486)
-6. [[web-app] update dashboard category card ui #487](https://github.com/dromara/hertzbeat/pull/487)
-6. [[collector] limit trigger sub task max num #488](https://github.com/dromara/hertzbeat/pull/488)
-8. [[script] support service restart shell #489](https://github.com/dromara/hertzbeat/pull/489) @zanglikun
-9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/dromara/hertzbeat/pull/495) @zzzhangqi
-10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/dromara/hertzbeat/pull/501)
-11. [[hertzbeat] support sms alert notice #503](https://github.com/dromara/hertzbeat/pull/503)
-12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/dromara/hertzbeat/pull/505) @Ceilzcx
-13. [support apache shenyu metrics monitoring #507](https://github.com/dromara/hertzbeat/pull/507)
+1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/apache/hertzbeat/pull/472) @xingshuaiLi
+2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/apache/hertzbeat/pull/473) @BKing2020
+3. [[docs] update kubernetes.md #478](https://github.com/apache/hertzbeat/pull/478) @wangke6666
+4. [[web-app] enable alert define preset true by default #485](https://github.com/apache/hertzbeat/pull/485)
+5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/apache/hertzbeat/pull/486)
+6. [[web-app] update dashboard category card ui #487](https://github.com/apache/hertzbeat/pull/487)
+6. [[collector] limit trigger sub task max num #488](https://github.com/apache/hertzbeat/pull/488)
+8. [[script] support service restart shell #489](https://github.com/apache/hertzbeat/pull/489) @zanglikun
+9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/apache/hertzbeat/pull/495) @zzzhangqi
+10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/apache/hertzbeat/pull/501)
+11. [[hertzbeat] support sms alert notice #503](https://github.com/apache/hertzbeat/pull/503)
+12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/apache/hertzbeat/pull/505) @Ceilzcx
+13. [support apache shenyu metrics monitoring #507](https://github.com/apache/hertzbeat/pull/507)
Bugfix.
-1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/dromara/hertzbeat/pull/469) @zenan08
-2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/dromara/hertzbeat/pull/479) @LWBobo
-3. [[collector] fix protocol ssl_cert not support #491](https://github.com/dromara/hertzbeat/pull/491)
-4. [Update sqlserver.md #493](https://github.com/dromara/hertzbeat/pull/493) @SuitSmile
-5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/dromara/hertzbeat/pull/502) @wang1027-wqh
-6. [[collector] bugfix npe when ssh collect error #508](https://github.com/dromara/hertzbeat/pull/508)
-7. [监控k8s问题issue描述与解决方案 #511](https://github.com/dromara/hertzbeat/pull/511) @MrAndyMing
-8. [[manager] springboot2 monitor support base path config #515](https://github.com/dromara/hertzbeat/pull/515)
+1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/apache/hertzbeat/pull/469) @zenan08
+2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/apache/hertzbeat/pull/479) @LWBobo
+3. [[collector] fix protocol ssl_cert not support #491](https://github.com/apache/hertzbeat/pull/491)
+4. [Update sqlserver.md #493](https://github.com/apache/hertzbeat/pull/493) @SuitSmile
+5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/apache/hertzbeat/pull/502) @wang1027-wqh
+6. [[collector] bugfix npe when ssh collect error #508](https://github.com/apache/hertzbeat/pull/508)
+7. [监控k8s问题issue描述与解决方案 #511](https://github.com/apache/hertzbeat/pull/511) @MrAndyMing
+8. [[manager] springboot2 monitor support base path config #515](https://github.com/apache/hertzbeat/pull/515)
Online https://console.tancloud.cn.
@@ -70,30 +70,30 @@ Have Fun!
Feature:
-1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/dromara/hertzbeat/pull/472) @xingshuaiLi
-2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/dromara/hertzbeat/pull/473) @BKing2020
-3. [[docs] update kubernetes.md #478](https://github.com/dromara/hertzbeat/pull/478) @wangke6666
-4. [[web-app] enable alert define preset true by default #485](https://github.com/dromara/hertzbeat/pull/485)
-5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/dromara/hertzbeat/pull/486)
-6. [[web-app] update dashboard category card ui #487](https://github.com/dromara/hertzbeat/pull/487)
-6. [[collector] limit trigger sub task max num #488](https://github.com/dromara/hertzbeat/pull/488)
-8. [[script] support service restart shell #489](https://github.com/dromara/hertzbeat/pull/489) @zanglikun
-9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/dromara/hertzbeat/pull/495) @zzzhangqi
-10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/dromara/hertzbeat/pull/501)
-11. [[hertzbeat] support sms alert notice #503](https://github.com/dromara/hertzbeat/pull/503)
-12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/dromara/hertzbeat/pull/505) @Ceilzcx
-13. [support apache shenyu metrics monitoring #507](https://github.com/dromara/hertzbeat/pull/507)
+1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/apache/hertzbeat/pull/472) @xingshuaiLi
+2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/apache/hertzbeat/pull/473) @BKing2020
+3. [[docs] update kubernetes.md #478](https://github.com/apache/hertzbeat/pull/478) @wangke6666
+4. [[web-app] enable alert define preset true by default #485](https://github.com/apache/hertzbeat/pull/485)
+5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/apache/hertzbeat/pull/486)
+6. [[web-app] update dashboard category card ui #487](https://github.com/apache/hertzbeat/pull/487)
+6. [[collector] limit trigger sub task max num #488](https://github.com/apache/hertzbeat/pull/488)
+8. [[script] support service restart shell #489](https://github.com/apache/hertzbeat/pull/489) @zanglikun
+9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/apache/hertzbeat/pull/495) @zzzhangqi
+10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/apache/hertzbeat/pull/501)
+11. [[hertzbeat] support sms alert notice #503](https://github.com/apache/hertzbeat/pull/503)
+12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/apache/hertzbeat/pull/505) @Ceilzcx
+13. [support apache shenyu metrics monitoring #507](https://github.com/apache/hertzbeat/pull/507)
Bugfix.
-1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/dromara/hertzbeat/pull/469) @zenan08
-2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/dromara/hertzbeat/pull/479) @LWBobo
-3. [[collector] fix protocol ssl_cert not support #491](https://github.com/dromara/hertzbeat/pull/491)
-4. [Update sqlserver.md #493](https://github.com/dromara/hertzbeat/pull/493) @SuitSmile
-5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/dromara/hertzbeat/pull/502) @wang1027-wqh
-6. [[collector] bugfix npe when ssh collect error #508](https://github.com/dromara/hertzbeat/pull/508)
-7. [监控k8s问题issue描述与解决方案 #511](https://github.com/dromara/hertzbeat/pull/511) @MrAndyMing
-8. [[manager] springboot2 monitor support base path config #515](https://github.com/dromara/hertzbeat/pull/515)
+1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/apache/hertzbeat/pull/469) @zenan08
+2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/apache/hertzbeat/pull/479) @LWBobo
+3. [[collector] fix protocol ssl_cert not support #491](https://github.com/apache/hertzbeat/pull/491)
+4. [Update sqlserver.md #493](https://github.com/apache/hertzbeat/pull/493) @SuitSmile
+5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/apache/hertzbeat/pull/502) @wang1027-wqh
+6. [[collector] bugfix npe when ssh collect error #508](https://github.com/apache/hertzbeat/pull/508)
+7. [监控k8s问题issue描述与解决方案 #511](https://github.com/apache/hertzbeat/pull/511) @MrAndyMing
+8. [[manager] springboot2 monitor support base path config #515](https://github.com/apache/hertzbeat/pull/515)
----
diff --git a/home/blog/2023-01-05-monitor-iotdb.md b/home/blog/2023-01-05-monitor-iotdb.md
index 48c2cd69d1..c6542b65b8 100644
--- a/home/blog/2023-01-05-monitor-iotdb.md
+++ b/home/blog/2023-01-05-monitor-iotdb.md
@@ -125,7 +125,7 @@ Content details: The status of IOTDB node 127.0.0.1 is monitored as OFFLINE, ple
This practical article took us to experience that if HertzBeat is used to monitor the IoTDB database metric data, we can find that HertzBeat, which integrates monitoring-alarm-notification, is more convenient in operation and use, and IoTDB can be included in the monitoring with a simple click on the page, it is no longer necessary to deploy multiple components and write multiple YML configuration files with thresholds.
IoTDB Github: https://github.com/apache/iotdb
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn about using Star Support! **
diff --git a/home/blog/2023-01-08-monitor-shenyu.md b/home/blog/2023-01-08-monitor-shenyu.md
index 10e0b00f4f..5e0005715e 100644
--- a/home/blog/2023-01-08-monitor-shenyu.md
+++ b/home/blog/2023-01-08-monitor-shenyu.md
@@ -160,9 +160,9 @@ This hands-on article takes us through how to use HertzBeat to monitor Apache Sh
:::
Apache ShenYu Github: https://github.com/apache/shenyu
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn about using Star Support Oh! **
Experience heartbeat with a single docker command:
-`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
\ No newline at end of file
+`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
diff --git a/home/blog/2023-02-02-monitor-dynamic-tp.md b/home/blog/2023-02-02-monitor-dynamic-tp.md
index e52ce5e544..568b93afcb 100644
--- a/home/blog/2023-02-02-monitor-dynamic-tp.md
+++ b/home/blog/2023-02-02-monitor-dynamic-tp.md
@@ -172,9 +172,9 @@ This practical article takes us to experience how to use HertzBeat to monitor Dy
:::
DynamicTp Github: https://github.com/dromara/dynamic-tp
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn how to use Star Support!**
Experience heartbeat with a single docker command:
-`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
\ No newline at end of file
+`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
diff --git a/home/blog/2023-02-10-new-committer.md b/home/blog/2023-02-10-new-committer.md
index 73e3f5e40e..3ce9d20845 100644
--- a/home/blog/2023-02-10-new-committer.md
+++ b/home/blog/2023-02-10-new-committer.md
@@ -112,15 +112,15 @@ First of all, I am also a newcomer to Novice Village, but I can share some of my
## What is Hertz Beat?
-> [HertzBeat Hertz Beat](https://github.com/dromara/hertzbeat) is a real-time monitoring and alarm system with powerful custom monitoring capabilities and no Agent required. Monitoring of application services, databases, operating systems, middleware, cloud native, etc., threshold alarms, and alarm notifications (email, WeChat, Dingding, Feishu, SMS, Discord, Slack, Telegram).
+> [HertzBeat Hertz Beat](https://github.com/apache/hertzbeat) is a real-time monitoring and alarm system with powerful custom monitoring capabilities and no Agent required. Monitoring of application services, databases, operating systems, middleware, cloud native, etc., threshold alarms, and alarm notifications (email, WeChat, Dingding, Feishu, SMS, Discord, Slack, Telegram).
> We make protocol specifications such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, and you only need to configure YML to use these protocols to customize and collect any metrics you want to collect.
> Do you believe that you can immediately adapt to a new monitoring type such as K8s or Docker just by configuring YML?
> The powerful customization of `HertzBeat`, multi-type support, easy expansion, and low coupling, hope to help developers and small and medium-sized teams quickly build their own monitoring tools.
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
## ⛄ Supported
diff --git a/home/blog/2023-02-11-monitor-mysql.md b/home/blog/2023-02-11-monitor-mysql.md
index da1f946e60..a871822a1a 100644
--- a/home/blog/2023-02-11-monitor-mysql.md
+++ b/home/blog/2023-02-11-monitor-mysql.md
@@ -122,7 +122,7 @@ This practical article took us to experience how to use the open source real-tim
:::
Mysql Github: https://github.com/mysql/mysql-server
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn, use and star! **
diff --git a/home/blog/2023-02-15-monitor-linux.md b/home/blog/2023-02-15-monitor-linux.md
index 17eff98dbf..53fea07fd2 100644
--- a/home/blog/2023-02-15-monitor-linux.md
+++ b/home/blog/2023-02-15-monitor-linux.md
@@ -18,7 +18,7 @@ keywords: [Open source monitoring tool, operating system monitoring, Linux monit
- It configurable protocol specifications such as Http, Jmx, Ssh, Snmp, Jdbc, Prometheus, etc. You only need to configure YML to use these protocols to customize and collect any metrics you want to collect. Do you believe that you can immediately adapt to a new monitoring type such as K8s or Docker just by configuring YML?
- HertzBeat's powerful customization, multi-type support, easy expansion, and low coupling, hope to help developers and small and medium teams quickly build their own monitoring tools.
-Github: https://github.com/dromara/hertzbeat
+Github: https://github.com/apache/hertzbeat
### Get Linux Monitoring Done in HertzBeat in 5 Minutes
@@ -128,15 +128,15 @@ This practical article took us to experience how to use the open source real-tim
## What is Hertz Beat?
-> [HertzBeat Hertz Beat](https://github.com/dromara/hertzbeat) is a real-time monitoring and alarm system with powerful custom monitoring capabilities and no Agent required. Monitoring of application services, databases, operating systems, middleware, cloud native, etc., threshold alarms, and alarm notifications (email, WeChat, Dingding, Feishu, SMS, Discord, Slack, Telegram).
+> [HertzBeat Hertz Beat](https://github.com/apache/hertzbeat) is a real-time monitoring and alarm system with powerful custom monitoring capabilities and no Agent required. Monitoring of application services, databases, operating systems, middleware, cloud native, etc., threshold alarms, and alarm notifications (email, WeChat, Dingding, Feishu, SMS, Discord, Slack, Telegram).
> We make protocol specifications such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, and you only need to configure YML to use these protocols to customize and collect any metrics you want to collect.
> Do you believe that you can immediately adapt to a new monitoring type such as K8s or Docker just by configuring YML?
> The powerful customization of `HertzBeat`, multi-type support, easy expansion, and low coupling, hope to help developers and small and medium-sized teams quickly build their own monitoring tools.
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
## ⛄ Supported
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 dbf368ccb4..8c16e63acb 100644
--- a/home/blog/2023-03-15-hertzbeat-v1.3.0.md
+++ b/home/blog/2023-03-15-hertzbeat-v1.3.0.md
@@ -29,9 +29,9 @@ Website: hertzbeat.com | tancloud.cn

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### v1.3.0 release is here
@@ -97,5 +97,5 @@ COMMIT;
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/blog/2023-03-22-monitor-springboot2.md b/home/blog/2023-03-22-monitor-springboot2.md
index 8ec0fdfe32..67565f7771 100644
--- a/home/blog/2023-03-22-monitor-springboot2.md
+++ b/home/blog/2023-03-22-monitor-springboot2.md
@@ -22,7 +22,7 @@ keywords: [opensource monitoring, SpringBoot monitoring, alert]
> `HertzBeat`'s powerful custom-define, multi-type support, easy expansion, low coupling, hope to help developers and micro teams to quickly build their own monitoring system.
-Github: https://github.com/dromara/hertzbeat
+Github: https://github.com/apache/hertzbeat
### Monitoring SpringBoot2 Metrics with HertzBeat in 5 minutes
@@ -188,7 +188,7 @@ This practical article took us to experience how to use the open source real-tim
## What is HertzBeat?
-> [HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring tool with custom-monitor and agentless.
+> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring tool with custom-monitor and agentless.
> **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`.
@@ -212,5 +212,5 @@ This practical article took us to experience how to use the open source real-tim
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
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 671894ae6a..fccab465e3 100644
--- a/home/blog/2023-05-09-hertzbeat-v1.3.1.md
+++ b/home/blog/2023-05-09-hertzbeat-v1.3.1.md
@@ -17,7 +17,7 @@ Website: hertzbeat.com | tancloud.cn
### What is HertzBeat?
-> [HertzBeat](https://github.com/dromara/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`.
@@ -32,9 +32,9 @@ Website: hertzbeat.com | tancloud.cn

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### v1.3.1 release is here
@@ -73,5 +73,5 @@ COMMIT;
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/blog/2023-05-11-greptimedb-store.md b/home/blog/2023-05-11-greptimedb-store.md
index eba48f7952..2487aa69ec 100644
--- a/home/blog/2023-05-11-greptimedb-store.md
+++ b/home/blog/2023-05-11-greptimedb-store.md
@@ -23,7 +23,7 @@ Cloud: **[GreptimePlay](https://greptime.com/playground)**
### What is HertzBeat?
-> [HertzBeat](https://github.com/dromara/hertzbeat) is an open source real-time monitoring and alerting tool with powerful customizable monitoring capabilities and no Agent required.
+> [HertzBeat](https://github.com/apache/hertzbeat) is an open source real-time monitoring and alerting tool with powerful customizable monitoring capabilities and no Agent required.
- HertzBeat is an open source real-time monitoring and alerting tool with powerful customizable monitoring capabilities without the need for an agent. It integrates **Monitoring+Alerting+Notification** All in one, supports monitoring of application services, applications, databases, caching, operating systems, big data, middleware, web servers, cloud native, network, customization, etc., and notifies you of thresholds and alerts all in one step.
- More liberalized threshold rules (calculation expressions), `Email` `Discord` `Slack` `Telegram` `Pinned` `Dingtalk` `WeChat` `Flybook` `SMS` `Webhook` and other ways to deliver in time.
@@ -79,7 +79,7 @@ $ docker run -d -p 1157:1157 \
- `-v /opt/application.yml:/opt/hertzbeat/config/application.yml` : Mount customized local configuration files to the container, i.e. use local configuration files to overwrite the container configuration files.
-Note that the ⚠️ local mount configuration file `application.yml` needs to exist in advance, and the full contents of the file can be found in the project repository [/script/application.yml](https://github.com/dromara/hertzbeat/raw/master/script/ application.yml)
+Note that the ⚠️ local mount configuration file `application.yml` needs to exist in advance, and the full contents of the file can be found in the project repository [/script/application.yml](https://github.com/apache/hertzbeat/raw/master/script/ application.yml)
2. Go to http://ip:1157/ with the default account and password admin/hertzbeat to see if HertzBeat starts successfully.
@@ -87,7 +87,7 @@ Note that the ⚠️ local mount configuration file `application.yml` needs to e
1. Modify the HertzBeat configuration file.
-Modify the locally mounted HertzBeat configuration file [application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml), in package mode modify `hertzbeat/ config/application.yml
+Modify the locally mounted HertzBeat configuration file [application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml), in package mode modify `hertzbeat/ config/application.yml
**Modify the `warehouse.store.jpa.enabled` parameter in there to `false`, configure the `warehouse.store.greptime` datasource parameter in there, the URL account password, and enable `enabled` to `true`**.
@@ -124,11 +124,11 @@ Here's the picture: !
## Summary
This article took us to experience how to use the open source time-series database GreptimeDB to store the metrics data of the open source real-time monitoring HertzBeat, in general, the two open source products is very simple to get started, the key is that if it is too much trouble do not want to deploy both of them still have cloud services 😂 let you toss.
-As one of the developers of the feature [HertzBeat supports GreptimeDB](https://github.com/dromara/hertzbeat/pull/834), in the actual adaptation process, GreptimeDB's silky-smooth native SDK and relational database-like SQL, let us from other GreptimeDB native SDK and relational database-like SQL make it very easy to switch from other time-series databases like `TDengine, IotDB, InfluxDB` to GreptimeDB, and the experience is very smooth.
+As one of the developers of the feature [HertzBeat supports GreptimeDB](https://github.com/apache/hertzbeat/pull/834), in the actual adaptation process, GreptimeDB's silky-smooth native SDK and relational database-like SQL, let us from other GreptimeDB native SDK and relational database-like SQL make it very easy to switch from other time-series databases like `TDengine, IotDB, InfluxDB` to GreptimeDB, and the experience is very smooth.
GreptimeDB Github: https://github.com/GreptimeTeam/greptimedb
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
** Finally, you are welcome to be more understanding, more use, more comments, more ISSUE, more PR, more Star support these two did not come out for a long time hope to get care of open source cattle are not afraid of difficulties a small star oh! Do open source, we are sincere, love 💗**
-Thanks to the contributors of this feature [HertzBeat support GreptimeDB](https://github.com/dromara/hertzbeat/pull/834) @zqr10159, @fengjiachun, @killme2008, @tomsun28
\ No newline at end of file
+Thanks to the contributors of this feature [HertzBeat support GreptimeDB](https://github.com/apache/hertzbeat/pull/834) @zqr10159, @fengjiachun, @killme2008, @tomsun28
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 6d1ef7a8d8..4e4e6f7bd9 100644
--- a/home/blog/2023-07-05-hertzbeat-v1.3.2.md
+++ b/home/blog/2023-07-05-hertzbeat-v1.3.2.md
@@ -16,7 +16,7 @@ Website: hertzbeat.com | tancloud.cn
### What is HertzBeat?
-> [HertzBeat](https://github.com/dromara/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`.
@@ -30,9 +30,9 @@ Website: hertzbeat.com | tancloud.cn

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### v1.3.2
@@ -99,6 +99,6 @@ spring:
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/blog/2023-08-14-hertzbeat-v1.4.0.md b/home/blog/2023-08-14-hertzbeat-v1.4.0.md
index f6ec7c0466..63255f3410 100644
--- a/home/blog/2023-08-14-hertzbeat-v1.4.0.md
+++ b/home/blog/2023-08-14-hertzbeat-v1.4.0.md
@@ -12,7 +12,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
### What is HertzBeat?
-[HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.
+[HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.
### Features
@@ -27,9 +27,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### The cluster version is coming
@@ -101,53 +101,53 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* [doc] add v1.3.2 publish doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1075
-* remove elasticsearch unused param index by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1080
-* feature support monitoring apache airflow by @luoxuanzao in https://github.com/dromara/hertzbeat/pull/1081
-* add luoxuanzao as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1083
-* [collector] bugfix sshd cannot use private key to connect by @gcdd1993 in https://github.com/dromara/hertzbeat/pull/1084
-* bugfix update dashboard alerts cards height not consist by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1087
-* Feature#serverchan by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1092
-* bugfix dm database monitoring connect error by @lisongning in https://github.com/dromara/hertzbeat/pull/1094
-* add lisongning as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1096
-* update alert rule operator display "<=" to ">=" by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1097
-* [doc] add custom monitoring relate document by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1098
-* add YutingNie as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1103
-* Remove unreachable status by @YutingNie in https://github.com/dromara/hertzbeat/pull/1102
-* 139 auto update alert status by @l646505418 in https://github.com/dromara/hertzbeat/pull/1104
-* feat: aviator fn for str contains, exists & matches by @mikezzb in https://github.com/dromara/hertzbeat/pull/1106
-* add mikezzb as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1107
-* bugfix common alarm do not need monitorId tag existed by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1108
-* bugfix extern alert do not have labels mapping inner monitor by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1111
-* feature: support apache spark metrics monitoring by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1114
-* add a-little-fool as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1116
-* [Feature]Add third report of TenCloud by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1113
-* [Feature]Add third report of TenCloud (#1113) by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1119
-* [manager] fix: can query by tags when tagValue is null by @l646505418 in https://github.com/dromara/hertzbeat/pull/1118
-* bugfix the notification template environment variable display error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1120
-* add littlezhongzer as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1127
-* feature:monitor brearer token api, ignore letter case to comparison by @littlezhongzer in https://github.com/dromara/hertzbeat/pull/1122
-* docs: enhance README by @mikezzb in https://github.com/dromara/hertzbeat/pull/1128
-* Update app-oracle.yml by @ChenXiangxxxxx in https://github.com/dromara/hertzbeat/pull/1129
-* add ChenXiangxxxxx as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1130
-* fix alarm silence strategy setting failed by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1131
-* support run sql script file in jdbc protocol config by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1117
-* bugfix return old cache json file when upgrade version by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1137
-* support ssh protocol config choose if reuse connection by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1136
-* feat(web): alert threshold UI support matches & contains by @mikezzb in https://github.com/dromara/hertzbeat/pull/1138
-* support hertzbeat metrics collector cluster by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1101
-* add collector card in dashboard by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1147
-* bugfix: linux collect warning: bad syntax, perhaps a bogus '-' by @Mr-zhou315 in https://github.com/dromara/hertzbeat/pull/1151
-* add Mr-zhou315 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1157
-* support config timezone locale language region on web ui by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1154
-* bugfix monitoring template app name already exists by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1152
-* bugfix can not startup when error monitoring template yml file by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1153
-* tags also deleted when the monitor is deleted by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1159
-* monitoring param host with http head will not be error reported by @littlezhongzer in https://github.com/dromara/hertzbeat/pull/1155
-* [script] feature update build.sh and Dockerfile: detect app version a… by @XimfengYao in https://github.com/dromara/hertzbeat/pull/1162
-* add XimfengYao as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1163
-* [doc] add collector clusters document by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1161
-* [hertzbeat] release hertzbeat version v1.4.0 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1168
+* [doc] add v1.3.2 publish doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1075
+* remove elasticsearch unused param index by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1080
+* feature support monitoring apache airflow by @luoxuanzao in https://github.com/apache/hertzbeat/pull/1081
+* add luoxuanzao as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1083
+* [collector] bugfix sshd cannot use private key to connect by @gcdd1993 in https://github.com/apache/hertzbeat/pull/1084
+* bugfix update dashboard alerts cards height not consist by @tomsun28 in https://github.com/apache/hertzbeat/pull/1087
+* Feature#serverchan by @zqr10159 in https://github.com/apache/hertzbeat/pull/1092
+* bugfix dm database monitoring connect error by @lisongning in https://github.com/apache/hertzbeat/pull/1094
+* add lisongning as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1096
+* update alert rule operator display "<=" to ">=" by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1097
+* [doc] add custom monitoring relate document by @tomsun28 in https://github.com/apache/hertzbeat/pull/1098
+* add YutingNie as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1103
+* Remove unreachable status by @YutingNie in https://github.com/apache/hertzbeat/pull/1102
+* 139 auto update alert status by @l646505418 in https://github.com/apache/hertzbeat/pull/1104
+* feat: aviator fn for str contains, exists & matches by @mikezzb in https://github.com/apache/hertzbeat/pull/1106
+* add mikezzb as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1107
+* bugfix common alarm do not need monitorId tag existed by @tomsun28 in https://github.com/apache/hertzbeat/pull/1108
+* bugfix extern alert do not have labels mapping inner monitor by @tomsun28 in https://github.com/apache/hertzbeat/pull/1111
+* feature: support apache spark metrics monitoring by @a-little-fool in https://github.com/apache/hertzbeat/pull/1114
+* add a-little-fool as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1116
+* [Feature]Add third report of TenCloud by @zqr10159 in https://github.com/apache/hertzbeat/pull/1113
+* [Feature]Add third report of TenCloud (#1113) by @zqr10159 in https://github.com/apache/hertzbeat/pull/1119
+* [manager] fix: can query by tags when tagValue is null by @l646505418 in https://github.com/apache/hertzbeat/pull/1118
+* bugfix the notification template environment variable display error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1120
+* add littlezhongzer as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1127
+* feature:monitor brearer token api, ignore letter case to comparison by @littlezhongzer in https://github.com/apache/hertzbeat/pull/1122
+* docs: enhance README by @mikezzb in https://github.com/apache/hertzbeat/pull/1128
+* Update app-oracle.yml by @ChenXiangxxxxx in https://github.com/apache/hertzbeat/pull/1129
+* add ChenXiangxxxxx as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1130
+* fix alarm silence strategy setting failed by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1131
+* support run sql script file in jdbc protocol config by @tomsun28 in https://github.com/apache/hertzbeat/pull/1117
+* bugfix return old cache json file when upgrade version by @tomsun28 in https://github.com/apache/hertzbeat/pull/1137
+* support ssh protocol config choose if reuse connection by @tomsun28 in https://github.com/apache/hertzbeat/pull/1136
+* feat(web): alert threshold UI support matches & contains by @mikezzb in https://github.com/apache/hertzbeat/pull/1138
+* support hertzbeat metrics collector cluster by @tomsun28 in https://github.com/apache/hertzbeat/pull/1101
+* add collector card in dashboard by @tomsun28 in https://github.com/apache/hertzbeat/pull/1147
+* bugfix: linux collect warning: bad syntax, perhaps a bogus '-' by @Mr-zhou315 in https://github.com/apache/hertzbeat/pull/1151
+* add Mr-zhou315 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1157
+* support config timezone locale language region on web ui by @tomsun28 in https://github.com/apache/hertzbeat/pull/1154
+* bugfix monitoring template app name already exists by @tomsun28 in https://github.com/apache/hertzbeat/pull/1152
+* bugfix can not startup when error monitoring template yml file by @tomsun28 in https://github.com/apache/hertzbeat/pull/1153
+* tags also deleted when the monitor is deleted by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1159
+* monitoring param host with http head will not be error reported by @littlezhongzer in https://github.com/apache/hertzbeat/pull/1155
+* [script] feature update build.sh and Dockerfile: detect app version a… by @XimfengYao in https://github.com/apache/hertzbeat/pull/1162
+* add XimfengYao as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1163
+* [doc] add collector clusters document by @tomsun28 in https://github.com/apache/hertzbeat/pull/1161
+* [hertzbeat] release hertzbeat version v1.4.0 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1168
----
@@ -164,6 +164,6 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/blog/2023-08-28-new-committer.md b/home/blog/2023-08-28-new-committer.md
index 10b18774f7..722a29de92 100644
--- a/home/blog/2023-08-28-new-committer.md
+++ b/home/blog/2023-08-28-new-committer.md
@@ -85,6 +85,6 @@ HertzBeat HertzBeat is an open source real-time monitoring and alerting system w
> `HertzBeat`'s powerful customization, multi-type support, high performance, easy to extend, low-coupling, and hopefully can help developers and teams to quickly build their own monitoring system.
-Github: https://github.com/dromara/hertzbeat
+Github: https://github.com/apache/hertzbeat
-More users are welcome to participate in `HertzBeat` open source collaboration, no matter a typo or punctuation we are very welcome.
\ No newline at end of file
+More users are welcome to participate in `HertzBeat` open source collaboration, no matter a typo or punctuation we are very welcome.
diff --git a/home/blog/2023-09-26-hertzbeat-v1.4.1.md b/home/blog/2023-09-26-hertzbeat-v1.4.1.md
index 3c0aa0d100..4c58497590 100644
--- a/home/blog/2023-09-26-hertzbeat-v1.4.1.md
+++ b/home/blog/2023-09-26-hertzbeat-v1.4.1.md
@@ -12,7 +12,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
### What is HertzBeat?
-[HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.
+[HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.
### Features
@@ -27,32 +27,32 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### HertzBeat's 1.4.1 version is coming!
- new login page
-
+
-
+
- collector manage
-
+
-
+
- new help moudle
-
+
- monitor metrics dashboard name i18n
-
+
- refactor collector dispatcher and more
@@ -86,58 +86,58 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* bugfix npe when get undefined name monitor template yml by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1173
-* [bug fixed]When importing and exporting monitoring, support export collectors, configure collectors when importing by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1178
-* support alert threshold rule config system value row count by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1180
-* Update README.md by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1182
-* support config alert threshold tags bind by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1181
-* the back-end of help component has been built by @YutingNie in https://github.com/dromara/hertzbeat/pull/1160
-* support enable alert threshold auto resolved notice by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1185
-* Delete tag of the dashboard's homepage on the top four pages by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1189
-* replace obsolete `registry.npm.taobao.org` to`registry.npmmirror.com` by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1192
-* refactor MonitorServiceImpl by @Carpe-Wang in https://github.com/dromara/hertzbeat/pull/1190
-* config default system timezone and fix monitor status auto recover by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1187
-* update-doc-doris by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1193
-* [manager] support tidb database monitoring by @luxx-lq in https://github.com/dromara/hertzbeat/pull/733
-* refactor fix potential npe by @Carpe-Wang in https://github.com/dromara/hertzbeat/pull/1197
-* [ospp] support ui help massage component by @YutingNie in https://github.com/dromara/hertzbeat/pull/1199
-* support monitor metrics name i18n by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1198
-* support google analytics by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1202
-* refactor code and fix some npe by @Carpe-Wang in https://github.com/dromara/hertzbeat/pull/1201
-* bugfix fix found 2 dataQueue bean when not config common.queue param by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1205
-* Help component update by @YutingNie in https://github.com/dromara/hertzbeat/pull/1207
-* bugfix enterprise wechat push display content is too cumbersome by @l646505418 in https://github.com/dromara/hertzbeat/pull/1149
-* bugfix WeChatAppAlertNotifyHandlerImpl by @LINGLUOJUN in https://github.com/dromara/hertzbeat/pull/1208
-* add LINGLUOJUN as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1209
-* fix jmx jndi inject vulnerability by @luelueking in https://github.com/dromara/hertzbeat/pull/1215
-* add luelueking as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1217
-* bugfix monitoring param number limit range by @qyaaaa in https://github.com/dromara/hertzbeat/pull/1216
-* add qyaaaa as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1218
-* add app-ping i18n by @qyaaaa in https://github.com/dromara/hertzbeat/pull/1220
-* some codes opt by @LINGLUOJUN in https://github.com/dromara/hertzbeat/pull/1214
-* support deploy hertzbeat by kubernetes helm charts by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1221
-* bugfix threshold setting template variables has repeated parameters by @qyaaaa in https://github.com/dromara/hertzbeat/pull/1223
-* support display metrics i18n label when threshold setting by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1225
-* bugfix user role display not correctly on webui by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1227
-* add hertzbeat about msg card by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1229
-* add app-api i18n by @novohit in https://github.com/dromara/hertzbeat/pull/1236
-* add novohit as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1238
-* [feature]Add `getAlertDefinesByName`. by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1237
-* thread pool executor support shutdown gracefully by @LINGLUOJUN in https://github.com/dromara/hertzbeat/pull/1240
-* fix: expression injection RCE by @mikezzb in https://github.com/dromara/hertzbeat/pull/1241
-* [bugfix]Replace schema "{key1:value1}" to "{\"key1\":\"value1\"}" by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1245
-* [Refactor] Use static methods instead of constructors for Message.java by @gcdd1993 in https://github.com/dromara/hertzbeat/pull/1247
-* bugfix snake yaml decode rce by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1239
-* bugfix jackson deserialize localDatetime error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1249
-* netty as an independent module, add new feature about collector list by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1244
-* support show deploy collector script in web by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1251
-* bugfix mongodb collect extra metrics npe by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1257
-* bugfix fix collector run cyclic when connect auth failed by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1256
-* update webapp login ui by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1260
-* bugfix collector can not auto reconnect when channel idle by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1259
-* update alarm notice wework app send content ui by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1258
-* [hertzbeat] release hertzbeat version v1.4.1 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1261
-* auto split webhook token when user input hook url by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1262
+* bugfix npe when get undefined name monitor template yml by @tomsun28 in https://github.com/apache/hertzbeat/pull/1173
+* [bug fixed]When importing and exporting monitoring, support export collectors, configure collectors when importing by @zqr10159 in https://github.com/apache/hertzbeat/pull/1178
+* support alert threshold rule config system value row count by @tomsun28 in https://github.com/apache/hertzbeat/pull/1180
+* Update README.md by @zqr10159 in https://github.com/apache/hertzbeat/pull/1182
+* support config alert threshold tags bind by @tomsun28 in https://github.com/apache/hertzbeat/pull/1181
+* the back-end of help component has been built by @YutingNie in https://github.com/apache/hertzbeat/pull/1160
+* support enable alert threshold auto resolved notice by @tomsun28 in https://github.com/apache/hertzbeat/pull/1185
+* Delete tag of the dashboard's homepage on the top four pages by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1189
+* replace obsolete `registry.npm.taobao.org` to`registry.npmmirror.com` by @zqr10159 in https://github.com/apache/hertzbeat/pull/1192
+* refactor MonitorServiceImpl by @Carpe-Wang in https://github.com/apache/hertzbeat/pull/1190
+* config default system timezone and fix monitor status auto recover by @tomsun28 in https://github.com/apache/hertzbeat/pull/1187
+* update-doc-doris by @zqr10159 in https://github.com/apache/hertzbeat/pull/1193
+* [manager] support tidb database monitoring by @luxx-lq in https://github.com/apache/hertzbeat/pull/733
+* refactor fix potential npe by @Carpe-Wang in https://github.com/apache/hertzbeat/pull/1197
+* [ospp] support ui help massage component by @YutingNie in https://github.com/apache/hertzbeat/pull/1199
+* support monitor metrics name i18n by @tomsun28 in https://github.com/apache/hertzbeat/pull/1198
+* support google analytics by @tomsun28 in https://github.com/apache/hertzbeat/pull/1202
+* refactor code and fix some npe by @Carpe-Wang in https://github.com/apache/hertzbeat/pull/1201
+* bugfix fix found 2 dataQueue bean when not config common.queue param by @tomsun28 in https://github.com/apache/hertzbeat/pull/1205
+* Help component update by @YutingNie in https://github.com/apache/hertzbeat/pull/1207
+* bugfix enterprise wechat push display content is too cumbersome by @l646505418 in https://github.com/apache/hertzbeat/pull/1149
+* bugfix WeChatAppAlertNotifyHandlerImpl by @LINGLUOJUN in https://github.com/apache/hertzbeat/pull/1208
+* add LINGLUOJUN as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1209
+* fix jmx jndi inject vulnerability by @luelueking in https://github.com/apache/hertzbeat/pull/1215
+* add luelueking as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1217
+* bugfix monitoring param number limit range by @qyaaaa in https://github.com/apache/hertzbeat/pull/1216
+* add qyaaaa as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1218
+* add app-ping i18n by @qyaaaa in https://github.com/apache/hertzbeat/pull/1220
+* some codes opt by @LINGLUOJUN in https://github.com/apache/hertzbeat/pull/1214
+* support deploy hertzbeat by kubernetes helm charts by @tomsun28 in https://github.com/apache/hertzbeat/pull/1221
+* bugfix threshold setting template variables has repeated parameters by @qyaaaa in https://github.com/apache/hertzbeat/pull/1223
+* support display metrics i18n label when threshold setting by @tomsun28 in https://github.com/apache/hertzbeat/pull/1225
+* bugfix user role display not correctly on webui by @tomsun28 in https://github.com/apache/hertzbeat/pull/1227
+* add hertzbeat about msg card by @tomsun28 in https://github.com/apache/hertzbeat/pull/1229
+* add app-api i18n by @novohit in https://github.com/apache/hertzbeat/pull/1236
+* add novohit as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1238
+* [feature]Add `getAlertDefinesByName`. by @zqr10159 in https://github.com/apache/hertzbeat/pull/1237
+* thread pool executor support shutdown gracefully by @LINGLUOJUN in https://github.com/apache/hertzbeat/pull/1240
+* fix: expression injection RCE by @mikezzb in https://github.com/apache/hertzbeat/pull/1241
+* [bugfix]Replace schema "{key1:value1}" to "{\"key1\":\"value1\"}" by @zqr10159 in https://github.com/apache/hertzbeat/pull/1245
+* [Refactor] Use static methods instead of constructors for Message.java by @gcdd1993 in https://github.com/apache/hertzbeat/pull/1247
+* bugfix snake yaml decode rce by @tomsun28 in https://github.com/apache/hertzbeat/pull/1239
+* bugfix jackson deserialize localDatetime error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1249
+* netty as an independent module, add new feature about collector list by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1244
+* support show deploy collector script in web by @tomsun28 in https://github.com/apache/hertzbeat/pull/1251
+* bugfix mongodb collect extra metrics npe by @tomsun28 in https://github.com/apache/hertzbeat/pull/1257
+* bugfix fix collector run cyclic when connect auth failed by @tomsun28 in https://github.com/apache/hertzbeat/pull/1256
+* update webapp login ui by @tomsun28 in https://github.com/apache/hertzbeat/pull/1260
+* bugfix collector can not auto reconnect when channel idle by @tomsun28 in https://github.com/apache/hertzbeat/pull/1259
+* update alarm notice wework app send content ui by @tomsun28 in https://github.com/apache/hertzbeat/pull/1258
+* [hertzbeat] release hertzbeat version v1.4.1 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1261
+* auto split webhook token when user input hook url by @tomsun28 in https://github.com/apache/hertzbeat/pull/1262
----
@@ -154,6 +154,6 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/blog/2023-11-12-hertzbeat-v1.4.2.md b/home/blog/2023-11-12-hertzbeat-v1.4.2.md
index 74565bc629..2c03fe27d9 100644
--- a/home/blog/2023-11-12-hertzbeat-v1.4.2.md
+++ b/home/blog/2023-11-12-hertzbeat-v1.4.2.md
@@ -10,7 +10,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
### What is HertzBeat?
-[HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.
+[HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.
### Features
@@ -25,9 +25,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### HertzBeat's 1.4.2 version release!
@@ -69,56 +69,56 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* bugfix counting wrong tasks num of collector by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1265
-* [ospp] add push style collector by @vinci-897 in https://github.com/dromara/hertzbeat/pull/1222
-* add 1.4.1 version doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1263
-* support using Huawei Cloud OBS to store custom define yml file by @gcdd1993 in https://github.com/dromara/hertzbeat/pull/1266
-* [doc] add more contact channel by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1272
-* bugfix app-tomcat memory_pool unit mb by @rbsrcy in https://github.com/dromara/hertzbeat/pull/1268
-* add rbsrcy as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1271
-* [doc] update docker.md by @ruanliang-hualun in https://github.com/dromara/hertzbeat/pull/1270
-* add ruanliang-hualun as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1274
-* bugfix jmx memory_pool unit and time unit error by @rbsrcy in https://github.com/dromara/hertzbeat/pull/1273
-* bugfix old version monitor alert has no monitor name by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1278
-* support edit monitor in monitor detail page by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1282
-* reset alert converge reduce cache when restored alert trigger by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1281
-* [ospp] add push style collector doc by @vinci-897 in https://github.com/dromara/hertzbeat/pull/1267
-* bugfix threshold availability automatically carries threshold parameters by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1285
-* [ospp] support custom notice template by @Eden4701 in https://github.com/dromara/hertzbeat/pull/1233
-* add Eden4701 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1287
-* bugfix AvailableAlertDefineInit - query did not return a unique result by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1288
-* upgrade to version angular 15 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1291
-* support push style for multiple messages by @vinci-897 in https://github.com/dromara/hertzbeat/pull/1292
-* update hertzbeat upgrade help doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1294
-* feat alert converge, define, silence support search query by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1300
-* feature:support monitoring udp port availability by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1295
-* support emqx monitor by @vinci-897 in https://github.com/dromara/hertzbeat/pull/1302
-* add an explicit tag filter by @vinci-897 in https://github.com/dromara/hertzbeat/pull/1303
-* add hertzbeat icon by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1305
-* [doc] update kafka help doc by @XiaTian688 in https://github.com/dromara/hertzbeat/pull/1308
-* add XiaTian688 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1309
-* support webhook custom template by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1306
-* set ssh param connect reused default false by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1310
-* upgrade greptimedb to v0.4 by @liyin in https://github.com/dromara/hertzbeat/pull/1311
-* add liyin as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1313
-* add some emqx monitoring metrics by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1312
-* feature: app-mysql.yml by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1316
-* modify default IoTDB version config to V_1_0 by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1315
-* bugfix timestamp is null by @qyaaaa in https://github.com/dromara/hertzbeat/pull/1246
-* [hertzbeat] release hertzbeat version v1.4.2 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1317
-* bugfix alarm time span match in silence and notice by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1318
-* update available alert threshold trigger times default 2 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1324
-* bugfix rabbitmq contains duplicated metric by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1322
-* [alerter] optimize the encoding of how to add Extern Alarm Manage API(#1320) by @SurryChen in https://github.com/dromara/hertzbeat/pull/1325
-* bugfix webhook post body error and alarm recover exception by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1327
-* build hertzbeat package with jdk runtime by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1328
+* bugfix counting wrong tasks num of collector by @tomsun28 in https://github.com/apache/hertzbeat/pull/1265
+* [ospp] add push style collector by @vinci-897 in https://github.com/apache/hertzbeat/pull/1222
+* add 1.4.1 version doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1263
+* support using Huawei Cloud OBS to store custom define yml file by @gcdd1993 in https://github.com/apache/hertzbeat/pull/1266
+* [doc] add more contact channel by @tomsun28 in https://github.com/apache/hertzbeat/pull/1272
+* bugfix app-tomcat memory_pool unit mb by @rbsrcy in https://github.com/apache/hertzbeat/pull/1268
+* add rbsrcy as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1271
+* [doc] update docker.md by @ruanliang-hualun in https://github.com/apache/hertzbeat/pull/1270
+* add ruanliang-hualun as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1274
+* bugfix jmx memory_pool unit and time unit error by @rbsrcy in https://github.com/apache/hertzbeat/pull/1273
+* bugfix old version monitor alert has no monitor name by @tomsun28 in https://github.com/apache/hertzbeat/pull/1278
+* support edit monitor in monitor detail page by @tomsun28 in https://github.com/apache/hertzbeat/pull/1282
+* reset alert converge reduce cache when restored alert trigger by @tomsun28 in https://github.com/apache/hertzbeat/pull/1281
+* [ospp] add push style collector doc by @vinci-897 in https://github.com/apache/hertzbeat/pull/1267
+* bugfix threshold availability automatically carries threshold parameters by @tomsun28 in https://github.com/apache/hertzbeat/pull/1285
+* [ospp] support custom notice template by @Eden4701 in https://github.com/apache/hertzbeat/pull/1233
+* add Eden4701 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1287
+* bugfix AvailableAlertDefineInit - query did not return a unique result by @tomsun28 in https://github.com/apache/hertzbeat/pull/1288
+* upgrade to version angular 15 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1291
+* support push style for multiple messages by @vinci-897 in https://github.com/apache/hertzbeat/pull/1292
+* update hertzbeat upgrade help doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1294
+* feat alert converge, define, silence support search query by @tomsun28 in https://github.com/apache/hertzbeat/pull/1300
+* feature:support monitoring udp port availability by @tomsun28 in https://github.com/apache/hertzbeat/pull/1295
+* support emqx monitor by @vinci-897 in https://github.com/apache/hertzbeat/pull/1302
+* add an explicit tag filter by @vinci-897 in https://github.com/apache/hertzbeat/pull/1303
+* add hertzbeat icon by @zqr10159 in https://github.com/apache/hertzbeat/pull/1305
+* [doc] update kafka help doc by @XiaTian688 in https://github.com/apache/hertzbeat/pull/1308
+* add XiaTian688 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1309
+* support webhook custom template by @tomsun28 in https://github.com/apache/hertzbeat/pull/1306
+* set ssh param connect reused default false by @tomsun28 in https://github.com/apache/hertzbeat/pull/1310
+* upgrade greptimedb to v0.4 by @liyin in https://github.com/apache/hertzbeat/pull/1311
+* add liyin as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1313
+* add some emqx monitoring metrics by @tomsun28 in https://github.com/apache/hertzbeat/pull/1312
+* feature: app-mysql.yml by @a-little-fool in https://github.com/apache/hertzbeat/pull/1316
+* modify default IoTDB version config to V_1_0 by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1315
+* bugfix timestamp is null by @qyaaaa in https://github.com/apache/hertzbeat/pull/1246
+* [hertzbeat] release hertzbeat version v1.4.2 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1317
+* bugfix alarm time span match in silence and notice by @tomsun28 in https://github.com/apache/hertzbeat/pull/1318
+* update available alert threshold trigger times default 2 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1324
+* bugfix rabbitmq contains duplicated metric by @tomsun28 in https://github.com/apache/hertzbeat/pull/1322
+* [alerter] optimize the encoding of how to add Extern Alarm Manage API(#1320) by @SurryChen in https://github.com/apache/hertzbeat/pull/1325
+* bugfix webhook post body error and alarm recover exception by @tomsun28 in https://github.com/apache/hertzbeat/pull/1327
+* build hertzbeat package with jdk runtime by @tomsun28 in https://github.com/apache/hertzbeat/pull/1328
## New Contributors
-* @rbsrcy made their first contribution in https://github.com/dromara/hertzbeat/pull/1268
-* @XiaTian688 made their first contribution in https://github.com/dromara/hertzbeat/pull/1308
-* @liyin made their first contribution in https://github.com/dromara/hertzbeat/pull/1311
+* @rbsrcy made their first contribution in https://github.com/apache/hertzbeat/pull/1268
+* @XiaTian688 made their first contribution in https://github.com/apache/hertzbeat/pull/1308
+* @liyin made their first contribution in https://github.com/apache/hertzbeat/pull/1311
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.4.1...v1.4.2
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.4.1...v1.4.2
----
@@ -135,27 +135,27 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### **Download Link**
**hertzbeat server**
-- ⬇️ [hertzbeat-1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.tar.gz)
-- ⬇️ [hertzbeat-1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.zip)
-- ⬇️ [hertzbeat-linux_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-linux_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-macos_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-macos_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-windows64_1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-windows64_1.4.2.zip)
+- ⬇️ [hertzbeat-1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.tar.gz)
+- ⬇️ [hertzbeat-1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.zip)
+- ⬇️ [hertzbeat-linux_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-linux_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-macos_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-macos_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-windows64_1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-windows64_1.4.2.zip)
**hertzbeat collector**
-- ⬇️ [hertzbeat-collector-1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.zip)
-- ⬇️ [hertzbeat-collector-linux_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-linux_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-windows64_1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-windows64_1.4.2.zip)
+- ⬇️ [hertzbeat-collector-1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.zip)
+- ⬇️ [hertzbeat-collector-linux_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-linux_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-windows64_1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-windows64_1.4.2.zip)
diff --git a/home/blog/2023-12-11-hertzbeat-v1.4.3.md b/home/blog/2023-12-11-hertzbeat-v1.4.3.md
index 159c05e4bd..59fccb4e1d 100644
--- a/home/blog/2023-12-11-hertzbeat-v1.4.3.md
+++ b/home/blog/2023-12-11-hertzbeat-v1.4.3.md
@@ -10,7 +10,7 @@ keywords: [open source monitoring system, alerting system]
### What is HertzBeat?
-[HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster, prometheus-compatible and agentless capabilities.
+[HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster, prometheus-compatible and agentless capabilities.
### Features
@@ -25,9 +25,9 @@ keywords: [open source monitoring system, alerting system]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### HertzBeat's 1.4.3 Version Release!
@@ -74,65 +74,65 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* update package deploy doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1330
-* bugfix duplicate collect job when update monitor templates by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1332
-* bugfix number variable in freemarker template display error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1334
-* [alerter] Enhanced reporting of external general alert API by @SurryChen in https://github.com/dromara/hertzbeat/pull/1326
-* [doc] update hertzbeat-mysql-tdengine readme by @jiashu1024 in https://github.com/dromara/hertzbeat/pull/1335
-* add jiashu1024 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1336
-* app-mysql.yml: Adjust slow query translation by @1036664317 in https://github.com/dromara/hertzbeat/pull/1337
-* add 1036664317 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1338
-* Bump com.google.guava:guava from 31.0.1-jre to 32.0.0-jre by @dependabot in https://github.com/dromara/hertzbeat/pull/1339
-* [feature] support auto collect metrics by prometheus task by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1342
-* [doc] add vinci as new committer by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1341
-* [feature] add tag word cloud in dashboard by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1345
-* support custom prometheus endpoint path by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1346
-* bugfix tdengine query interval history metrics data with instance error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1348
-* unlimit Alert.java content field length by @xiaoguolong in https://github.com/dromara/hertzbeat/pull/1351
-* add xiaoguolong as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1353
-* update monitor detail table ui layout by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1352
-* [doc]add star history by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1356
-* feature: app-mongodb.yml by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1359
-* alarm threshold support prometheus task metrics by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1354
-* support victoriametrics as metrics data storage by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1361
-* Add time type to support query_time of mysql and mariadb by @Clownsw in https://github.com/dromara/hertzbeat/pull/1364
-* add Clownsw as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1365
-* Error occured when I followed running steps to start Front-web by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1366
-* add Calvin979 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1367
-* enriches the cncf landscape by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1368
-* Fix flaky test in CollectUtilTest by @bbelide2 in https://github.com/dromara/hertzbeat/pull/1371
-* add bbelide2 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1372
-* Fix flaky test replaceSmilingPlaceholder by @bbelide2 in https://github.com/dromara/hertzbeat/pull/1373
-* add docker-compose script hertzbeat+mysql+victoria-metrics all in one by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1370
-* Feature: app-jvm.yml support for international name aliases by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1376
-* add Calvin979 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1377
-* feature: support monitoring spring gateway metrics by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1374
-* update code comment and doc, bugfix concurrent exception by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1378
-* update windows define and accept snmp leaf by @jinyaoMa in https://github.com/dromara/hertzbeat/pull/1379
-* add jinyaoMa as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1380
-* fix exception when sending email has special chars by @Carpe-Wang in https://github.com/dromara/hertzbeat/pull/1383
-* test: add e2e testing for some basic APIs by @LinuxSuRen in https://github.com/dromara/hertzbeat/pull/1387
-* add LinuxSuRen as a contributor for code, and test by @allcontributors in https://github.com/dromara/hertzbeat/pull/1389
-* bugfix auto generate monitor name error when add monitor by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1384
-* bugfix CalculateAlarm execAlertExpression NPE by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1388
-* Feature: app-redis.yml support for international name aliases by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1390
-* test: add more monitor related e2e testing case by @LinuxSuRen in https://github.com/dromara/hertzbeat/pull/1391
-* chore: update the pr template about the e2e testing by @LinuxSuRen in https://github.com/dromara/hertzbeat/pull/1392
-* add help header ui when update or add monitors by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1399
-* [hertzbeat] release hertzbeat version v1.4.3 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1400
+* update package deploy doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1330
+* bugfix duplicate collect job when update monitor templates by @tomsun28 in https://github.com/apache/hertzbeat/pull/1332
+* bugfix number variable in freemarker template display error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1334
+* [alerter] Enhanced reporting of external general alert API by @SurryChen in https://github.com/apache/hertzbeat/pull/1326
+* [doc] update hertzbeat-mysql-tdengine readme by @jiashu1024 in https://github.com/apache/hertzbeat/pull/1335
+* add jiashu1024 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1336
+* app-mysql.yml: Adjust slow query translation by @1036664317 in https://github.com/apache/hertzbeat/pull/1337
+* add 1036664317 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1338
+* Bump com.google.guava:guava from 31.0.1-jre to 32.0.0-jre by @dependabot in https://github.com/apache/hertzbeat/pull/1339
+* [feature] support auto collect metrics by prometheus task by @tomsun28 in https://github.com/apache/hertzbeat/pull/1342
+* [doc] add vinci as new committer by @tomsun28 in https://github.com/apache/hertzbeat/pull/1341
+* [feature] add tag word cloud in dashboard by @tomsun28 in https://github.com/apache/hertzbeat/pull/1345
+* support custom prometheus endpoint path by @tomsun28 in https://github.com/apache/hertzbeat/pull/1346
+* bugfix tdengine query interval history metrics data with instance error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1348
+* unlimit Alert.java content field length by @xiaoguolong in https://github.com/apache/hertzbeat/pull/1351
+* add xiaoguolong as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1353
+* update monitor detail table ui layout by @tomsun28 in https://github.com/apache/hertzbeat/pull/1352
+* [doc]add star history by @zqr10159 in https://github.com/apache/hertzbeat/pull/1356
+* feature: app-mongodb.yml by @a-little-fool in https://github.com/apache/hertzbeat/pull/1359
+* alarm threshold support prometheus task metrics by @tomsun28 in https://github.com/apache/hertzbeat/pull/1354
+* support victoriametrics as metrics data storage by @tomsun28 in https://github.com/apache/hertzbeat/pull/1361
+* Add time type to support query_time of mysql and mariadb by @Clownsw in https://github.com/apache/hertzbeat/pull/1364
+* add Clownsw as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1365
+* Error occured when I followed running steps to start Front-web by @Calvin979 in https://github.com/apache/hertzbeat/pull/1366
+* add Calvin979 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1367
+* enriches the cncf landscape by @tomsun28 in https://github.com/apache/hertzbeat/pull/1368
+* Fix flaky test in CollectUtilTest by @bbelide2 in https://github.com/apache/hertzbeat/pull/1371
+* add bbelide2 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1372
+* Fix flaky test replaceSmilingPlaceholder by @bbelide2 in https://github.com/apache/hertzbeat/pull/1373
+* add docker-compose script hertzbeat+mysql+victoria-metrics all in one by @tomsun28 in https://github.com/apache/hertzbeat/pull/1370
+* Feature: app-jvm.yml support for international name aliases by @Calvin979 in https://github.com/apache/hertzbeat/pull/1376
+* add Calvin979 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1377
+* feature: support monitoring spring gateway metrics by @a-little-fool in https://github.com/apache/hertzbeat/pull/1374
+* update code comment and doc, bugfix concurrent exception by @tomsun28 in https://github.com/apache/hertzbeat/pull/1378
+* update windows define and accept snmp leaf by @jinyaoMa in https://github.com/apache/hertzbeat/pull/1379
+* add jinyaoMa as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1380
+* fix exception when sending email has special chars by @Carpe-Wang in https://github.com/apache/hertzbeat/pull/1383
+* test: add e2e testing for some basic APIs by @LinuxSuRen in https://github.com/apache/hertzbeat/pull/1387
+* add LinuxSuRen as a contributor for code, and test by @allcontributors in https://github.com/apache/hertzbeat/pull/1389
+* bugfix auto generate monitor name error when add monitor by @tomsun28 in https://github.com/apache/hertzbeat/pull/1384
+* bugfix CalculateAlarm execAlertExpression NPE by @tomsun28 in https://github.com/apache/hertzbeat/pull/1388
+* Feature: app-redis.yml support for international name aliases by @Calvin979 in https://github.com/apache/hertzbeat/pull/1390
+* test: add more monitor related e2e testing case by @LinuxSuRen in https://github.com/apache/hertzbeat/pull/1391
+* chore: update the pr template about the e2e testing by @LinuxSuRen in https://github.com/apache/hertzbeat/pull/1392
+* add help header ui when update or add monitors by @tomsun28 in https://github.com/apache/hertzbeat/pull/1399
+* [hertzbeat] release hertzbeat version v1.4.3 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1400
## New Contributors
-* @1036664317 made their first contribution in https://github.com/dromara/hertzbeat/pull/1337
-* @dependabot made their first contribution in https://github.com/dromara/hertzbeat/pull/1339
-* @xiaoguolong made their first contribution in https://github.com/dromara/hertzbeat/pull/1351
-* @Clownsw made their first contribution in https://github.com/dromara/hertzbeat/pull/1364
-* @Calvin979 made their first contribution in https://github.com/dromara/hertzbeat/pull/1366
-* @bbelide2 made their first contribution in https://github.com/dromara/hertzbeat/pull/1371
-* @jinyaoMa made their first contribution in https://github.com/dromara/hertzbeat/pull/1379
-* @LinuxSuRen made their first contribution in https://github.com/dromara/hertzbeat/pull/1387
+* @1036664317 made their first contribution in https://github.com/apache/hertzbeat/pull/1337
+* @dependabot made their first contribution in https://github.com/apache/hertzbeat/pull/1339
+* @xiaoguolong made their first contribution in https://github.com/apache/hertzbeat/pull/1351
+* @Clownsw made their first contribution in https://github.com/apache/hertzbeat/pull/1364
+* @Calvin979 made their first contribution in https://github.com/apache/hertzbeat/pull/1366
+* @bbelide2 made their first contribution in https://github.com/apache/hertzbeat/pull/1371
+* @jinyaoMa made their first contribution in https://github.com/apache/hertzbeat/pull/1379
+* @LinuxSuRen made their first contribution in https://github.com/apache/hertzbeat/pull/1387
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.4.2...v1.4.3
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.4.2...v1.4.3
----
@@ -149,27 +149,27 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### **Download Link**
**hertzbeat server**
-- ⬇️ [hertzbeat-1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.tar.gz)
-- ⬇️ [hertzbeat-1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.zip)
-- ⬇️ [hertzbeat-linux_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-linux_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-macos_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-macos_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-windows64_1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-windows64_1.4.3.zip)
+- ⬇️ [hertzbeat-1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.tar.gz)
+- ⬇️ [hertzbeat-1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.zip)
+- ⬇️ [hertzbeat-linux_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-linux_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-macos_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-macos_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-windows64_1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-windows64_1.4.3.zip)
**hertzbeat collector**
-- ⬇️ [hertzbeat-collector-1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.zip)
-- ⬇️ [hertzbeat-collector-linux_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-linux_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-windows64_1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-windows64_1.4.3.zip)
+- ⬇️ [hertzbeat-collector-1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.zip)
+- ⬇️ [hertzbeat-collector-linux_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-linux_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-windows64_1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-windows64_1.4.3.zip)
diff --git a/home/blog/2024-01-11-new-committer.md b/home/blog/2024-01-11-new-committer.md
index 7909428798..ce7e26c329 100644
--- a/home/blog/2024-01-11-new-committer.md
+++ b/home/blog/2024-01-11-new-committer.md
@@ -131,7 +131,7 @@ Thanks to the authors of hertzbeat for the documentation and help. Thanks to my
## What is HertzBeat?
-[HertzBeat HertzBeat](https://github.com/dromara/hertzbeat) is an open source real-time monitoring and alerting system with powerful customizable monitoring capabilities, high performance clustering, Prometheus compatibility, and no Agent required.
+[HertzBeat HertzBeat](https://github.com/apache/hertzbeat) is an open source real-time monitoring and alerting system with powerful customizable monitoring capabilities, high performance clustering, Prometheus compatibility, and no Agent required.
### Features
@@ -146,8 +146,8 @@ Thanks to the authors of hertzbeat for the documentation and help. Thanks to my
> ``HertzBeat``s powerful customization, multi-type support, high performance, easy to extend, low coupling, hope to help developers and teams quickly build their own monitoring system.
-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
-Welcome more partners to participate in HertzBeat's open source collaboration, no matter a typo or punctuation we are very welcome, we learn together to make progress, the goal is to do a world-class open source software.
\ No newline at end of file
+Welcome more partners to participate in HertzBeat's open source collaboration, no matter a typo or punctuation we are very welcome, we learn together to make progress, the goal is to do a world-class open source software.
diff --git a/home/blog/2024-01-18-hertzbeat-v1.4.4.md b/home/blog/2024-01-18-hertzbeat-v1.4.4.md
index 72af39cf2a..48ce6766aa 100644
--- a/home/blog/2024-01-18-hertzbeat-v1.4.4.md
+++ b/home/blog/2024-01-18-hertzbeat-v1.4.4.md
@@ -10,7 +10,7 @@ keywords: [open source monitoring system, alerting system]
### What is HertzBeat?
-[HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster, prometheus-compatible and agentless capabilities.
+[HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster, prometheus-compatible and agentless capabilities.
### Features
@@ -25,9 +25,9 @@ keywords: [open source monitoring system, alerting system]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### HertzBeat's 1.4.4 Version Release!
@@ -75,75 +75,75 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* bugfix metrics tags value store jpa data-storage error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1403
-* add smtp protocol and support smtp monitoring by @ZY945 in https://github.com/dromara/hertzbeat/pull/1407
-* add ZY945 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1409
-* support new parse type 'log' in ssh collect protocol by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1410
-* add ntp protocol and support ntp monitoring by @ZY945 in https://github.com/dromara/hertzbeat/pull/1411
-* monitoring the availability of websockets through handshake. by @ZY945 in https://github.com/dromara/hertzbeat/pull/1413
-* [Task-1386] When adding tags in tag management, random colors are given by default. by @prolevel1 in https://github.com/dromara/hertzbeat/pull/1412
-* add prolevel1 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1415
-* #1397 feature: support for dns monitoring by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1416
-* Support monitoring hive metrics by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1417
-* support legend pageable in history data charts by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1414
-* update component tip and help tip doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1418
-* feature: support monitoring nginx metrics and add a help doc by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1420
-* update parser to parse from prometheus txt metrics data by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1421
-* support monitoring memcached metrics and add a help doc by @ZY945 in https://github.com/dromara/hertzbeat/pull/1423
-* support all ssh connect key exchange by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1424
-* [doc] add code of conduct by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1425
-* update label structure store in victoria metrics, make it prometheus like by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1426
-* feature: support monitoring pop3 metrics and add help doc by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1427
-* Update sidebars.json by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1428
-* Add zh-cn help doc by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1429
-* update monitoring state un-manage to unmonitored, update pic by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1430
-* Add jpa to date type storage by @Clownsw in https://github.com/dromara/hertzbeat/pull/1431
-* bugfix ^o^ token error, protect metrics api auth by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1434
-* Add relevant documents for SMTP and NTP by @ZY945 in https://github.com/dromara/hertzbeat/pull/1437
-* bugfix threshold init error in mysql env by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1435
-* app-rabbitmq.yml support for international name aliases by @ZY945 in https://github.com/dromara/hertzbeat/pull/1439
-* fix(*): error create lru-cache-timeout-cleaner thread by @Clownsw in https://github.com/dromara/hertzbeat/pull/1438
-* app-rabbitmq.yml Modifying Error Fields. by @ZY945 in https://github.com/dromara/hertzbeat/pull/1440
-* support monitoring NebulaGraph metrics and add help doc by @ZY945 in https://github.com/dromara/hertzbeat/pull/1441
-* Fix Nginx Collect validateParams function NPE by @Clownsw in https://github.com/dromara/hertzbeat/pull/1442
-* feature: add metrics i18n for app-springboot3.yml by @liyin in https://github.com/dromara/hertzbeat/pull/1445
-* feat: add metrics i18n for app-docker.yml by @liyin in https://github.com/dromara/hertzbeat/pull/1446
-* update docker-compose script and fix version by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1447
-* bugfix java.lang.IllegalArgumentException: Illegal character in query… by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1443
-* bugfix delete monitor error after monitor canceled by @ZhangZixuan1994 in https://github.com/dromara/hertzbeat/pull/1451
-* add ZhangZixuan1994 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1454
-* remove sleep, probably busy-waiting by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1456
-* [doc] add new committer ZY945 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1453
-* Update app-zookeeper.yml by @hurenjie1 in https://github.com/dromara/hertzbeat/pull/1458
-* add hurenjie1 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1459
-* update dashboard ui, remove ssh custom SignatureFactories, update app name by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1460
-* [Task] Monitoring Template Yml Metrics I18n | 监控模版指标国际化任务认领 #1212 by @tslj1024 in https://github.com/dromara/hertzbeat/pull/1461
-* add tslj1024 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1462
-* Add alarm trigger time for alarm restore by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1464
-* bugfix history range query not work when victoria-metrics store by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1463
-* bugfix springboot3 translation by @liyin in https://github.com/dromara/hertzbeat/pull/1467
-* bugfix telegram-notice can not input bot-token by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1465
-* feat: support hostname target by @ldysdu in https://github.com/dromara/hertzbeat/pull/1455
-* add ldysdu as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1471
-* [feature] support snmp v3 monitoring protocol by @TJxiaobao in https://github.com/dromara/hertzbeat/pull/1469
-* bugfix alarm trigger-times not work when alarm and recovered trigger cyclically by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1468
-* update switch monitoring metrics i18n by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1472
-* fixed: snmpv3 contextName bug by @TJxiaobao in https://github.com/dromara/hertzbeat/pull/1473
-* Fix npt of webhook notify by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1474
-* [hertzbeat] release hertzbeat version v1.4.4 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1475
-* bugfix nginx collect http deadlock error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1476
-* alarm calculate ignore metrics collect code - TIMEOUT by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1478
+* bugfix metrics tags value store jpa data-storage error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1403
+* add smtp protocol and support smtp monitoring by @ZY945 in https://github.com/apache/hertzbeat/pull/1407
+* add ZY945 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1409
+* support new parse type 'log' in ssh collect protocol by @tomsun28 in https://github.com/apache/hertzbeat/pull/1410
+* add ntp protocol and support ntp monitoring by @ZY945 in https://github.com/apache/hertzbeat/pull/1411
+* monitoring the availability of websockets through handshake. by @ZY945 in https://github.com/apache/hertzbeat/pull/1413
+* [Task-1386] When adding tags in tag management, random colors are given by default. by @prolevel1 in https://github.com/apache/hertzbeat/pull/1412
+* add prolevel1 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1415
+* #1397 feature: support for dns monitoring by @Calvin979 in https://github.com/apache/hertzbeat/pull/1416
+* Support monitoring hive metrics by @a-little-fool in https://github.com/apache/hertzbeat/pull/1417
+* support legend pageable in history data charts by @tomsun28 in https://github.com/apache/hertzbeat/pull/1414
+* update component tip and help tip doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1418
+* feature: support monitoring nginx metrics and add a help doc by @a-little-fool in https://github.com/apache/hertzbeat/pull/1420
+* update parser to parse from prometheus txt metrics data by @tomsun28 in https://github.com/apache/hertzbeat/pull/1421
+* support monitoring memcached metrics and add a help doc by @ZY945 in https://github.com/apache/hertzbeat/pull/1423
+* support all ssh connect key exchange by @tomsun28 in https://github.com/apache/hertzbeat/pull/1424
+* [doc] add code of conduct by @tomsun28 in https://github.com/apache/hertzbeat/pull/1425
+* update label structure store in victoria metrics, make it prometheus like by @tomsun28 in https://github.com/apache/hertzbeat/pull/1426
+* feature: support monitoring pop3 metrics and add help doc by @a-little-fool in https://github.com/apache/hertzbeat/pull/1427
+* Update sidebars.json by @a-little-fool in https://github.com/apache/hertzbeat/pull/1428
+* Add zh-cn help doc by @a-little-fool in https://github.com/apache/hertzbeat/pull/1429
+* update monitoring state un-manage to unmonitored, update pic by @tomsun28 in https://github.com/apache/hertzbeat/pull/1430
+* Add jpa to date type storage by @Clownsw in https://github.com/apache/hertzbeat/pull/1431
+* bugfix ^o^ token error, protect metrics api auth by @tomsun28 in https://github.com/apache/hertzbeat/pull/1434
+* Add relevant documents for SMTP and NTP by @ZY945 in https://github.com/apache/hertzbeat/pull/1437
+* bugfix threshold init error in mysql env by @tomsun28 in https://github.com/apache/hertzbeat/pull/1435
+* app-rabbitmq.yml support for international name aliases by @ZY945 in https://github.com/apache/hertzbeat/pull/1439
+* fix(*): error create lru-cache-timeout-cleaner thread by @Clownsw in https://github.com/apache/hertzbeat/pull/1438
+* app-rabbitmq.yml Modifying Error Fields. by @ZY945 in https://github.com/apache/hertzbeat/pull/1440
+* support monitoring NebulaGraph metrics and add help doc by @ZY945 in https://github.com/apache/hertzbeat/pull/1441
+* Fix Nginx Collect validateParams function NPE by @Clownsw in https://github.com/apache/hertzbeat/pull/1442
+* feature: add metrics i18n for app-springboot3.yml by @liyin in https://github.com/apache/hertzbeat/pull/1445
+* feat: add metrics i18n for app-docker.yml by @liyin in https://github.com/apache/hertzbeat/pull/1446
+* update docker-compose script and fix version by @tomsun28 in https://github.com/apache/hertzbeat/pull/1447
+* bugfix java.lang.IllegalArgumentException: Illegal character in query… by @tomsun28 in https://github.com/apache/hertzbeat/pull/1443
+* bugfix delete monitor error after monitor canceled by @ZhangZixuan1994 in https://github.com/apache/hertzbeat/pull/1451
+* add ZhangZixuan1994 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1454
+* remove sleep, probably busy-waiting by @tomsun28 in https://github.com/apache/hertzbeat/pull/1456
+* [doc] add new committer ZY945 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1453
+* Update app-zookeeper.yml by @hurenjie1 in https://github.com/apache/hertzbeat/pull/1458
+* add hurenjie1 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1459
+* update dashboard ui, remove ssh custom SignatureFactories, update app name by @tomsun28 in https://github.com/apache/hertzbeat/pull/1460
+* [Task] Monitoring Template Yml Metrics I18n | 监控模版指标国际化任务认领 #1212 by @tslj1024 in https://github.com/apache/hertzbeat/pull/1461
+* add tslj1024 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1462
+* Add alarm trigger time for alarm restore by @Calvin979 in https://github.com/apache/hertzbeat/pull/1464
+* bugfix history range query not work when victoria-metrics store by @tomsun28 in https://github.com/apache/hertzbeat/pull/1463
+* bugfix springboot3 translation by @liyin in https://github.com/apache/hertzbeat/pull/1467
+* bugfix telegram-notice can not input bot-token by @tomsun28 in https://github.com/apache/hertzbeat/pull/1465
+* feat: support hostname target by @ldysdu in https://github.com/apache/hertzbeat/pull/1455
+* add ldysdu as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1471
+* [feature] support snmp v3 monitoring protocol by @TJxiaobao in https://github.com/apache/hertzbeat/pull/1469
+* bugfix alarm trigger-times not work when alarm and recovered trigger cyclically by @tomsun28 in https://github.com/apache/hertzbeat/pull/1468
+* update switch monitoring metrics i18n by @tomsun28 in https://github.com/apache/hertzbeat/pull/1472
+* fixed: snmpv3 contextName bug by @TJxiaobao in https://github.com/apache/hertzbeat/pull/1473
+* Fix npt of webhook notify by @Calvin979 in https://github.com/apache/hertzbeat/pull/1474
+* [hertzbeat] release hertzbeat version v1.4.4 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1475
+* bugfix nginx collect http deadlock error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1476
+* alarm calculate ignore metrics collect code - TIMEOUT by @tomsun28 in https://github.com/apache/hertzbeat/pull/1478
## New Contributors
-* @ZY945 made their first contribution in https://github.com/dromara/hertzbeat/pull/1407
-* @prolevel1 made their first contribution in https://github.com/dromara/hertzbeat/pull/1412
-* @ZhangZixuan1994 made their first contribution in https://github.com/dromara/hertzbeat/pull/1451
-* @hurenjie1 made their first contribution in https://github.com/dromara/hertzbeat/pull/1458
-* @tslj1024 made their first contribution in https://github.com/dromara/hertzbeat/pull/1461
-* @ldysdu made their first contribution in https://github.com/dromara/hertzbeat/pull/1455
+* @ZY945 made their first contribution in https://github.com/apache/hertzbeat/pull/1407
+* @prolevel1 made their first contribution in https://github.com/apache/hertzbeat/pull/1412
+* @ZhangZixuan1994 made their first contribution in https://github.com/apache/hertzbeat/pull/1451
+* @hurenjie1 made their first contribution in https://github.com/apache/hertzbeat/pull/1458
+* @tslj1024 made their first contribution in https://github.com/apache/hertzbeat/pull/1461
+* @ldysdu made their first contribution in https://github.com/apache/hertzbeat/pull/1455
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.4.3...v1.4.4
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.4.3...v1.4.4
----
@@ -160,32 +160,32 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### **Download Link**
**hertzbeat server**
-- ⬇️ [hertzbeat-1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.tar.gz)
-- ⬇️ [hertzbeat-1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.zip)
-- ⬇️ [hertzbeat-linux_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-linux_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-macos_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-macos_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-windows64_1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-windows64_1.4.4.zip)
+- ⬇️ [hertzbeat-1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.tar.gz)
+- ⬇️ [hertzbeat-1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.zip)
+- ⬇️ [hertzbeat-linux_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-linux_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-macos_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-macos_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-windows64_1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-windows64_1.4.4.zip)
**hertzbeat collector**
-- ⬇️ [hertzbeat-collector-1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.zip)
-- ⬇️ [hertzbeat-collector-linux_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-linux_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-windows64_1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-windows64_1.4.4.zip)
+- ⬇️ [hertzbeat-collector-1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.zip)
+- ⬇️ [hertzbeat-collector-linux_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-linux_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-windows64_1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-windows64_1.4.4.zip)
**hertzbeat docker compose script**
-- ⬇️ [docker-compose.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/docker-compose.zip)
+- ⬇️ [docker-compose.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/docker-compose.zip)
diff --git a/home/blog/2024-04-17-to-apache.md b/home/blog/2024-04-17-to-apache.md
new file mode 100644
index 0000000000..c47838f918
--- /dev/null
+++ b/home/blog/2024-04-17-to-apache.md
@@ -0,0 +1,325 @@
+---
+title: Dromara to Apache, the open-source real-time monitoring HertzBeat is donated to the Apache Incubator.
+author: tom
+author_title: tom
+author_url: https://github.com/tomsun28
+author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
+tags: [opensource, practice]
+keywords: [open source monitoring system, alerting system]
+---
+
+On April 5, 2024, the open-source real-time monitoring system HertzBeat officially passed the Apache Foundation's voting resolution. According to the Apache Foundation mailing list, HertzBeat received 16 binding votes and 1 non-binding vote, with no abstentions or opposing votes, thereby accepting HertzBeat into the Apache Incubator.
+
+HertzBeat was officially open-sourced in January 2022 in the Dromara open-source community. After more than two years of continuous project maintenance and iteration by community members, along with sustained community growth, HertzBeat now proudly announces its inclusion in the Apache Incubator!
+
+
+
+
+
+
+
+
+Joining the Apache Incubator is not the end, but rather a fresh start for the project. After joining the Apache Incubator, HertzBeat will actively adhere to the "openness and collaboration" philosophy of Apache at the community level, continuously building a fair, diverse, and inclusive open-source community. At the product level, we will listen to user feedback, enhance and optimize the user experience, and create connections within the open-source ecosystem.
+
+We warmly welcome everyone to join the HertzBeat community. The community accepts contributions in any form. Let's work together to promote the development of open source. Hopefully, one day, HertzBeat will become a world-class open-source product like Apache Kafka and Apache Tomcat, with our contributed code deployed and running across various industries and corners of the globe.
+
+## What is HertzBeat
+
+[Apache HertzBeat](https://github.com/apache/hertzbeat)(Incubating) is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building capabilities.
+
+### Features
+
+* Combines **monitoring, alarm, and notification** features into one platform, and supports monitoring for web service, program, database, cache, os, webserver, middleware, bigdata, cloud-native, network, custom and more.
+* Easy to use and agentless, web-based and with one-click monitoring and alerting, zero learning curve.
+* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` configurable, allowing you to collect any metrics by simply configuring the template `YML` file online. Imagine being able to quickly adapt to a new monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+* Compatible with the `Prometheus` ecosystem and more, can monitoring what `Prometheus` can monitoring with few clicks on webui.
+* High performance, supports horizontal expansion of multi-collector clusters, multi-isolated network monitoring and cloud-edge collaboration.
+* Provides flexible alarm threshold rules and timely notifications delivered via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` `Webhook` `SMS` `ServerChan`.
+* Provides powerful status page building capabilities, easily communicate the real-time status of your service to users.
+
+> HertzBeat's powerful customization, multi-type support, high performance, easy expansion, and low coupling, aims to help users quickly build their own monitoring system.
+
+## HertzBeat Current Status
+
+Since its open-source release, the main repository of HertzBeat on GitHub has accumulated over 4.5K stars, while on Gitee it has gathered over 2.4K stars. HertzBeat has also released a total of 20 versions. The cumulative downloads of software installation packages from platforms like DockerHub have exceeded 100K. With contributions from 180 community members, the project and community continue to improve and progress. A heartfelt thank you to every contributor for their hard work and dedication! 💗
+
+## Community Members
+
+> Thank you to these lovely contributors.
+
+
+
+
+
+
+## Special Thanks
+
+Thank you to all contributors who have participated in the community.
+
+Special thanks to the Champions and Mentors who have kindly offered guidance to HertzBeat:
+
+**Champion:**
+
+- Yonglun Zhang(zhangyonglun at apache dot org)
+
+> Thanks to Champion @Yonglun for leading the project from the proposal drafting stage to discussions and initiating the voting process, providing selfless assistance and guidance throughout.
+
+**Mentors:**
+
+- Yu Xiao [xiaoyu at apache dot org]
+- Yonglun Zhang [zhangyonglun at apache dot org]
+- Justin Mclean [jmclean at apache dot org]
+- Francis Chuang [francischuang at apache dot org]
+
+> Thanks to Mentors @XiaoYu, @Yonglun, @Justin, and @Francis for their selfless assistance, providing professional guidance on compliance and process advancement. From the Dromara open-source community to the Apache Incubator, @XiaoYu has always been the guiding light for HertzBeat's open-source journey. We believe that under the guidance of all mentors, the community will grow even healthier in the future.
+
+## Message from the Dromara Community
+
+> From being a star project in the Dromara community to becoming a member of the Apache Incubator, HertzBeat has demonstrated strong vitality and healthy growth momentum. We are proud and excited about every step forward that HertzBeat has taken. Here, we extend our sincerest congratulations to the HertzBeat team and express deep gratitude to all community members who have contributed to the project.
+
+> May HertzBeat continue to grow and innovate in its future journey, becoming a shining star in the open-source community. We believe that with the outstanding talent of the team and the extensive support of the community, HertzBeat will achieve even greater achievements, providing high-quality services and experiences to developers and users worldwide. Dromara will continue to fully support and pay attention to the development of HertzBeat, looking forward to it creating more wonderful chapters!
+
+---
+
+**Repo Url**
+
+**https://github.com/apache/hertzbeat**
+
+Welcome to star us🐶🐶🐶
+
+**Home Url**
+
+**https://hertzbeat.apache.org/**
+
+**Email List**
+
+**dev@hertzbeat.apache.org**
+
diff --git a/home/docs/advanced/extend-http-example-hertzbeat.md b/home/docs/advanced/extend-http-example-hertzbeat.md
index 980b3bd471..d2107ffba9 100644
--- a/home/docs/advanced/extend-http-example-hertzbeat.md
+++ b/home/docs/advanced/extend-http-example-hertzbeat.md
@@ -234,6 +234,6 @@ This is the end of the practice of custom monitoring of the HTTP protocol. The H
If you think hertzbeat is a good open source project, please star us on GitHub Gitee, thank you very much.
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/docs/advanced/extend-http-example-token.md b/home/docs/advanced/extend-http-example-token.md
index 9ccb236f97..f5396e3dde 100644
--- a/home/docs/advanced/extend-http-example-token.md
+++ b/home/docs/advanced/extend-http-example-token.md
@@ -393,6 +393,6 @@ This is the end of the practice of custom monitoring of the HTTP protocol. The H
If you think hertzbeat is a good open source project, please star us on GitHub Gitee, thank you very much.
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/docs/advanced/extend-tutorial.md b/home/docs/advanced/extend-tutorial.md
index 441defa496..f3b9334187 100644
--- a/home/docs/advanced/extend-tutorial.md
+++ b/home/docs/advanced/extend-tutorial.md
@@ -233,6 +233,6 @@ This is the end of the practice of custom monitoring of the HTTP protocol. The H
If you think hertzbeat is a good open source project, please star us on GitHub Gitee, thank you very much. Thanks for the old iron support. Refill!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/docs/community/contact.md b/home/docs/community/contact.md
index cc5b264fbc..b13642b036 100644
--- a/home/docs/community/contact.md
+++ b/home/docs/community/contact.md
@@ -12,6 +12,8 @@ sidebar_label: Discussion
WeChat Group : Add friend `tan-cloud` and invite to the group.
+WeChat Public : Search `Apache HertzBeat` or `usthecom`.
+
[QQ Group](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : Group num `630061200`
[Github Discussion](https://github.com/apache/hertzbeat/discussions)
diff --git a/home/docs/introduce.md b/home/docs/introduce.md
index cba1d93b62..b7efc131fb 100644
--- a/home/docs/introduce.md
+++ b/home/docs/introduce.md
@@ -1,6 +1,6 @@
---
id: introduce
-title: Apache HertzBeat
+title: Apache HertzBeat (incubating)
sidebar_label: Introduce
slug: /
---
@@ -16,11 +16,11 @@ slug: /
[](https://qm.qq.com/q/FltGGGIX2m)
[](https://www.youtube.com/channel/UCri75zfWX0GHqJFPENEbLow)
-**Home: [hertzbeat.dromara.org](https://hertzbeat.dromara.org)**
+**Home: [hertzbeat.apache.org](https://hertzbeat.apache.org)**
## 🎡 Introduction
-[HertzBeat](https://github.com/dromara/hertzbeat) is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building capabilities.
+[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building capabilities.
### Features
@@ -70,8 +70,8 @@ Do you believe that users can just write a monitoring template on the UI page, c
[DM](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-dm.yml), [OpenGauss](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-opengauss.yml),
[ClickHouse](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-clickhouse.yml), [IoTDB](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-iotdb.yml),
[Redis Cluster](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-redis_cluster.yml), [Redis Sentinel](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-redis_sentinel.yml)
- [Doris BE](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_be.yml), [Doris FE](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_fe.yml),
- [Memcached](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-memcached.yml), [NebulaGraph](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-nebulaGraph.yml)
+ [Doris BE](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_be.yml), [Doris FE](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_fe.yml),
+ [Memcached](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-memcached.yml), [NebulaGraph](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-nebulaGraph.yml)
- [Linux](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-linux.yml), [Ubuntu](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-ubuntu.yml),
[CentOS](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-centos.yml), [Windows](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-windows.yml),
[EulerOS](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-euleros.yml), [Fedora CoreOS](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-coreos.yml),
@@ -202,8 +202,8 @@ Built-in support for monitoring types include:
[DM](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-dm.yml), [OpenGauss](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-opengauss.yml),
[ClickHouse](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-clickhouse.yml), [IoTDB](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-iotdb.yml),
[Redis Cluster](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-redis_cluster.yml), [Redis Sentinel](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-redis_sentinel.yml)
- [Doris BE](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_be.yml), [Doris FE](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_fe.yml),
- [Memcached](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-memcached.yml), [NebulaGraph](https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-nebulaGraph.yml)
+ [Doris BE](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_be.yml), [Doris FE](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-doris_fe.yml),
+ [Memcached](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-memcached.yml), [NebulaGraph](https://github.com/apache/hertzbeat/blob/master/manager/src/main/resources/define/app-nebulaGraph.yml)
- [Linux](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-linux.yml), [Ubuntu](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-ubuntu.yml),
[CentOS](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-centos.yml), [Windows](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-windows.yml),
[EulerOS](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-euleros.yml), [Fedora CoreOS](https://raw.githubusercontent.com/apache/hertzbeat/master/manager/src/main/resources/define/app-coreos.yml),
@@ -310,5 +310,5 @@ Built-in support for monitoring types include:
-----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/docs/others/contributing.md b/home/docs/others/contributing.md
index 6078b09fb3..b70497427a 100644
--- a/home/docs/others/contributing.md
+++ b/home/docs/others/contributing.md
@@ -31,7 +31,7 @@ Even small corrections to typos are very welcome :)
### Getting HertzBeat up and running
> To get HertzBeat code running on your development tools, and able to debug with breakpoints.
-> This is a front-end and back-end separation project. To start the local code, the back-end [manager](https://github.com/dromara/hertzbeat/tree/master/manager) and the front-end [web-app](https://github.com/dromara/hertzbeat/tree/master/web-app) must be started separately.
+> This is a front-end and back-end separation project. To start the local code, the back-end [manager](https://github.com/apache/hertzbeat/tree/master/manager) and the front-end [web-app](https://github.com/apache/hertzbeat/tree/master/web-app) must be started separately.
- Backend start
@@ -58,7 +58,7 @@ Of course, if you have a good idea, you can also propose it directly on GitHub D
### Submit Pull Request
-1. First you need to fork your target [hertzbeat repository](https://github.com/dromara/hertzbeat).
+1. First you need to fork your target [hertzbeat repository](https://github.com/apache/hertzbeat).
2. Then download the code locally with git command:
```shell
git clone git@github.com:${YOUR_USERNAME}/hertzbeat.git #Recommended
@@ -103,7 +103,7 @@ git push origin --delete a-dev-branch
On the master/main branch, you can do the following to sync the upstream repository:
```shell
-git remote add upstream https://github.com/dromara/hertzbeat.git #Bind the remote warehouse, if it has been executed, it does not need to be executed again
+git remote add upstream https://github.com/apache/hertzbeat.git #Bind the remote warehouse, if it has been executed, it does not need to be executed again
git checkout master
git pull upstream master
```
@@ -114,21 +114,21 @@ With the above steps, you are a contributor to HertzBeat. Repeat the previous st
### Join Discussion
-[Github Discussion](https://github.com/dromara/hertzbeat/discussions)
+[Github Discussion](https://github.com/apache/hertzbeat/discussions)
Add WeChat account `tan-cloud` to pull you into the WeChat group.
## 🥐 Architecture
-- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
+- **[manager](https://github.com/apache/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
> Provides monitoring management, monitoring configuration management, system user management, etc.
-- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** Provide metrics data collection services.
+- **[collector](https://github.com/apache/hertzbeat/tree/master/collector)** Provide metrics data collection services.
> Use common protocols to remotely collect and obtain peer-to-peer metrics data.
-- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
+- **[warehouse](https://github.com/apache/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
> Metrics data management, data query, calculation and statistics.
-- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** Provide alert service.
+- **[alerter](https://github.com/apache/hertzbeat/tree/master/alerter)** Provide alert service.
> Alarm calculation trigger, monitoring status linkage, alarm configuration, and alarm notification.
-- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** Provide web ui.
+- **[web-app](https://github.com/apache/hertzbeat/tree/master/web-app)** Provide web ui.
> Angular Web UI.
-
+
diff --git a/home/docs/others/developer.md b/home/docs/others/developer.md
index f3a01d13fd..5d34d124d4 100644
--- a/home/docs/others/developer.md
+++ b/home/docs/others/developer.md
@@ -9,19 +9,19 @@ sidebar_label: Contributors
diff --git a/home/docs/others/hertzbeat.md b/home/docs/others/hertzbeat.md
index 1f9a2a615c..2333798d80 100644
--- a/home/docs/others/hertzbeat.md
+++ b/home/docs/others/hertzbeat.md
@@ -7,20 +7,20 @@ sidebar_label: HertzBeat 实时监控
> 易用友好的开源实时监控告警系统,无需Agent,高性能集群,强大自定义监控能力。
-
-
-
-
-
+
+
+
+
+



-
+
## 🎡 介绍
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -281,5 +281,5 @@ Docker 环境下运行一条命令即可:`docker run -d -p 1157:1157 -p 1158:1
-----
**官网: https://hertzbeat.apache.org/**
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/docs/others/huaweicloud.md b/home/docs/others/huaweicloud.md
index c6433ac6cf..b934a5c2ca 100644
--- a/home/docs/others/huaweicloud.md
+++ b/home/docs/others/huaweicloud.md
@@ -8,11 +8,11 @@ sidebar_label: HertzBeat & HuaweiCloud
> 欢迎大家对感兴趣的Issue领取贡献。
-- [Task] support using Huawei Cloud OBS to store custom define yml file [#841](https://github.com/dromara/hertzbeat/issues/841)
-- [Task] support Huawei Cloud CCE metrics monitoring [#839](https://github.com/dromara/hertzbeat/issues/839)
-- [Task] support EulerOS metrics monitoring [#838](https://github.com/dromara/hertzbeat/issues/838)
-- [Task] support using Huawei Cloud SMN send alarm notification message [#837](https://github.com/dromara/hertzbeat/issues/837)
-- [Task] support using GaussDB For Influx store history metrics data [#836](https://github.com/dromara/hertzbeat/issues/836)
+- [Task] support using Huawei Cloud OBS to store custom define yml file [#841](https://github.com/apache/hertzbeat/issues/841)
+- [Task] support Huawei Cloud CCE metrics monitoring [#839](https://github.com/apache/hertzbeat/issues/839)
+- [Task] support EulerOS metrics monitoring [#838](https://github.com/apache/hertzbeat/issues/838)
+- [Task] support using Huawei Cloud SMN send alarm notification message [#837](https://github.com/apache/hertzbeat/issues/837)
+- [Task] support using GaussDB For Influx store history metrics data [#836](https://github.com/apache/hertzbeat/issues/836)
diff --git a/home/docs/others/images-deploy.md b/home/docs/others/images-deploy.md
index fccd43f3fe..dc7d53bf9b 100644
--- a/home/docs/others/images-deploy.md
+++ b/home/docs/others/images-deploy.md
@@ -9,21 +9,21 @@ sidebar_label: HertzBeat 华为云镜像部署快速指引
[](https://discord.gg/Fb6M73htGr)
[](https://qm.qq.com/q/FltGGGIX2m)
-
-
-
-
-
+
+
+
+
+



-
-
+
+
## 🎡 介绍
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,无需 Agent 的开源实时监控告警工具。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,无需 Agent 的开源实时监控告警工具。
> 集 **监控+告警+通知** 为一体,支持对应用服务,应用程序,数据库,缓存,操作系统,大数据,中间件,Web服务器,云原生,网络,自定义等监控,阈值告警通知一步到位。
> 更自由化的阈值规则(计算表达式),`邮件` `Discord` `Slack` `Telegram` `钉钉` `微信` `飞书` `短信` `Webhook` 等方式及时送达。
@@ -41,25 +41,25 @@ sidebar_label: HertzBeat 华为云镜像部署快速指引
## ⛄ Supported
-- [网站监控](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-website.yml), [端口可用性](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-port.yml),
- [Http Api](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-api.yml), [Ping连通性](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ping.yml),
- [Jvm](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-jvm.yml), [SiteMap全站](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-fullsite.yml),
- [Ssl证书](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ssl_cert.yml), [SpringBoot](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-springboot2.yml),
- [FTP服务器](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ftp.yml)
-- [Mysql](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-mysql.yml), [PostgreSQL](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-postgresql.yml),
- [MariaDB](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-mariadb.yml), [Redis](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-redis.yml),
- [ElasticSearch](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-elasticsearch.yml), [SqlServer](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-sqlserver.yml),
- [Oracle](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-oracle.yml), [MongoDB](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-mongodb.yml),
- [达梦](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-dm.yml), [OpenGauss](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-opengauss.yml),
- [ClickHouse](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-clickhouse.yml), [IoTDB](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-iotdb.yml)
-- [Linux](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-linux.yml), [Ubuntu](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ubuntu.yml),
- [CentOS](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-centos.yml), [Windows](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-windows.yml)
-- [Tomcat](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-tomcat.yml), [Nacos](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-nacos.yml),
- [Zookeeper](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-zookeeper.yml), [RabbitMQ](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-rabbitmq.yml),
- [Flink](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-flink.yml), [Kafka](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-kafka.yml),
- [ShenYu](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-shenyu.yml), [DynamicTp](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-dynamic_tp.yml),
- [Jetty](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-jetty.yml), [ActiveMQ](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-activemq.yml)
-- [Kubernetes](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-kubernetes.yml), [Docker](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-docker.yml)
+- [网站监控](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-website.yml), [端口可用性](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-port.yml),
+ [Http Api](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-api.yml), [Ping连通性](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ping.yml),
+ [Jvm](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-jvm.yml), [SiteMap全站](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-fullsite.yml),
+ [Ssl证书](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ssl_cert.yml), [SpringBoot](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-springboot2.yml),
+ [FTP服务器](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ftp.yml)
+- [Mysql](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-mysql.yml), [PostgreSQL](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-postgresql.yml),
+ [MariaDB](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-mariadb.yml), [Redis](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-redis.yml),
+ [ElasticSearch](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-elasticsearch.yml), [SqlServer](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-sqlserver.yml),
+ [Oracle](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-oracle.yml), [MongoDB](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-mongodb.yml),
+ [达梦](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-dm.yml), [OpenGauss](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-opengauss.yml),
+ [ClickHouse](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-clickhouse.yml), [IoTDB](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-iotdb.yml)
+- [Linux](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-linux.yml), [Ubuntu](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ubuntu.yml),
+ [CentOS](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-centos.yml), [Windows](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-windows.yml)
+- [Tomcat](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-tomcat.yml), [Nacos](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-nacos.yml),
+ [Zookeeper](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-zookeeper.yml), [RabbitMQ](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-rabbitmq.yml),
+ [Flink](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-flink.yml), [Kafka](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-kafka.yml),
+ [ShenYu](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-shenyu.yml), [DynamicTp](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-dynamic_tp.yml),
+ [Jetty](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-jetty.yml), [ActiveMQ](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-activemq.yml)
+- [Kubernetes](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-kubernetes.yml), [Docker](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-docker.yml)
- 和更多的自定义监控。
- 通知支持 `Discord` `Slack` `Telegram` `邮件` `钉钉` `微信` `飞书` `短信` `Webhook`。
diff --git a/home/docs/others/resource.md b/home/docs/others/resource.md
index 914008d91e..79c16b4ab5 100644
--- a/home/docs/others/resource.md
+++ b/home/docs/others/resource.md
@@ -16,4 +16,4 @@ Download: [SVG](/img/hertzbeat-logo.svg) [PNG](/img/hertzbeat-logo.png)

-Download: [SVG](/img/hertzbeat-brand.svg) [JPG](/img/hertzbeat-brand.jpg)
+Download: [SVG](/img/hertzbeat-brand.svg) [PNG](/img/hertzbeat-brand.png)
diff --git a/home/docs/others/tancloud.md b/home/docs/others/tancloud.md
index 8eac5c0298..d61536e9a7 100644
--- a/home/docs/others/tancloud.md
+++ b/home/docs/others/tancloud.md
@@ -7,15 +7,15 @@ sidebar_label: TanCloud 实时监控
> 易用友好的高性能实时云监控服务,无需Agent,高性能集群,强大自定义监控能力。
-
-
-
-
-
+
+
+
+
+



-
+
## 🎡 介绍
diff --git a/home/docs/start/account-modify.md b/home/docs/start/account-modify.md
index d167f0acb5..d19bf79c8b 100644
--- a/home/docs/start/account-modify.md
+++ b/home/docs/start/account-modify.md
@@ -6,7 +6,7 @@ sidebar_label: Update Account
HertzBeat default built-in three user accounts, respectively admin/hertzbeat tom/hertzbeat guest/hertzbeat
If you need add, delete or modify account or password, configure `sureness.yml`. Ignore this step without this demand.
-The configuration file content refer to project repository[/script/sureness.yml](https://gitee.com/dromara/hertzbeat/blob/master/script/sureness.yml)
+The configuration file content refer to project repository[/script/sureness.yml](https://gitee.com/hertzbeat/hertzbeat/blob/master/script/sureness.yml)
Modify the following **part parameters** in sureness.yml:**[Note⚠️Other default sureness configuration parameters should be retained]**
```yaml
diff --git a/home/docs/start/docker-deploy.md b/home/docs/start/docker-deploy.md
index 20276a5aea..3870d582d0 100644
--- a/home/docs/start/docker-deploy.md
+++ b/home/docs/start/docker-deploy.md
@@ -30,7 +30,7 @@ sidebar_label: Install via Docker
3. Mounted HertzBeat configuration file (optional)
Download and config `application.yml` in the host directory, eg:`$(pwd)/application.yml`
- Download from [github/script/application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml) or [gitee/script/application.yml](https://gitee.com/dromara/hertzbeat/raw/master/script/application.yml).
+ Download from [github/script/application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml) or [gitee/script/application.yml](https://gitee.com/hertzbeat/hertzbeat/raw/master/script/application.yml).
You can modify the configuration yml file according to your needs.
- If you need to use email to send alarms, you need to replace the email server parameters `spring.mail` in `application.yml`
- **Recommended** If you need to use an external Mysql database to replace the built-in H2 database, you need to replace the `spring.datasource` parameter in `application.yml` For specific steps, see [Using Mysql to replace H2 database](mysql-change)
@@ -41,7 +41,7 @@ sidebar_label: Install via Docker
HertzBeat default built-in three user accounts, respectively `admin/hertzbeat tom/hertzbeat guest/hertzbeat`
If you need update account or password, configure `sureness.yml`. Ignore this step without this demand.
Download and config `sureness.yml` in the host directory,eg:`$(pwd)/sureness.yml`
- Download from [github/script/sureness.yml](https://github.com/dromara/hertzbeat/raw/master/script/sureness.yml) or [gitee/script/sureness.yml](https://gitee.com/dromara/hertzbeat/raw/master/script/sureness.yml)
+ Download from [github/script/sureness.yml](https://github.com/apache/hertzbeat/raw/master/script/sureness.yml) or [gitee/script/sureness.yml](https://gitee.com/hertzbeat/hertzbeat/raw/master/script/sureness.yml)
For detail steps, please refer to [Configure Account Password](account-modify)
5. Start the HertzBeat Docker container
diff --git a/home/docs/start/greptime-init.md b/home/docs/start/greptime-init.md
index 088fca604d..e4fcbe982e 100644
--- a/home/docs/start/greptime-init.md
+++ b/home/docs/start/greptime-init.md
@@ -38,7 +38,7 @@ $ docker run -p 4000-4004:4000-4004 \
### Configure the database connection in hertzbeat `application.yml` configuration file
1. Configure HertzBeat's configuration file
- Modify `hertzbeat/config/application.yml` configuration file [/script/application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml)
+ Modify `hertzbeat/config/application.yml` configuration file [/script/application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml)
Note⚠️The docker container way need to mount application.yml file locally, while you can use installation package way to unzip and modify `hertzbeat/config/application.yml`
Replace `warehouse.store.greptime` data source parameters, URL account and password.
diff --git a/home/docs/start/influxdb-init.md b/home/docs/start/influxdb-init.md
index 2965c4eeba..72cf7ca612 100644
--- a/home/docs/start/influxdb-init.md
+++ b/home/docs/start/influxdb-init.md
@@ -43,7 +43,7 @@ Note⚠️ Need InfluxDB 1.x Version.
### Configure the database connection in hertzbeat `application.yml` configuration file
1. Configure HertzBeat's configuration file
- Modify `hertzbeat/config/application.yml` configuration file [/script/application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml)
+ Modify `hertzbeat/config/application.yml` configuration file [/script/application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml)
Note⚠️The docker container way need to mount application.yml file locally, while you can use installation package way to unzip and modify `hertzbeat/config/application.yml`
Replace `warehouse.store.influxdb` data source parameters, URL account and password.
diff --git a/home/docs/start/package-deploy.md b/home/docs/start/package-deploy.md
index fb27d757dd..b7ff93765d 100644
--- a/home/docs/start/package-deploy.md
+++ b/home/docs/start/package-deploy.md
@@ -7,8 +7,8 @@ sidebar_label: Install via Package
1. Download HertzBeat installation package
Download installation package `hertzbeat-xx.tar.gz` `hertzbeat-collector-xx.tar.gz` corresponding to your system environment
- - download from [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) repository
- - download from [GITHUB Release](https://github.com/dromara/hertzbeat/releases) repository
+ - download from [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) repository
+ - download from [GITHUB Release](https://github.com/apache/hertzbeat/releases) repository
2. Configure HertzBeat's configuration file(optional)
Unzip the installation package to the host eg: /opt/hertzbeat
@@ -41,7 +41,7 @@ sidebar_label: Install via Package
6. Deploy collector clusters (Optional)
- - Download and unzip the collector release package `hertzbeat-collector-xx.tar.gz` to new machine [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
+ - Download and unzip the collector release package `hertzbeat-collector-xx.tar.gz` to new machine [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB Release](https://github.com/apache/hertzbeat/releases)
- Configure the collector configuration yml file `hertzbeat-collector/config/application.yml`: unique `identity` name, running `mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
```yaml
collector:
diff --git a/home/docs/start/postgresql-change.md b/home/docs/start/postgresql-change.md
index f2b8aa3fc1..5be6b46622 100644
--- a/home/docs/start/postgresql-change.md
+++ b/home/docs/start/postgresql-change.md
@@ -20,7 +20,7 @@ PostgreSQL is a RDBMS emphasizing extensibility and SQL compliance. In addition
$ docker run -d --name postgresql -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=123456 -e TZ=Asia/Shanghai postgresql:15
```
use```$ docker ps```to check if the database started successfully
-3. Create database in container manually or with [script](https://github.com/dromara/hertzbeat/tree/master/script/docker-compose/hertzbeat-postgresql-iotdb/conf/sql/schema.sql).
+3. Create database in container manually or with [script](https://github.com/apache/hertzbeat/tree/master/script/docker-compose/hertzbeat-postgresql-iotdb/conf/sql/schema.sql).
### Database creation
1. Enter postgreSQL or use the client to connect postgreSQL service
diff --git a/home/docs/start/quickstart.md b/home/docs/start/quickstart.md
index f7c07bab66..9b6415f23a 100644
--- a/home/docs/start/quickstart.md
+++ b/home/docs/start/quickstart.md
@@ -38,12 +38,12 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.apache
##### 2:Install via package
-1. Download the release package `hertzbeat-xx.tar.gz` [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
+1. Download the release package `hertzbeat-xx.tar.gz` [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB Release](https://github.com/apache/hertzbeat/releases)
2. Configure the HertzBeat configuration yml file `hertzbeat/config/application.yml` (optional)
3. Run command `$ ./bin/startup.sh ` or `bin/startup.bat`
4. Access `http://localhost:1157` to start, default account: `admin/hertzbeat`
5. Deploy collector clusters(Optional)
- - Download the release package `hertzbeat-collector-xx.tar.gz` to new machine [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
+ - Download the release package `hertzbeat-collector-xx.tar.gz` to new machine [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB Release](https://github.com/apache/hertzbeat/releases)
- Configure the collector configuration yml file `hertzbeat-collector/config/application.yml`: unique `identity` name, running `mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
```yaml
collector:
@@ -72,9 +72,9 @@ Detailed steps refer to [CONTRIBUTING](../others/contributing)
##### 4:Install All(hertzbeat+mysql+iotdb/tdengine) via Docker-compose
-Install and deploy the mysql database, iotdb/tdengine database and hertzbeat at one time through [docker-compose deployment script](https://github.com/dromara/hertzbeat/tree/master/script/docker-compose).
+Install and deploy the mysql database, iotdb/tdengine database and hertzbeat at one time through [docker-compose deployment script](https://github.com/apache/hertzbeat/tree/master/script/docker-compose).
-Detailed steps refer to [Install via Docker-Compose](https://github.com/dromara/hertzbeat/tree/master/script/docker-compose)
+Detailed steps refer to [Install via Docker-Compose](https://github.com/apache/hertzbeat/tree/master/script/docker-compose)
##### 5. Install All(hertzbeat+collector+mysql+iotdb) via kubernetes helm charts
diff --git a/home/docs/start/sslcert-practice.md b/home/docs/start/sslcert-practice.md
index 494d667fe3..65cc9593db 100644
--- a/home/docs/start/sslcert-practice.md
+++ b/home/docs/start/sslcert-practice.md
@@ -13,7 +13,7 @@ This article introduces how to use the hertzbeat monitoring tool to detect the v
HertzBeat is a real-time monitoring tool with powerful custom monitoring capabilities without Agent. Website monitoring, PING connectivity, port availability, database, operating system, middleware, API monitoring, threshold alarms, alarm notification (email, WeChat, Ding Ding Feishu).
-github: https://github.com/dromara/hertzbeat
+github: https://github.com/apache/hertzbeat
#### Install HertzBeat
@@ -104,6 +104,6 @@ https://hertzbeat.apache.org/docs/help/alert_dingtalk
The practice of monitoring SSL certificates 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 Gitee star on GitHub, thank you very much. Thank you for your support. Refill!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/docs/start/tdengine-init.md b/home/docs/start/tdengine-init.md
index f0f3040f9a..928e9b2586 100644
--- a/home/docs/start/tdengine-init.md
+++ b/home/docs/start/tdengine-init.md
@@ -76,7 +76,7 @@ Note⚠️ Need TDengine 3.x Version.
### Configure the database connection in hertzbeat `application.yml` configuration file
1. Configure HertzBeat's configuration file
- Modify `hertzbeat/config/application.yml` configuration file [/script/application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml)
+ Modify `hertzbeat/config/application.yml` configuration file [/script/application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml)
Note⚠️The docker container way need to mount application.yml file locally,while you can use installation package way to unzip and modify `hertzbeat/config/application.yml`
Replace `warehouse.store.td-engine` data source parameters, URL account and password.
diff --git a/home/docs/start/upgrade.md b/home/docs/start/upgrade.md
index f8e020f905..d391df3652 100644
--- a/home/docs/start/upgrade.md
+++ b/home/docs/start/upgrade.md
@@ -6,8 +6,8 @@ sidebar_label: Version Upgrade Guide
**HertzBeat Release Version List**
-- [Github Release](https://github.com/dromara/hertzbeat/releases)
-- [Gitee Release](https://gitee.com/dromara/hertzbeat/releases)
+- [Github Release](https://github.com/apache/hertzbeat/releases)
+- [Gitee Release](https://gitee.com/hertzbeat/hertzbeat/releases)
- [DockerHub Release](https://hub.docker.com/r/tancloud/hertzbeat/tags)
- [Docker quay.io Release](https://quay.io/repository/tancloud/hertzbeat?tab=tags)
diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js
index b0c293f87d..c0e0350a9d 100644
--- a/home/docusaurus.config.js
+++ b/home/docusaurus.config.js
@@ -236,7 +236,7 @@ module.exports = {
},
{
label: 'contact',
- to: '/docs/others/contact',
+ to: '/docs/community/contact',
}
],
},
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-hertzbeat.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-hertzbeat.md
index 62b1e0fa6f..a8fca72f84 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-hertzbeat.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-hertzbeat.md
@@ -218,6 +218,6 @@ This is the end of the practice of custom monitoring of the HTTP protocol. The H
If you think hertzbeat is a good open source project, please star us on GitHub Gitee, thank you very much. Thanks for the old iron support. Refill!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-token.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-token.md
index 72e7f8702f..2d8389e193 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-token.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-http-example-token.md
@@ -386,6 +386,6 @@ This is the end of the practice of custom monitoring of the HTTP protocol. The H
If you think hertzbeat is a good open source project, please star us on GitHub Gitee, thank you very much. Thanks for the old iron support. Refill!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-tutorial.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-tutorial.md
index 4df1f3f3fa..59ceae28e5 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-tutorial.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/advanced/extend-tutorial.md
@@ -221,6 +221,6 @@ This is the end of the practice of custom monitoring of the HTTP protocol. The H
If you think hertzbeat is a good open source project, please star us on GitHub Gitee, thank you very much. Thanks for the old iron support. Refill!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/introduce.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/introduce.md
index 57f8f33c1a..41f747b723 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/introduce.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/introduce.md
@@ -9,22 +9,22 @@ slug: /
[](https://discord.gg/Fb6M73htGr)
[](https://qm.qq.com/q/FltGGGIX2m)
-
-
-
-
-
+
+
+
+
+


-
-
-
+
+
+
## 🎡 Introduction
-> [HertzBeat](https://github.com/dromara/hertzbeat) is an open source, real-time monitoring tool with custom-monitor and agentless. Support web service, database, os, middleware and more.
+> [HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring tool with custom-monitor and agentless. Support web service, database, os, middleware and more.
> HertzBeat supports more liberal threshold alarm configuration (calculation expression), supports alarm notification, alarm template, `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS` and more.
> Most important is HertzBeat supports [Custom Monitoring](https://hertzbeat.com/docs/advanced/extend-point), just by configuring the YML file, we can customize the monitoring types and metrics what we need.
> HertzBeat is modular, `manager, collector, scheduler, warehouse, alerter` modules are decoupled for easy understanding and custom development.
@@ -43,17 +43,17 @@ slug: /
## 🥐 Architecture
-- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
+- **[manager](https://github.com/apache/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
> Provides monitoring management, monitoring configuration management, system user management, etc.
-- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** Provide metrics data collection services.
+- **[collector](https://github.com/apache/hertzbeat/tree/master/collector)** Provide metrics data collection services.
> Use common protocols to remotely collect and obtain peer-to-peer metrics data.
-- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** Provide monitoring task scheduling service.
+- **[scheduler](https://github.com/apache/hertzbeat/tree/master/scheduler)** Provide monitoring task scheduling service.
> Collection task management, scheduling and distribution of one-time tasks and periodic tasks.
-- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
+- **[warehouse](https://github.com/apache/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
> Metrics data management, data query, calculation and statistics.
-- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** Provide alert service.
+- **[alerter](https://github.com/apache/hertzbeat/tree/master/alerter)** Provide alert service.
> Alarm calculation trigger, monitoring status linkage, alarm configuration, and alarm notification.
-- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** Provide web ui.
+- **[web-app](https://github.com/apache/hertzbeat/tree/master/web-app)** Provide web ui.
> Angular Web UI.
@@ -61,25 +61,25 @@ slug: /
## ⛄ Supported
-- [Website](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-website.yml), [Port Telnet](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-port.yml),
- [Http Api](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-api.yml), [Ping Connect](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ping.yml),
- [Jvm](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-jvm.yml), [SiteMap](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-fullsite.yml),
- [Ssl Certificate](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ssl_cert.yml), [SpringBoot](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-springboot2.yml),
- [FTP Server](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ftp.yml)
-- [Mysql](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-mysql.yml), [PostgreSQL](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-postgresql.yml),
- [MariaDB](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-mariadb.yml), [Redis](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-redis.yml),
- [ElasticSearch](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-elasticsearch.yml), [SqlServer](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-sqlserver.yml),
- [Oracle](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-oracle.yml), [MongoDB](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-mongodb.yml),
- [DM](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-dm.yml), [OpenGauss](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-opengauss.yml),
- [ClickHouse](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-clickhouse.yml), [IoTDB](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-iotdb.yml)
-- [Linux](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-linux.yml), [Ubuntu](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-ubuntu.yml),
- [CentOS](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-centos.yml), [Windows](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-windows.yml)
-- [Tomcat](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-tomcat.yml), [Nacos](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-nacos.yml),
- [Zookeeper](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-zookeeper.yml), [RabbitMQ](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-rabbitmq.yml),
- [Flink](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-flink.yml), [Kafka](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-kafka.yml),
- [ShenYu](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-shenyu.yml), [DynamicTp](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-dynamic_tp.yml),
- [Jetty](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-jetty.yml), [ActiveMQ](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-activemq.yml)
-- [Kubernetes](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-kubernetes.yml), [Docker](https://github.com/dromara/hertzbeat/tree/master/manager/src/main/resources/define/app-docker.yml)
+- [Website](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-website.yml), [Port Telnet](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-port.yml),
+ [Http Api](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-api.yml), [Ping Connect](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ping.yml),
+ [Jvm](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-jvm.yml), [SiteMap](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-fullsite.yml),
+ [Ssl Certificate](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ssl_cert.yml), [SpringBoot](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-springboot2.yml),
+ [FTP Server](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ftp.yml)
+- [Mysql](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-mysql.yml), [PostgreSQL](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-postgresql.yml),
+ [MariaDB](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-mariadb.yml), [Redis](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-redis.yml),
+ [ElasticSearch](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-elasticsearch.yml), [SqlServer](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-sqlserver.yml),
+ [Oracle](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-oracle.yml), [MongoDB](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-mongodb.yml),
+ [DM](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-dm.yml), [OpenGauss](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-opengauss.yml),
+ [ClickHouse](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-clickhouse.yml), [IoTDB](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-iotdb.yml)
+- [Linux](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-linux.yml), [Ubuntu](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-ubuntu.yml),
+ [CentOS](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-centos.yml), [Windows](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-windows.yml)
+- [Tomcat](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-tomcat.yml), [Nacos](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-nacos.yml),
+ [Zookeeper](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-zookeeper.yml), [RabbitMQ](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-rabbitmq.yml),
+ [Flink](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-flink.yml), [Kafka](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-kafka.yml),
+ [ShenYu](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-shenyu.yml), [DynamicTp](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-dynamic_tp.yml),
+ [Jetty](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-jetty.yml), [ActiveMQ](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-activemq.yml)
+- [Kubernetes](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-kubernetes.yml), [Docker](https://github.com/apache/hertzbeat/tree/master/manager/src/main/resources/define/app-docker.yml)
- And More Your Custom Define.
- Notified Support `Discord` `Slack` `Telegram` `Email` `DingDing` `WeChat` `FeiShu` `Webhook` `SMS`.
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contact.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contact.md
index d7ec261c03..b1394fa3be 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contact.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contact.md
@@ -6,9 +6,9 @@ sidebar_label: Discussion
> If you need any help or want to exchange suggestions during the use process, you can discuss and exchange through ISSUE or Github Discussion.
-[GITHUB ISSUES](https://github.com/dromara/hertzbeat/issues)
+[GITHUB ISSUES](https://github.com/apache/hertzbeat/issues)
##### Github Discussion
-Welcome to Discuss in [Github Discussion](https://github.com/dromara/hertzbeat/discussions)
+Welcome to Discuss in [Github Discussion](https://github.com/apache/hertzbeat/discussions)
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contributing.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contributing.md
index e3d547bcd6..23484d5320 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contributing.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/contributing.md
@@ -31,7 +31,7 @@ Even small corrections to typos are very welcome :)
### Getting HertzBeat up and running
> To get HertzBeat code running on your development tools, and able to debug with breakpoints.
-> This is a front-end and back-end separation project. To start the local code, the back-end [manager](https://github.com/dromara/hertzbeat/tree/master/manager) and the front-end [web-app](https://github.com/dromara/hertzbeat/tree/master/web-app) must be started separately.
+> This is a front-end and back-end separation project. To start the local code, the back-end [manager](https://github.com/apache/hertzbeat/tree/master/manager) and the front-end [web-app](https://github.com/apache/hertzbeat/tree/master/web-app) must be started separately.
- Backend start
@@ -58,7 +58,7 @@ Of course, if you have a good idea, you can also propose it directly on GitHub D
### Submit Pull Request
-1. First you need to fork your target [hertzbeat repository](https://github.com/dromara/hertzbeat).
+1. First you need to fork your target [hertzbeat repository](https://github.com/apache/hertzbeat).
2. Then download the code locally with git command:
```shell
git clone git@github.com:${YOUR_USERNAME}/hertzbeat.git #Recommended
@@ -103,7 +103,7 @@ git push origin --delete a-dev-branch
On the master/main branch, you can do the following to sync the upstream repository:
```shell
-git remote add upstream https://github.com/dromara/hertzbeat.git #Bind the remote warehouse, if it has been executed, it does not need to be executed again
+git remote add upstream https://github.com/apache/hertzbeat.git #Bind the remote warehouse, if it has been executed, it does not need to be executed again
git checkout master
git pull upstream master
```
@@ -120,15 +120,15 @@ Add WeChat account `tan-cloud` to pull you into the WeChat group.
## 🥐 Architecture
-- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
+- **[manager](https://github.com/apache/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
> Provides monitoring management, monitoring configuration management, system user management, etc.
-- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** Provide metrics data collection services.
+- **[collector](https://github.com/apache/hertzbeat/tree/master/collector)** Provide metrics data collection services.
> Use common protocols to remotely collect and obtain peer-to-peer metrics data.
-- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
+- **[warehouse](https://github.com/apache/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
> Metrics data management, data query, calculation and statistics.
-- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** Provide alert service.
+- **[alerter](https://github.com/apache/hertzbeat/tree/master/alerter)** Provide alert service.
> Alarm calculation trigger, monitoring status linkage, alarm configuration, and alarm notification.
-- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** Provide web ui.
+- **[web-app](https://github.com/apache/hertzbeat/tree/master/web-app)** Provide web ui.
> Angular Web UI.
-
+
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/developer.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/developer.md
index 465f46114b..ff9ad490b8 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/developer.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/developer.md
@@ -9,12 +9,12 @@ sidebar_label: Contributors
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/resource.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/resource.md
index 709b613a1f..c4aa2f0ee1 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/resource.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/others/resource.md
@@ -16,4 +16,4 @@ Download: [SVG](/img/hertzbeat-logo.svg) [PNG](/img/hertzbeat-logo.png)

-Download: [SVG](/img/hertzbeat-brand.svg) [JPG](/img/hertzbeat-brand.jpg)
+Download: [SVG](/img/hertzbeat-brand.svg) [PNG](/img/hertzbeat-brand.png)
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/account-modify.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/account-modify.md
index ff66783c1b..7b6965799a 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/account-modify.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/account-modify.md
@@ -6,7 +6,7 @@ sidebar_label: Update Account(Optional)
HertzBeat default built-in three user accounts, respectively admin/hertzbeat tom/hertzbeat guest/hertzbeat
If you need add, delete or modify account or password, configure `sureness.yml`. Ignore this step without this demand.
-The configuration file content refer to project repository[/script/sureness.yml](https://gitee.com/dromara/hertzbeat/blob/master/script/sureness.yml)
+The configuration file content refer to project repository[/script/sureness.yml](https://gitee.com/hertzbeat/hertzbeat/blob/master/script/sureness.yml)
Modify the following **part parameters** in sureness.yml:**[Note⚠️Other default sureness configuration parameters should be retained]**
```yaml
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/docker-deploy.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/docker-deploy.md
index 0da8f6f03c..4ba776601d 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/docker-deploy.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/docker-deploy.md
@@ -21,7 +21,7 @@ sidebar_label: Install via Docker
```
3. Configure HertzBeat's configuration file(optional)
Create application.yml in the host directory,eg:/opt/application.yml
- The configuration file content refer to project repository[/script/application.yml](https://gitee.com/dromara/hertzbeat/raw/master/script/application.yml),modify service parameters, IP port account password in `td-engine`
+ The configuration file content refer to project repository[/script/application.yml](https://gitee.com/hertzbeat/hertzbeat/raw/master/script/application.yml),modify service parameters, IP port account password in `td-engine`
Note⚠️(If use email to alert, please replace the mail server parameter. If use MYSQL data source, replace the datasource parameters inside refer to[H2 database switch to MYSQL](mysql-change))
Specific replacement parameters is as follows:
```yaml
@@ -60,7 +60,7 @@ spring:
HertzBeat default built-in three user accounts, respectively admin/hertzbeat tom/hertzbeat guest/hertzbeat
If you need add, delete or modify account or password, configure `sureness.yml`. Ignore this step without this demand.
Create sureness.yml in the host directory,eg:/opt/sureness.yml
- The configuration file content refer to project repository[/script/sureness.yml](https://gitee.com/dromara/hertzbeat/blob/master/script/sureness.yml)
+ The configuration file content refer to project repository[/script/sureness.yml](https://gitee.com/hertzbeat/hertzbeat/blob/master/script/sureness.yml)
```yaml
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/package-deploy.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/package-deploy.md
index 9718e46381..bb12d776d4 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/package-deploy.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/package-deploy.md
@@ -18,8 +18,8 @@ sidebar_label: Install via Package
```
2. Download HertzBeat installation package
Download installation package corresponding to your system environment
- - download from [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) repository
- - download from [GITHUB Release](https://github.com/dromara/hertzbeat/releases) repository
+ - download from [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) repository
+ - download from [GITHUB Release](https://github.com/apache/hertzbeat/releases) repository
3. Configure HertzBeat's configuration file(optional)
Unzip the installation package to the host eg: /opt/hertzbeat
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/quickstart.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/quickstart.md
index fe2755e26d..508bdcb420 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/quickstart.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/quickstart.md
@@ -22,7 +22,7 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
##### 2:Install via package
-1. Download the installation package [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
+1. Download the installation package [GITEE Release](https://gitee.com/hertzbeat/hertzbeat/releases) [GITHUB Release](https://github.com/apache/hertzbeat/releases)
2. Need Jdk Environment, `jdk11`
3. [optional]Configure the HertzBeat configuration yml file `hertzbeat/config/application.yml`
4. Run shell `$ ./startup.sh `
@@ -41,8 +41,8 @@ Detailed steps refer to [CONTRIBUTING](../others/contributing)
##### 4:Install All(hertzbeat+mysql+iotdb/tdengine) via Docker-compose
-Install and deploy the mysql database, iotdb/tdengine database and hertzbeat at one time through [docker-compose deployment script](https://github.com/dromara/hertzbeat/tree/master/script/docker-compose).
+Install and deploy the mysql database, iotdb/tdengine database and hertzbeat at one time through [docker-compose deployment script](https://github.com/apache/hertzbeat/tree/master/script/docker-compose).
-Detailed steps refer to [Install via Docker-Compose](https://github.com/dromara/hertzbeat/tree/master/script/docker-compose)
+Detailed steps refer to [Install via Docker-Compose](https://github.com/apache/hertzbeat/tree/master/script/docker-compose)
**HAVE FUN**
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/sslcert-practice.md b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/sslcert-practice.md
index aefa594160..da899ed3af 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/sslcert-practice.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-v1.1.x/start/sslcert-practice.md
@@ -14,8 +14,8 @@ HertzBeat is a real-time monitoring tool with powerful custom monitoring capabil
**Official website: https://hertzbeat.com | https://tancloud.cn**
-github: https://github.com/dromara/hertzbeat
-gitee: https://gitee.com/dromara/hertzbeat
+github: https://github.com/apache/hertzbeat
+gitee: https://gitee.com/hertzbeat/hertzbeat
#### Install HertzBeat
@@ -113,6 +113,6 @@ https://tancloud.cn/docs/help/alert_dingtalk
The practice of monitoring SSL certificates 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 Gitee star on GitHub, thank you very much. Thank you for your support. Refill!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-01-hertzbeat-v1.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-01-hertzbeat-v1.0.md
index cc080073fa..bb67ed6c64 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-01-hertzbeat-v1.0.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-01-hertzbeat-v1.0.md
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
tags: [opensource]
---
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
**官网: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -36,23 +36,23 @@ tags: [opensource]
特性:
-1. [monitor feature:支持redis监控协议 #142](https://github.com/dromara/hertzbeat/pull/142) contribute by @gcdd1993
+1. [monitor feature:支持redis监控协议 #142](https://github.com/apache/hertzbeat/pull/142) contribute by @gcdd1993
2. Copyright & NOTICE contribute by @shimingxy
-3. [alerter bugfix: 支持系统告警设置触发次数 #144](https://github.com/dromara/hertzbeat/pull/144).
-4. [collector feature: redis复用单连接 #146](https://github.com/dromara/hertzbeat/pull/146).
-5. [collector 隐藏日志中IP、账号与密码等敏感信息 #159](https://github.com/dromara/hertzbeat/pull/159) idea from @goo-kits
-6. [支持 zookeeper 监控帮助文档 #137](https://github.com/dromara/hertzbeat/pull/137) contributr by @wang1027-wqh
+3. [alerter bugfix: 支持系统告警设置触发次数 #144](https://github.com/apache/hertzbeat/pull/144).
+4. [collector feature: redis复用单连接 #146](https://github.com/apache/hertzbeat/pull/146).
+5. [collector 隐藏日志中IP、账号与密码等敏感信息 #159](https://github.com/apache/hertzbeat/pull/159) idea from @goo-kits
+6. [支持 zookeeper 监控帮助文档 #137](https://github.com/apache/hertzbeat/pull/137) contributr by @wang1027-wqh
Bug修复.
-1. [[monitor]bugfix: 修复resource bundle在en.HK加载资源错误问题 #131](https://github.com/dromara/hertzbeat/pull/131).
-2. [[web-app]bugfix:修复当主题为dark时部分菜单不可见 #132](https://github.com/dromara/hertzbeat/pull/132).
-3. [[monitor]bugfix: 修复通知策略过滤标签时只能选择一个 #140](https://github.com/dromara/hertzbeat/pull/140). issue by @daqianxiaoyao
-4. [[td-engine store]bugfix: 修复tdengine入库指标数据时无table报错日志#150](https://github.com/dromara/hertzbeat/pull/150). contribute by @ChineseTony
-5. [[collector]bugfix: 修复 warehouse data queue 未消费异常 #153](https://github.com/dromara/hertzbeat/pull/153). issue by @daqianxiaoyao
-7. [[web-app]bugfix: 修复黑暗主题时页面输入框校验出错时不可见 #157](https://github.com/dromara/hertzbeat/pull/157). issue by @ConradWen
+1. [[monitor]bugfix: 修复resource bundle在en.HK加载资源错误问题 #131](https://github.com/apache/hertzbeat/pull/131).
+2. [[web-app]bugfix:修复当主题为dark时部分菜单不可见 #132](https://github.com/apache/hertzbeat/pull/132).
+3. [[monitor]bugfix: 修复通知策略过滤标签时只能选择一个 #140](https://github.com/apache/hertzbeat/pull/140). issue by @daqianxiaoyao
+4. [[td-engine store]bugfix: 修复tdengine入库指标数据时无table报错日志#150](https://github.com/apache/hertzbeat/pull/150). contribute by @ChineseTony
+5. [[collector]bugfix: 修复 warehouse data queue 未消费异常 #153](https://github.com/apache/hertzbeat/pull/153). issue by @daqianxiaoyao
+7. [[web-app]bugfix: 修复黑暗主题时页面输入框校验出错时不可见 #157](https://github.com/apache/hertzbeat/pull/157). issue by @ConradWen
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.0-beta.8...v1.0
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.0-beta.8...v1.0
Online https://console.tancloud.cn.
@@ -65,7 +65,7 @@ Redis监控来啦:
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登录即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -78,6 +78,6 @@ Redis监控来啦:
**仓库地址**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-19-hertzbeat-v1.1.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-19-hertzbeat-v1.1.0.md
index b90237f875..40c15055ed 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-19-hertzbeat-v1.1.0.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-19-hertzbeat-v1.1.0.md
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
tags: [opensource]
---
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
**官网: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -19,19 +19,19 @@ Let's Try It!
Feature:
-1. [[monitor]feature: 支持SNMP协议和Windows操作系统监控 #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
-2. [[monitor]默认使用H2数据库替换MYSQL数据库 #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager]支持监控参数的英文国际化,国际化更近一步 #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script]支持了amd64和arm64版本的docker 镜像 #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: 支持采集oracle多表空间指标数据 #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
-7. [[monitor]数据库表统一添加前缀 hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
+1. [[monitor]feature: 支持SNMP协议和Windows操作系统监控 #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
+2. [[monitor]默认使用H2数据库替换MYSQL数据库 #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager]支持监控参数的英文国际化,国际化更近一步 #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script]支持了amd64和arm64版本的docker 镜像 #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: 支持采集oracle多表空间指标数据 #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
+7. [[monitor]数据库表统一添加前缀 hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
Bugfix.
-1. [[monitor]修改在tencent centos版本下无法采集CPU指标问题 #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
-2. [[manager]修复oracle监控percentage指标采集问题 #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: 修复elasticsearch监控在basic认证情况下采集失败 #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
-4. [修改oracle监控参数[数据库名称]有歧义导致的监控失败 #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor]修改在tencent centos版本下无法采集CPU指标问题 #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
+2. [[manager]修复oracle监控percentage指标采集问题 #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: 修复elasticsearch监控在basic认证情况下采集失败 #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
+4. [修改oracle监控参数[数据库名称]有歧义导致的监控失败 #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online https://console.tancloud.cn.
@@ -72,19 +72,19 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
-2. [[monitor]change default database mysql to h2 #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager]support monitor params name i18n #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
-6. [[monitor]database tables append prefix hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
+1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
+2. [[monitor]change default database mysql to h2 #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager]support monitor params name i18n #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
+6. [[monitor]database tables append prefix hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
Bugfix.
-1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
-2. [[manager]fix oracle config yml percentage error #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
-4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
+2. [[manager]fix oracle config yml percentage error #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
+4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online https://console.tancloud.cn.
@@ -115,7 +115,7 @@ Have Fun!
----
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登录即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -129,6 +129,6 @@ Have Fun!
**仓库地址**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-22-one-step-up.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-22-one-step-up.md
index 502aff0628..e89e7274c8 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-22-one-step-up.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-06-22-one-step-up.md
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
tags: [opensource]
---
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
**官网: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -19,19 +19,19 @@ Let's Try It!
Feature:
-1. [[monitor]feature: 支持SNMP协议和Windows操作系统监控 #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
-2. [[monitor]默认使用H2数据库替换MYSQL数据库 #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager]支持监控参数的英文国际化,国际化更近一步 #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script]支持了amd64和arm64版本的docker 镜像 #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: 支持采集oracle多表空间指标数据 #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
-7. [[monitor]数据库表统一添加前缀 hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
+1. [[monitor]feature: 支持SNMP协议和Windows操作系统监控 #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
+2. [[monitor]默认使用H2数据库替换MYSQL数据库 #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager]支持监控参数的英文国际化,国际化更近一步 #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script]支持了amd64和arm64版本的docker 镜像 #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: 支持采集oracle多表空间指标数据 #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
+7. [[monitor]数据库表统一添加前缀 hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
Bugfix.
-1. [[monitor]修改在tencent centos版本下无法采集CPU指标问题 #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
-2. [[manager]修复oracle监控percentage指标采集问题 #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: 修复elasticsearch监控在basic认证情况下采集失败 #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
-4. [修改oracle监控参数[数据库名称]有歧义导致的监控失败 #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor]修改在tencent centos版本下无法采集CPU指标问题 #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
+2. [[manager]修复oracle监控percentage指标采集问题 #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: 修复elasticsearch监控在basic认证情况下采集失败 #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
+4. [修改oracle监控参数[数据库名称]有歧义导致的监控失败 #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online https://console.tancloud.cn.
@@ -72,19 +72,19 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/dromara/hertzbeat/pull/192). contribute by @ChineseTony
-2. [[monitor]change default database mysql to h2 #191](https://github.com/dromara/hertzbeat/pull/191)
-3. [[manager]support monitor params name i18n #184](https://github.com/dromara/hertzbeat/pull/184).
-4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/dromara/hertzbeat/pull/189).
-5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/dromara/hertzbeat/pull/163) contribute by @brave4Time
-6. [[monitor]database tables append prefix hzb_ #193](https://github.com/dromara/hertzbeat/pull/193) issue from @shimingxy
+1. [[monitor]feature: support snmp collect protocol and windows monitor type #192](https://github.com/apache/hertzbeat/pull/192). contribute by @ChineseTony
+2. [[monitor]change default database mysql to h2 #191](https://github.com/apache/hertzbeat/pull/191)
+3. [[manager]support monitor params name i18n #184](https://github.com/apache/hertzbeat/pull/184).
+4. [[script]build multi cpu arch hertzbeat docker version #189](https://github.com/apache/hertzbeat/pull/189).
+5. [[monitor]feature: support oracle multi tablespaces #163](https://github.com/apache/hertzbeat/pull/163) contribute by @brave4Time
+6. [[monitor]database tables append prefix hzb_ #193](https://github.com/apache/hertzbeat/pull/193) issue from @shimingxy
Bugfix.
-1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/dromara/hertzbeat/pull/164) contribute by @wyt199905 .
-2. [[manager]fix oracle config yml percentage error #168](https://github.com/dromara/hertzbeat/pull/168)
-3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/dromara/hertzbeat/pull/174) contribute by @weifuqing
-4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/dromara/hertzbeat/pull/182) @zklmcookle
+1. [[monitor]fix can not collect cpu metrics in tencent centos #164](https://github.com/apache/hertzbeat/pull/164) contribute by @wyt199905 .
+2. [[manager]fix oracle config yml percentage error #168](https://github.com/apache/hertzbeat/pull/168)
+3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
+4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
Online https://console.tancloud.cn.
@@ -115,7 +115,7 @@ Have Fun!
----
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登录即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -128,6 +128,6 @@ Have Fun!
**仓库地址**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md
index 97b2c383ef..3674cacaa6 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-07-10-hertzbeat-v1.1.1.md
@@ -7,7 +7,7 @@ author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
tags: [opensource]
---
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
**官网: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -20,25 +20,25 @@ tags: [opensource]
Feature:
-1. [[script] feature 升级docker的基础镜像为 openjdk:11.0.15-jre-slim #205](https://github.com/dromara/hertzbeat/pull/205)
-2. [[monitor] 支持前置采集指标数据作为变量赋值给下一采集流程 #206](https://github.com/dromara/hertzbeat/pull/206).
-3. [[collector] 使用基本的http headers头实现basic auth替换前置模式 #212](https://github.com/dromara/hertzbeat/pull/212)
-4. [[manager,alerter] 支持告警通知设置丁丁微信飞书自定义 webhook url #213](https://github.com/dromara/hertzbeat/pull/213)
-5. [[monitor] feature 更新数值指标数据不带末尾为0的小数点 #217](https://github.com/dromara/hertzbeat/pull/217)
-6. [[web-app]feature:toggle [enable and cancel] button #218](https://github.com/dromara/hertzbeat/pull/218)
-7. [[manager] 更新监控define yml文件前缀名称 "app" or "param",便于自定义监控区别 #221](https://github.com/dromara/hertzbeat/pull/221)
+1. [[script] feature 升级docker的基础镜像为 openjdk:11.0.15-jre-slim #205](https://github.com/apache/hertzbeat/pull/205)
+2. [[monitor] 支持前置采集指标数据作为变量赋值给下一采集流程 #206](https://github.com/apache/hertzbeat/pull/206).
+3. [[collector] 使用基本的http headers头实现basic auth替换前置模式 #212](https://github.com/apache/hertzbeat/pull/212)
+4. [[manager,alerter] 支持告警通知设置丁丁微信飞书自定义 webhook url #213](https://github.com/apache/hertzbeat/pull/213)
+5. [[monitor] feature 更新数值指标数据不带末尾为0的小数点 #217](https://github.com/apache/hertzbeat/pull/217)
+6. [[web-app]feature:toggle [enable and cancel] button #218](https://github.com/apache/hertzbeat/pull/218)
+7. [[manager] 更新监控define yml文件前缀名称 "app" or "param",便于自定义监控区别 #221](https://github.com/apache/hertzbeat/pull/221)
Bugfix.
-1. [[update] docker-compose 添加jpa自动执行脚本,删除sql脚本 #198](https://github.com/dromara/hertzbeat/pull/198) contribute by @DevilX5 .
-2. [修复自定义监控描述文档 #199](https://github.com/dromara/hertzbeat/pull/199) contribute by @DevilX5
-3. [[manager] bugfix oracle performance 指标采集异常问题 #201](https://github.com/dromara/hertzbeat/pull/201).
-4. [[common] bugfix 告警状态无法页面手动更新问题 #203](https://github.com/dromara/hertzbeat/pull/203)
-5. [[manager] bugfix windows监控类型名称错误问题 #204](https://github.com/dromara/hertzbeat/pull/204)
-6. [fix time zone todo issue #210](https://github.com/dromara/hertzbeat/pull/210) contribute by @djzeng
-8. [[common] bugfix 雪花算法生成ID大小超出 0x1FFFFFFFFFFFFFF 导致前端不识别问题 #211](https://github.com/dromara/hertzbeat/pull/211)
-9. [[manager] 修改监控页面取消监控功能再启动监控导致多生成jobId,原有监控项目并没有真实取消 #215](https://github.com/dromara/hertzbeat/pull/215) contribute by @yangshihui
-10. [[warehouse] 修复tdengine对特殊字段建表失败导致数据无法入库问题 #220](https://github.com/dromara/hertzbeat/pull/220)
+1. [[update] docker-compose 添加jpa自动执行脚本,删除sql脚本 #198](https://github.com/apache/hertzbeat/pull/198) contribute by @DevilX5 .
+2. [修复自定义监控描述文档 #199](https://github.com/apache/hertzbeat/pull/199) contribute by @DevilX5
+3. [[manager] bugfix oracle performance 指标采集异常问题 #201](https://github.com/apache/hertzbeat/pull/201).
+4. [[common] bugfix 告警状态无法页面手动更新问题 #203](https://github.com/apache/hertzbeat/pull/203)
+5. [[manager] bugfix windows监控类型名称错误问题 #204](https://github.com/apache/hertzbeat/pull/204)
+6. [fix time zone todo issue #210](https://github.com/apache/hertzbeat/pull/210) contribute by @djzeng
+8. [[common] bugfix 雪花算法生成ID大小超出 0x1FFFFFFFFFFFFFF 导致前端不识别问题 #211](https://github.com/apache/hertzbeat/pull/211)
+9. [[manager] 修改监控页面取消监控功能再启动监控导致多生成jobId,原有监控项目并没有真实取消 #215](https://github.com/apache/hertzbeat/pull/215) contribute by @yangshihui
+10. [[warehouse] 修复tdengine对特殊字段建表失败导致数据无法入库问题 #220](https://github.com/apache/hertzbeat/pull/220)
Online https://console.tancloud.cn.
@@ -47,7 +47,7 @@ Have Fun!
----
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库,操作系统等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登录即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -60,6 +60,6 @@ Have Fun!
**仓库地址**
-[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
-[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
+[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
+[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-04-hertzbeat-v1.1.3.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-04-hertzbeat-v1.1.3.md
index 3a854348e8..8948486a43 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-04-hertzbeat-v1.1.3.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-04-hertzbeat-v1.1.3.md
@@ -18,21 +18,21 @@ Thanks to the contributors! 👍👍
Feature:
-1. [[web-app]feature:update monitors layout, support host copy to clipboard #260](https://github.com/dromara/hertzbeat/pull/260)
-2. [[monitor] feature: support apache kafka monitor #263](https://github.com/dromara/hertzbeat/pull/263) contribute by @wang1027-wqh
-3. [[webapp] support history chart query 3 mouth time range #265](https://github.com/dromara/hertzbeat/pull/265) issue by @ericfrol
-4. [[monitor] support ssl certificate expired monitor #266](https://github.com/dromara/hertzbeat/pull/266) suggest by @noear
-5. [[web-app] update default interval 600s to 120s #268](https://github.com/dromara/hertzbeat/pull/268)
-6. [[web-app] update layout ui - help button, nav menu #272](https://github.com/dromara/hertzbeat/pull/272)
-7. [[alert,webapp] support delete all alerts at once. #273](https://github.com/dromara/hertzbeat/pull/273) issue by @ericfrol
-8. [[web-app] update home background image #276](https://github.com/dromara/hertzbeat/pull/276)
+1. [[web-app]feature:update monitors layout, support host copy to clipboard #260](https://github.com/apache/hertzbeat/pull/260)
+2. [[monitor] feature: support apache kafka monitor #263](https://github.com/apache/hertzbeat/pull/263) contribute by @wang1027-wqh
+3. [[webapp] support history chart query 3 mouth time range #265](https://github.com/apache/hertzbeat/pull/265) issue by @ericfrol
+4. [[monitor] support ssl certificate expired monitor #266](https://github.com/apache/hertzbeat/pull/266) suggest by @noear
+5. [[web-app] update default interval 600s to 120s #268](https://github.com/apache/hertzbeat/pull/268)
+6. [[web-app] update layout ui - help button, nav menu #272](https://github.com/apache/hertzbeat/pull/272)
+7. [[alert,webapp] support delete all alerts at once. #273](https://github.com/apache/hertzbeat/pull/273) issue by @ericfrol
+8. [[web-app] update home background image #276](https://github.com/apache/hertzbeat/pull/276)
Bugfix.
-1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/dromara/hertzbeat/pull/262) contribute by @woshiniusange .
-2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/dromara/hertzbeat/pull/264)
-3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/dromara/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
-4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/dromara/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
+1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/apache/hertzbeat/pull/262) contribute by @woshiniusange .
+2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/apache/hertzbeat/pull/264)
+3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/apache/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
+4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/apache/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
Online https://console.tancloud.cn.
@@ -51,21 +51,21 @@ Have Fun!
Feature:
-1. [[web-app]feature:update monitors layout, support host copy to clipboard #260](https://github.com/dromara/hertzbeat/pull/260)
-2. [[monitor] feature: support apache kafka monitor #263](https://github.com/dromara/hertzbeat/pull/263) contribute by @wang1027-wqh
-3. [[webapp] support history chart query 3 mouth time range #265](https://github.com/dromara/hertzbeat/pull/265) issue by @ericfrol
-4. [[monitor] support ssl certificate expired monitor #266](https://github.com/dromara/hertzbeat/pull/266) suggest by @noear
-5. [[web-app] update default interval 600s to 120s #268](https://github.com/dromara/hertzbeat/pull/268)
-6. [[web-app] update layout ui - help button, nav menu #272](https://github.com/dromara/hertzbeat/pull/272)
-7. [[alert,webapp] support delete all alerts at once. #273](https://github.com/dromara/hertzbeat/pull/273) issue by @ericfrol
-8. [[web-app] update home background image #276](https://github.com/dromara/hertzbeat/pull/276)
+1. [[web-app]feature:update monitors layout, support host copy to clipboard #260](https://github.com/apache/hertzbeat/pull/260)
+2. [[monitor] feature: support apache kafka monitor #263](https://github.com/apache/hertzbeat/pull/263) contribute by @wang1027-wqh
+3. [[webapp] support history chart query 3 mouth time range #265](https://github.com/apache/hertzbeat/pull/265) issue by @ericfrol
+4. [[monitor] support ssl certificate expired monitor #266](https://github.com/apache/hertzbeat/pull/266) suggest by @noear
+5. [[web-app] update default interval 600s to 120s #268](https://github.com/apache/hertzbeat/pull/268)
+6. [[web-app] update layout ui - help button, nav menu #272](https://github.com/apache/hertzbeat/pull/272)
+7. [[alert,webapp] support delete all alerts at once. #273](https://github.com/apache/hertzbeat/pull/273) issue by @ericfrol
+8. [[web-app] update home background image #276](https://github.com/apache/hertzbeat/pull/276)
Bugfix.
-1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/dromara/hertzbeat/pull/262) contribute by @woshiniusange .
-2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/dromara/hertzbeat/pull/264)
-3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/dromara/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
-4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/dromara/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
+1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/apache/hertzbeat/pull/262) contribute by @woshiniusange .
+2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/apache/hertzbeat/pull/264)
+3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/apache/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
+4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/apache/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
Online https://console.tancloud.cn.
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md
index 02f31f8428..cc994b5e58 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md
@@ -19,8 +19,8 @@ HertzBeat 一个拥有强大自定义监控能力,无需Agent的实时监控
**官网: https://hertzbeat.com | https://tancloud.cn**
-github: https://github.com/dromara/hertzbeat
-gitee: https://gitee.com/dromara/hertzbeat
+github: https://github.com/apache/hertzbeat
+gitee: https://gitee.com/hertzbeat/hertzbeat
#### 安装 HertzBeat
@@ -118,6 +118,6 @@ https://tancloud.cn/docs/help/alert_dingtalk
监控SSL证书的实践就到这里,当然对hertzbeat来说这个功能只是冰山一角,如果您觉得hertzbeat这个开源项目不错的话欢迎给我们在GitHub Gitee star哦,灰常感谢。感谢老铁们的支持。笔芯!
-**github: https://github.com/dromara/hertzbeat**
+**github: https://github.com/apache/hertzbeat**
-**gitee: https://gitee.com/dromara/hertzbeat**
+**gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-10-08-hertzbeat-v1.2.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-10-08-hertzbeat-v1.2.0.md
index 26d50b35a3..750328a6c4 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-10-08-hertzbeat-v1.2.0.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-10-08-hertzbeat-v1.2.0.md
@@ -22,35 +22,35 @@ We urgently need contributors to test cases, new application monitoring, documen
Feature:
-1. [[home,manager]add practice learn doc and hertzbeat monitor yml #284](https://github.com/dromara/hertzbeat/pull/284)
-2. [[webapp] auto redirect url when detect browser language #289](https://github.com/dromara/hertzbeat/pull/289) contribute by @DreamGirl524
-3. [[home] update logo icon cdn url with fault tolerance #293](https://github.com/dromara/hertzbeat/pull/293) contribute by @VampireAchao
-4. [[monitor] enable powerful jsonpath parser, add es metrics #295](https://github.com/dromara/hertzbeat/pull/295) contribute by @Ceilzcx
-5. [[webapp] update ui theme #296](https://github.com/dromara/hertzbeat/pull/296)
-6. [Feature change main pom artifactId #300](https://github.com/dromara/hertzbeat/pull/300) contribute by @Privauto
-7. [[home,webapp] add users logo and update hertzbeat brand #302](https://github.com/dromara/hertzbeat/pull/302)
-8. [[monitor] alerter notify test throw msg to front, optional spring.email config #305](https://github.com/dromara/hertzbeat/pull/305) contribute by @Ceilzcx
-9. [[home]doc:update docker-deploy.md and tdengine-init.md #306](https://github.com/dromara/hertzbeat/pull/306) contribute by @Privauto
-10. [[hertzbeat] refactor common collect metrics data and alert data queue #320](https://github.com/dromara/hertzbeat/pull/320)
-11. [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316](https://github.com/dromara/hertzbeat/pull/316) contribute by @Privauto
-12. [[web-app] optimize the monitor detect feedback method #322](https://github.com/dromara/hertzbeat/pull/322)
-13. [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323](https://github.com/dromara/hertzbeat/pull/323)
-14. [[hertzbeat] add more unit test and test example #324](https://github.com/dromara/hertzbeat/pull/324)
-15. [support metrics unit extract, convert and display #326](https://github.com/dromara/hertzbeat/pull/326) contribute by @Ceilzcx
-16. [[common] optimize common aviator configuration #327](https://github.com/dromara/hertzbeat/pull/327)
+1. [[home,manager]add practice learn doc and hertzbeat monitor yml #284](https://github.com/apache/hertzbeat/pull/284)
+2. [[webapp] auto redirect url when detect browser language #289](https://github.com/apache/hertzbeat/pull/289) contribute by @DreamGirl524
+3. [[home] update logo icon cdn url with fault tolerance #293](https://github.com/apache/hertzbeat/pull/293) contribute by @VampireAchao
+4. [[monitor] enable powerful jsonpath parser, add es metrics #295](https://github.com/apache/hertzbeat/pull/295) contribute by @Ceilzcx
+5. [[webapp] update ui theme #296](https://github.com/apache/hertzbeat/pull/296)
+6. [Feature change main pom artifactId #300](https://github.com/apache/hertzbeat/pull/300) contribute by @Privauto
+7. [[home,webapp] add users logo and update hertzbeat brand #302](https://github.com/apache/hertzbeat/pull/302)
+8. [[monitor] alerter notify test throw msg to front, optional spring.email config #305](https://github.com/apache/hertzbeat/pull/305) contribute by @Ceilzcx
+9. [[home]doc:update docker-deploy.md and tdengine-init.md #306](https://github.com/apache/hertzbeat/pull/306) contribute by @Privauto
+10. [[hertzbeat] refactor common collect metrics data and alert data queue #320](https://github.com/apache/hertzbeat/pull/320)
+11. [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316](https://github.com/apache/hertzbeat/pull/316) contribute by @Privauto
+12. [[web-app] optimize the monitor detect feedback method #322](https://github.com/apache/hertzbeat/pull/322)
+13. [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323](https://github.com/apache/hertzbeat/pull/323)
+14. [[hertzbeat] add more unit test and test example #324](https://github.com/apache/hertzbeat/pull/324)
+15. [support metrics unit extract, convert and display #326](https://github.com/apache/hertzbeat/pull/326) contribute by @Ceilzcx
+16. [[common] optimize common aviator configuration #327](https://github.com/apache/hertzbeat/pull/327)
Bugfix.
-1. [[webapp,home] fix middle category icon and update home doc #283](https://github.com/dromara/hertzbeat/pull/283)
-2. [[web-app] fix redirect when monitors app is null #286](https://github.com/dromara/hertzbeat/pull/286)
-3. [[alerter] bugfix aviator expression match npe #297](https://github.com/dromara/hertzbeat/pull/297)
-4. [[doc] fix project name error #294](https://github.com/dromara/hertzbeat/pull/294) contribute by @CharlieXCL
-5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/dromara/hertzbeat/pull/299) contribute by @Privauto
-6. [Update docker-deploy.md #304](https://github.com/dromara/hertzbeat/pull/304) contribute by @emrys-he
-7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/dromara/hertzbeat/pull/313) contribute by @SxLiuYu
-8. [[script] add startup log and optimize port service judgment #321](https://github.com/dromara/hertzbeat/pull/321)
-9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/dromara/hertzbeat/pull/325)
-10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/dromara/hertzbeat/pull/329)
+1. [[webapp,home] fix middle category icon and update home doc #283](https://github.com/apache/hertzbeat/pull/283)
+2. [[web-app] fix redirect when monitors app is null #286](https://github.com/apache/hertzbeat/pull/286)
+3. [[alerter] bugfix aviator expression match npe #297](https://github.com/apache/hertzbeat/pull/297)
+4. [[doc] fix project name error #294](https://github.com/apache/hertzbeat/pull/294) contribute by @CharlieXCL
+5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/apache/hertzbeat/pull/299) contribute by @Privauto
+6. [Update docker-deploy.md #304](https://github.com/apache/hertzbeat/pull/304) contribute by @emrys-he
+7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/apache/hertzbeat/pull/313) contribute by @SxLiuYu
+8. [[script] add startup log and optimize port service judgment #321](https://github.com/apache/hertzbeat/pull/321)
+9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/apache/hertzbeat/pull/325)
+10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/apache/hertzbeat/pull/329)
Online https://console.tancloud.cn.
Have Fun!
@@ -91,35 +91,35 @@ spring:
Feature:
-1. [[home,manager]add practice learn doc and hertzbeat monitor yml #284](https://github.com/dromara/hertzbeat/pull/284)
-2. [[webapp] auto redirect url when detect browser language #289](https://github.com/dromara/hertzbeat/pull/289) contribute by @DreamGirl524
-3. [[home] update logo icon cdn url with fault tolerance #293](https://github.com/dromara/hertzbeat/pull/293) contribute by @VampireAchao
-4. [[monitor] enable powerful jsonpath parser, add es metrics #295](https://github.com/dromara/hertzbeat/pull/295) contribute by @Ceilzcx
-5. [[webapp] update ui theme #296](https://github.com/dromara/hertzbeat/pull/296)
-6. [Feature change main pom artifactId #300](https://github.com/dromara/hertzbeat/pull/300) contribute by @Privauto
-7. [[home,webapp] add users logo and update hertzbeat brand #302](https://github.com/dromara/hertzbeat/pull/302)
-8. [[monitor] alerter notify test throw msg to front, optional spring.email config #305](https://github.com/dromara/hertzbeat/pull/305) contribute by @Ceilzcx
-9. [[home]doc:update docker-deploy.md and tdengine-init.md #306](https://github.com/dromara/hertzbeat/pull/306) contribute by @Privauto
-10. [[hertzbeat] refactor common collect metrics data and alert data queue #320](https://github.com/dromara/hertzbeat/pull/320)
-11. [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316](https://github.com/dromara/hertzbeat/pull/316) contribute by @Privauto
-12. [[web-app] optimize the monitor detect feedback method #322](https://github.com/dromara/hertzbeat/pull/322)
-13. [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323](https://github.com/dromara/hertzbeat/pull/323)
-14. [[hertzbeat] add more unit test and test example #324](https://github.com/dromara/hertzbeat/pull/324)
-15. [support metrics unit extract, convert and display #326](https://github.com/dromara/hertzbeat/pull/326) contribute by @Ceilzcx
-16. [[common] optimize common aviator configuration #327](https://github.com/dromara/hertzbeat/pull/327)
+1. [[home,manager]add practice learn doc and hertzbeat monitor yml #284](https://github.com/apache/hertzbeat/pull/284)
+2. [[webapp] auto redirect url when detect browser language #289](https://github.com/apache/hertzbeat/pull/289) contribute by @DreamGirl524
+3. [[home] update logo icon cdn url with fault tolerance #293](https://github.com/apache/hertzbeat/pull/293) contribute by @VampireAchao
+4. [[monitor] enable powerful jsonpath parser, add es metrics #295](https://github.com/apache/hertzbeat/pull/295) contribute by @Ceilzcx
+5. [[webapp] update ui theme #296](https://github.com/apache/hertzbeat/pull/296)
+6. [Feature change main pom artifactId #300](https://github.com/apache/hertzbeat/pull/300) contribute by @Privauto
+7. [[home,webapp] add users logo and update hertzbeat brand #302](https://github.com/apache/hertzbeat/pull/302)
+8. [[monitor] alerter notify test throw msg to front, optional spring.email config #305](https://github.com/apache/hertzbeat/pull/305) contribute by @Ceilzcx
+9. [[home]doc:update docker-deploy.md and tdengine-init.md #306](https://github.com/apache/hertzbeat/pull/306) contribute by @Privauto
+10. [[hertzbeat] refactor common collect metrics data and alert data queue #320](https://github.com/apache/hertzbeat/pull/320)
+11. [[hertzbeat] upgrade springboot version 2.4.13 to 2.7.4 #316](https://github.com/apache/hertzbeat/pull/316) contribute by @Privauto
+12. [[web-app] optimize the monitor detect feedback method #322](https://github.com/apache/hertzbeat/pull/322)
+13. [[github,webapp] add webapp ci action, fix eslint warning and upgrade codeql #323](https://github.com/apache/hertzbeat/pull/323)
+14. [[hertzbeat] add more unit test and test example #324](https://github.com/apache/hertzbeat/pull/324)
+15. [support metrics unit extract, convert and display #326](https://github.com/apache/hertzbeat/pull/326) contribute by @Ceilzcx
+16. [[common] optimize common aviator configuration #327](https://github.com/apache/hertzbeat/pull/327)
Bugfix.
-1. [[webapp,home] fix middle category icon and update home doc #283](https://github.com/dromara/hertzbeat/pull/283)
-2. [[web-app] fix redirect when monitors app is null #286](https://github.com/dromara/hertzbeat/pull/286)
-3. [[alerter] bugfix aviator expression match npe #297](https://github.com/dromara/hertzbeat/pull/297)
-4. [[doc] fix project name error #294](https://github.com/dromara/hertzbeat/pull/294) contribute by @CharlieXCL
-5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/dromara/hertzbeat/pull/299) contribute by @Privauto
-6. [Update docker-deploy.md #304](https://github.com/dromara/hertzbeat/pull/304) contribute by @emrys-he
-7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/dromara/hertzbeat/pull/313) contribute by @SxLiuYu
-8. [[script] add startup log and optimize port service judgment #321](https://github.com/dromara/hertzbeat/pull/321)
-9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/dromara/hertzbeat/pull/325)
-10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/dromara/hertzbeat/pull/329)
+1. [[webapp,home] fix middle category icon and update home doc #283](https://github.com/apache/hertzbeat/pull/283)
+2. [[web-app] fix redirect when monitors app is null #286](https://github.com/apache/hertzbeat/pull/286)
+3. [[alerter] bugfix aviator expression match npe #297](https://github.com/apache/hertzbeat/pull/297)
+4. [[doc] fix project name error #294](https://github.com/apache/hertzbeat/pull/294) contribute by @CharlieXCL
+5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/apache/hertzbeat/pull/299) contribute by @Privauto
+6. [Update docker-deploy.md #304](https://github.com/apache/hertzbeat/pull/304) contribute by @emrys-he
+7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/apache/hertzbeat/pull/313) contribute by @SxLiuYu
+8. [[script] add startup log and optimize port service judgment #321](https://github.com/apache/hertzbeat/pull/321)
+9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/apache/hertzbeat/pull/325)
+10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/apache/hertzbeat/pull/329)
Online https://console.tancloud.cn.
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-11-28-hertzbeat-v1.2.2.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-11-28-hertzbeat-v1.2.2.md
index fa723a8e93..19544174dd 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-11-28-hertzbeat-v1.2.2.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-11-28-hertzbeat-v1.2.2.md
@@ -22,34 +22,34 @@ We urgently need contributors to test cases, new application monitoring, documen
Feature:
-1. [[manager,collector] support dm database monitor #410](https://github.com/dromara/hertzbeat/pull/410) @TJxiaobao
-2. [[home] add DM db document supplement #411](https://github.com/dromara/hertzbeat/pull/411) @TJxiaobao
-3. [[home] support algolia search #416](https://github.com/dromara/hertzbeat/pull/416)
-4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/dromara/hertzbeat/pull/418)
-5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/dromara/hertzbeat/pull/421) @cuipiheqiuqiu
-6. [[manager] support opengauss database monitor #422](https://github.com/dromara/hertzbeat/pull/422)
-6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/dromara/hertzbeat/pull/426) @haibo-duan
-8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/dromara/hertzbeat/pull/427) @haibo-duan
-9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/dromara/hertzbeat/pull/432) @csyshu
-10. [[manager,collector] support docker metrics monitor #438](https://github.com/dromara/hertzbeat/pull/438) @TJxiaobao
-11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/dromara/hertzbeat/pull/448) @Ceilzcx
-12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/dromara/hertzbeat/pull/449)
-13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/dromara/hertzbeat/pull/451)
-14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/dromara/hertzbeat/pull/453)
-15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/dromara/hertzbeat/pull/455) @luxx-lq
-16. [[hertzbeat] update use PromQL to collect metrics from promethues server #456](https://github.com/dromara/hertzbeat/pull/456)
-17. [[manager] support custom monitor api response data code #460](https://github.com/dromara/hertzbeat/pull/460)
+1. [[manager,collector] support dm database monitor #410](https://github.com/apache/hertzbeat/pull/410) @TJxiaobao
+2. [[home] add DM db document supplement #411](https://github.com/apache/hertzbeat/pull/411) @TJxiaobao
+3. [[home] support algolia search #416](https://github.com/apache/hertzbeat/pull/416)
+4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/apache/hertzbeat/pull/418)
+5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/apache/hertzbeat/pull/421) @cuipiheqiuqiu
+6. [[manager] support opengauss database monitor #422](https://github.com/apache/hertzbeat/pull/422)
+6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/apache/hertzbeat/pull/426) @haibo-duan
+8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/apache/hertzbeat/pull/427) @haibo-duan
+9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/apache/hertzbeat/pull/432) @csyshu
+10. [[manager,collector] support docker metrics monitor #438](https://github.com/apache/hertzbeat/pull/438) @TJxiaobao
+11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/apache/hertzbeat/pull/448) @Ceilzcx
+12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/apache/hertzbeat/pull/449)
+13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/apache/hertzbeat/pull/451)
+14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/apache/hertzbeat/pull/453)
+15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/apache/hertzbeat/pull/455) @luxx-lq
+16. [[hertzbeat] update use PromQL to collect metrics from promethues server #456](https://github.com/apache/hertzbeat/pull/456)
+17. [[manager] support custom monitor api response data code #460](https://github.com/apache/hertzbeat/pull/460)
Bugfix.
-1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/dromara/hertzbeat/pull/409) @Ceilzcx
-2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/dromara/hertzbeat/pull/413)
-3. [end The query closed the dataSet #414](https://github.com/dromara/hertzbeat/pull/414) @Ceilzcx
-4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/dromara/hertzbeat/pull/415)
-5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/dromara/hertzbeat/pull/424) @assassinfym
-6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/dromara/hertzbeat/pull/459)
-7. [[home] fix typo in springboot2.md #464](https://github.com/dromara/hertzbeat/pull/464) @eltociear
+1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/apache/hertzbeat/pull/409) @Ceilzcx
+2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/apache/hertzbeat/pull/413)
+3. [end The query closed the dataSet #414](https://github.com/apache/hertzbeat/pull/414) @Ceilzcx
+4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/apache/hertzbeat/pull/415)
+5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/apache/hertzbeat/pull/424) @assassinfym
+6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/apache/hertzbeat/pull/459)
+7. [[home] fix typo in springboot2.md #464](https://github.com/apache/hertzbeat/pull/464) @eltociear
Online https://console.tancloud.cn.
@@ -71,33 +71,33 @@ Have Fun!
Feature:
-1. [[manager,collector] support dm database monitor #410](https://github.com/dromara/hertzbeat/pull/410) @TJxiaobao
-2. [[home] add DM db document supplement #411](https://github.com/dromara/hertzbeat/pull/411) @TJxiaobao
-3. [[home] support algolia search #416](https://github.com/dromara/hertzbeat/pull/416)
-4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/dromara/hertzbeat/pull/418)
-5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/dromara/hertzbeat/pull/421) @cuipiheqiuqiu
-6. [[manager] support opengauss database monitor #422](https://github.com/dromara/hertzbeat/pull/422)
-6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/dromara/hertzbeat/pull/426) @haibo-duan
-8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/dromara/hertzbeat/pull/427) @haibo-duan
-9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/dromara/hertzbeat/pull/432) @csyshu
-10. [[manager,collector] support docker metrics monitor #438](https://github.com/dromara/hertzbeat/pull/438) @TJxiaobao
-11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/dromara/hertzbeat/pull/448) @Ceilzcx
-12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/dromara/hertzbeat/pull/449)
-13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/dromara/hertzbeat/pull/451)
-14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/dromara/hertzbeat/pull/453)
-15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/dromara/hertzbeat/pull/455) @luxx-lq
-16. [[hertzbeat] update use PromQL to collect metrics from promethues server #456](https://github.com/dromara/hertzbeat/pull/456)
-17. [[manager] support custom monitor api response data code #460](https://github.com/dromara/hertzbeat/pull/460)
+1. [[manager,collector] support dm database monitor #410](https://github.com/apache/hertzbeat/pull/410) @TJxiaobao
+2. [[home] add DM db document supplement #411](https://github.com/apache/hertzbeat/pull/411) @TJxiaobao
+3. [[home] support algolia search #416](https://github.com/apache/hertzbeat/pull/416)
+4. [[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418](https://github.com/apache/hertzbeat/pull/418)
+5. [WIP:feature support k8s monitor, http monitor nacos, service&http_micro monitor msa #421](https://github.com/apache/hertzbeat/pull/421) @cuipiheqiuqiu
+6. [[manager] support opengauss database monitor #422](https://github.com/apache/hertzbeat/pull/422)
+6. [[#406][warehose] Add unit test MetricsDataControllerTest.java #426](https://github.com/apache/hertzbeat/pull/426) @haibo-duan
+8. [[#358][manager] Add unit test manager/service/NoticeConfigServiceTest.java #427](https://github.com/apache/hertzbeat/pull/427) @haibo-duan
+9. [[#356][manager] unit test case of manager/service/MailServiceTest.java #432](https://github.com/apache/hertzbeat/pull/432) @csyshu
+10. [[manager,collector] support docker metrics monitor #438](https://github.com/apache/hertzbeat/pull/438) @TJxiaobao
+11. [[alerter] implement AlertDefineControllerTest unit case #448](https://github.com/apache/hertzbeat/pull/448) @Ceilzcx
+12. [[collector] support spi load AbstractCollect Impl instance #449](https://github.com/apache/hertzbeat/pull/449)
+13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/apache/hertzbeat/pull/451)
+14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/apache/hertzbeat/pull/453)
+15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/apache/hertzbeat/pull/455) @luxx-lq
+16. [[hertzbeat] update use PromQL to collect metrics from promethues server #456](https://github.com/apache/hertzbeat/pull/456)
+17. [[manager] support custom monitor api response data code #460](https://github.com/apache/hertzbeat/pull/460)
Bugfix.
-1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/dromara/hertzbeat/pull/409) @Ceilzcx
-2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/dromara/hertzbeat/pull/413)
-3. [end The query closed the dataSet #414](https://github.com/dromara/hertzbeat/pull/414) @Ceilzcx
-4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/dromara/hertzbeat/pull/415)
-5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/dromara/hertzbeat/pull/424) @assassinfym
-6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/dromara/hertzbeat/pull/459)
-7. [[home] fix typo in springboot2.md #464](https://github.com/dromara/hertzbeat/pull/464) @eltociear
+1. [【bugfix#408】if logs dir not exist, create logs dir #409](https://github.com/apache/hertzbeat/pull/409) @Ceilzcx
+2. [[warehouse] bugfix RealTimeRedisDataStorage wrong extend from #413](https://github.com/apache/hertzbeat/pull/413)
+3. [end The query closed the dataSet #414](https://github.com/apache/hertzbeat/pull/414) @Ceilzcx
+4. [[alerter] bugfix monitor status not change when alert #415](https://github.com/apache/hertzbeat/pull/415)
+5. [[OS Monitor]bugfix:Fix cpu cores and interrupt acquisition under Orac… #424](https://github.com/apache/hertzbeat/pull/424) @assassinfym
+6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/apache/hertzbeat/pull/459)
+7. [[home] fix typo in springboot2.md #464](https://github.com/apache/hertzbeat/pull/464) @eltociear
----
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 5cd3b421ad..fea56232c1 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
@@ -110,7 +110,7 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx)
+ 官网有非常完善的贡献者指南:[贡献者指南 | HertzBeat](https://hertzbeat.com/docs/others/contributing)
-+ Github issues:[Issues · dromara/hertzbeat (github.com)](https://github.com/dromara/hertzbeat/issues)
++ Github issues:[Issues · apache/hertzbeat (github.com)](https://github.com/apache/hertzbeat/issues)
+ 如果是大的改动,建议提交前编写issues,在提交pr,同时请注意编码的规范,尽量减少bug和警告的产生
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-28-hertzbeat-v1.2.3.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-28-hertzbeat-v1.2.3.md
index f12a1c5d0f..484115c01c 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-28-hertzbeat-v1.2.3.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-12-28-hertzbeat-v1.2.3.md
@@ -24,31 +24,31 @@ We urgently need contributors to test cases, new application monitoring, documen
Feature:
-1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/dromara/hertzbeat/pull/472) @xingshuaiLi
-2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/dromara/hertzbeat/pull/473) @BKing2020
-3. [[docs] update kubernetes.md #478](https://github.com/dromara/hertzbeat/pull/478) @wangke6666
-4. [[web-app] enable alert define preset true by default #485](https://github.com/dromara/hertzbeat/pull/485)
-5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/dromara/hertzbeat/pull/486)
-6. [[web-app] update dashboard category card ui #487](https://github.com/dromara/hertzbeat/pull/487)
-6. [[collector] limit trigger sub task max num #488](https://github.com/dromara/hertzbeat/pull/488)
-8. [[script] support service restart shell #489](https://github.com/dromara/hertzbeat/pull/489) @zanglikun
-9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/dromara/hertzbeat/pull/495) @zzzhangqi
-10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/dromara/hertzbeat/pull/501)
-11. [[hertzbeat] support sms alert notice #503](https://github.com/dromara/hertzbeat/pull/503)
-12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/dromara/hertzbeat/pull/505) @Ceilzcx
-13. [support apache shenyu metrics monitoring #507](https://github.com/dromara/hertzbeat/pull/507)
+1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/apache/hertzbeat/pull/472) @xingshuaiLi
+2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/apache/hertzbeat/pull/473) @BKing2020
+3. [[docs] update kubernetes.md #478](https://github.com/apache/hertzbeat/pull/478) @wangke6666
+4. [[web-app] enable alert define preset true by default #485](https://github.com/apache/hertzbeat/pull/485)
+5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/apache/hertzbeat/pull/486)
+6. [[web-app] update dashboard category card ui #487](https://github.com/apache/hertzbeat/pull/487)
+6. [[collector] limit trigger sub task max num #488](https://github.com/apache/hertzbeat/pull/488)
+8. [[script] support service restart shell #489](https://github.com/apache/hertzbeat/pull/489) @zanglikun
+9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/apache/hertzbeat/pull/495) @zzzhangqi
+10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/apache/hertzbeat/pull/501)
+11. [[hertzbeat] support sms alert notice #503](https://github.com/apache/hertzbeat/pull/503)
+12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/apache/hertzbeat/pull/505) @Ceilzcx
+13. [support apache shenyu metrics monitoring #507](https://github.com/apache/hertzbeat/pull/507)
Bugfix.
-1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/dromara/hertzbeat/pull/469) @zenan08
-2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/dromara/hertzbeat/pull/479) @LWBobo
-3. [[collector] fix protocol ssl_cert not support #491](https://github.com/dromara/hertzbeat/pull/491)
-4. [Update sqlserver.md #493](https://github.com/dromara/hertzbeat/pull/493) @SuitSmile
-5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/dromara/hertzbeat/pull/502) @wang1027-wqh
-6. [[collector] bugfix npe when ssh collect error #508](https://github.com/dromara/hertzbeat/pull/508)
-7. [监控k8s问题issue描述与解决方案 #511](https://github.com/dromara/hertzbeat/pull/511) @MrAndyMing
-8. [[manager] springboot2 monitor support base path config #515](https://github.com/dromara/hertzbeat/pull/515)
+1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/apache/hertzbeat/pull/469) @zenan08
+2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/apache/hertzbeat/pull/479) @LWBobo
+3. [[collector] fix protocol ssl_cert not support #491](https://github.com/apache/hertzbeat/pull/491)
+4. [Update sqlserver.md #493](https://github.com/apache/hertzbeat/pull/493) @SuitSmile
+5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/apache/hertzbeat/pull/502) @wang1027-wqh
+6. [[collector] bugfix npe when ssh collect error #508](https://github.com/apache/hertzbeat/pull/508)
+7. [监控k8s问题issue描述与解决方案 #511](https://github.com/apache/hertzbeat/pull/511) @MrAndyMing
+8. [[manager] springboot2 monitor support base path config #515](https://github.com/apache/hertzbeat/pull/515)
Online https://console.tancloud.cn.
@@ -70,30 +70,30 @@ Have Fun!
Feature:
-1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/dromara/hertzbeat/pull/472) @xingshuaiLi
-2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/dromara/hertzbeat/pull/473) @BKing2020
-3. [[docs] update kubernetes.md #478](https://github.com/dromara/hertzbeat/pull/478) @wangke6666
-4. [[web-app] enable alert define preset true by default #485](https://github.com/dromara/hertzbeat/pull/485)
-5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/dromara/hertzbeat/pull/486)
-6. [[web-app] update dashboard category card ui #487](https://github.com/dromara/hertzbeat/pull/487)
-6. [[collector] limit trigger sub task max num #488](https://github.com/dromara/hertzbeat/pull/488)
-8. [[script] support service restart shell #489](https://github.com/dromara/hertzbeat/pull/489) @zanglikun
-9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/dromara/hertzbeat/pull/495) @zzzhangqi
-10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/dromara/hertzbeat/pull/501)
-11. [[hertzbeat] support sms alert notice #503](https://github.com/dromara/hertzbeat/pull/503)
-12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/dromara/hertzbeat/pull/505) @Ceilzcx
-13. [support apache shenyu metrics monitoring #507](https://github.com/dromara/hertzbeat/pull/507)
+1. [[doc] note: startup via source code not required mysql and tdengine env #472](https://github.com/apache/hertzbeat/pull/472) @xingshuaiLi
+2. [[doc] fix up:update the environment of hertzbeat to Java version 11 #473](https://github.com/apache/hertzbeat/pull/473) @BKing2020
+3. [[docs] update kubernetes.md #478](https://github.com/apache/hertzbeat/pull/478) @wangke6666
+4. [[web-app] enable alert define preset true by default #485](https://github.com/apache/hertzbeat/pull/485)
+5. [[web-app] support friendly tip when add notice receiver #486](https://github.com/apache/hertzbeat/pull/486)
+6. [[web-app] update dashboard category card ui #487](https://github.com/apache/hertzbeat/pull/487)
+6. [[collector] limit trigger sub task max num #488](https://github.com/apache/hertzbeat/pull/488)
+8. [[script] support service restart shell #489](https://github.com/apache/hertzbeat/pull/489) @zanglikun
+9. [[docs] use rainbond deploy hertzbeat #495](https://github.com/apache/hertzbeat/pull/495) @zzzhangqi
+10. [[webapp] upgrade web base angular version to 14 #501](https://github.com/apache/hertzbeat/pull/501)
+11. [[hertzbeat] support sms alert notice #503](https://github.com/apache/hertzbeat/pull/503)
+12. [add Prometheus exporter metrics parser and IoTDB monitor #505](https://github.com/apache/hertzbeat/pull/505) @Ceilzcx
+13. [support apache shenyu metrics monitoring #507](https://github.com/apache/hertzbeat/pull/507)
Bugfix.
-1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/dromara/hertzbeat/pull/469) @zenan08
-2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/dromara/hertzbeat/pull/479) @LWBobo
-3. [[collector] fix protocol ssl_cert not support #491](https://github.com/dromara/hertzbeat/pull/491)
-4. [Update sqlserver.md #493](https://github.com/dromara/hertzbeat/pull/493) @SuitSmile
-5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/dromara/hertzbeat/pull/502) @wang1027-wqh
-6. [[collector] bugfix npe when ssh collect error #508](https://github.com/dromara/hertzbeat/pull/508)
-7. [监控k8s问题issue描述与解决方案 #511](https://github.com/dromara/hertzbeat/pull/511) @MrAndyMing
-8. [[manager] springboot2 monitor support base path config #515](https://github.com/dromara/hertzbeat/pull/515)
+1. [[manager] fix cross domain problem in SecurityCorsConfiguration #469](https://github.com/apache/hertzbeat/pull/469) @zenan08
+2. [[manager] bugfix linux cpu usage collect incorrect sometime #479](https://github.com/apache/hertzbeat/pull/479) @LWBobo
+3. [[collector] fix protocol ssl_cert not support #491](https://github.com/apache/hertzbeat/pull/491)
+4. [Update sqlserver.md #493](https://github.com/apache/hertzbeat/pull/493) @SuitSmile
+5. [fix: Remove Alert Unused Monitoring IDs #502](https://github.com/apache/hertzbeat/pull/502) @wang1027-wqh
+6. [[collector] bugfix npe when ssh collect error #508](https://github.com/apache/hertzbeat/pull/508)
+7. [监控k8s问题issue描述与解决方案 #511](https://github.com/apache/hertzbeat/pull/511) @MrAndyMing
+8. [[manager] springboot2 monitor support base path config #515](https://github.com/apache/hertzbeat/pull/515)
----
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-05-monitor-iotdb.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-05-monitor-iotdb.md
index 146336e4e3..fb8ccb3841 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-05-monitor-iotdb.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-05-monitor-iotdb.md
@@ -126,7 +126,7 @@ metricReporterList:
这篇实践文章带我们体验了如何使用 HertzBeat 监控 IoTDB 数据库指标数据,可以发现将 监控-告警-通知 集一体的 HertzBeat 在操作与使用方面更加的便捷,在页面上简单点一点就能把 IoTDB 纳入监控,再也不需要部署多个组件,写多个有门槛的YML配置文件了。
IoTDB Github: https://github.com/apache/iotdb
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**欢迎了解使用Star支持哦!**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-08-monitor-shenyu.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-08-monitor-shenyu.md
index 4f8c986818..dd534c881c 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-08-monitor-shenyu.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-01-08-monitor-shenyu.md
@@ -160,7 +160,7 @@ shenyu:
:::
Apache ShenYu Github: https://github.com/apache/shenyu
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**欢迎了解使用Star支持哦!**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-02-monitor-dynamic-tp.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-02-monitor-dynamic-tp.md
index 56964614b0..de3291d633 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-02-monitor-dynamic-tp.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-02-monitor-dynamic-tp.md
@@ -172,7 +172,7 @@ management:
:::
DynamicTp Github: https://github.com/dromara/dynamic-tp
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**欢迎了解使用Star支持哦!**
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 62c5b834e8..d74582ce91 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
@@ -106,15 +106,15 @@ github:TJxiaobao
## What is HertzBeat?
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,无需Agent的实时监控告警工具。应用服务,数据库,操作系统,中间件,云原生等监控,阈值告警,告警通知(邮件微信钉钉飞书短信 Discord Slack Telegram)。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,无需Agent的实时监控告警工具。应用服务,数据库,操作系统,中间件,云原生等监控,阈值告警,告警通知(邮件微信钉钉飞书短信 Discord Slack Telegram)。
> 我们将`Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`等协议规范可配置化,只需配置YML就能使用这些协议去自定义采集任何您想要采集的指标。
> 您相信只需配置YML就能立刻适配一个K8s或Docker等新的监控类型吗?
> `HertzBeat`的强大自定义,多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
## ⛄ Supported
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-11-monitor-mysql.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-11-monitor-mysql.md
index 4e29b48651..8068636d32 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-11-monitor-mysql.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-11-monitor-mysql.md
@@ -122,7 +122,7 @@ keywords: [开源监控系统, 开源数据库监控, Mysql数据库监控]
:::
Mysql Github: https://github.com/mysql/mysql-server
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**欢迎了解使用支持Star哦!**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-15-monitor-linux.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-15-monitor-linux.md
index 79a06cce20..9c7c2cb8dc 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-15-monitor-linux.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-02-15-monitor-linux.md
@@ -18,7 +18,7 @@ keywords: [开源监控系统, 操作系统监控, Linux监控]
- 其将Http, Jmx, Ssh, Snmp, Jdbc, Prometheus等协议规范可配置化,只需配置YML就能使用这些协议去自定义采集任何您想要采集的指标。您相信只需配置YML就能立刻适配一个K8s或Docker等新的监控类型吗?
- HertzBeat 的强大自定义,多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
-Github: https://github.com/dromara/hertzbeat
+Github: https://github.com/apache/hertzbeat
### 在 HertzBeat 5分钟搞定对 Linux 的监控
@@ -189,15 +189,15 @@ Github: https://github.com/dromara/hertzbeat
## What is HertzBeat?
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,无需Agent的实时监控告警工具。应用服务,数据库,操作系统,中间件,云原生等监控,阈值告警,告警通知(邮件微信钉钉飞书短信 Discord Slack Telegram)。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,无需Agent的实时监控告警工具。应用服务,数据库,操作系统,中间件,云原生等监控,阈值告警,告警通知(邮件微信钉钉飞书短信 Discord Slack Telegram)。
> 我们将`Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`等协议规范可配置化,只需配置YML就能使用这些协议去自定义采集任何您想要采集的指标。
> 您相信只需配置YML就能立刻适配一个K8s或Docker等新的监控类型吗?
> `HertzBeat`的强大自定义,多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
## ⛄ Supported
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-15-hertzbeat-v1.3.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-15-hertzbeat-v1.3.0.md
index 28710524f8..bb62e0d5fd 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-15-hertzbeat-v1.3.0.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-15-hertzbeat-v1.3.0.md
@@ -29,9 +29,9 @@ keywords: [开源监控系统, 告警系统, Linux监控]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### v1.3.0 大版本来了
@@ -61,60 +61,60 @@ keywords: [开源监控系统, 告警系统, Linux监控]
Feature:
-1. [[webapp,doc] monitor detail support basic panel hide #619](https://github.com/dromara/hertzbeat/pull/619) @tomsun28
-2. [add alarm notification period #624](https://github.com/dromara/hertzbeat/pull/624) @Ceilzcx
-3. [[manager] support more mysql monitoring metrics #631](https://github.com/dromara/hertzbeat/pull/631)
-4. [[unit test] Add unit test cases for KeyPairUtil #635](https://github.com/dromara/hertzbeat/pull/635) @Daydreamer-ia
-5. [[test]feature:add AlertDefineService test #638](https://github.com/dromara/hertzbeat/pull/638) @hudongdong129
-6. [[unit test] Add unit test cases for AlertTemplateUtil #639](https://github.com/dromara/hertzbeat/pull/639) @Daydreamer-ia
-7. [[test] add junit WarehouseWorkerPoolTest #642](https://github.com/dromara/hertzbeat/pull/642) @TherChenYang
-8. [task #614 [Add monitoring parameters for Redis Cluster and Sentinel] #647](https://github.com/dromara/hertzbeat/pull/647) @hudongdong129
-9. [A minor refactoring of the class WarehouseWorkerPoolTest #648](https://github.com/dromara/hertzbeat/pull/648) @HattoriHenzo
-10. [[task]feature:Optimize Redis info [section] and Add Redis command statistics #665](https://github.com/dromara/hertzbeat/pull/665) @hudongdong129
-11. [[document]add redis help document #672](https://github.com/dromara/hertzbeat/pull/672) @hudongdong129
-12. [Jupiter dependency is explicitly declared in the main pom file #674](https://github.com/dromara/hertzbeat/pull/674) @HattoriHenzo
-13. [refactor monitor define yml, update doc #675](https://github.com/dromara/hertzbeat/pull/675)
-14. [[task]support more window metrics #676](https://github.com/dromara/hertzbeat/pull/676) @hudongdong129
-15. [support config monitoring define yml in web ui #678](https://github.com/dromara/hertzbeat/pull/678)
-16. [support delete monitoring define yml in web ui #679](https://github.com/dromara/hertzbeat/pull/679)
-17. [[manager] add mysql, oracle, pg db more metrics #683](https://github.com/dromara/hertzbeat/pull/683)
-18. [[warehouse] support jpa store metrics history data #684](https://github.com/dromara/hertzbeat/pull/684)
-19. [[collect]Add redis cluster auto-discovery display metrics information #685](https://github.com/dromara/hertzbeat/pull/685) @hudongdong129
-20. [Convert version into properties #686](https://github.com/dromara/hertzbeat/pull/686) @HattoriHenzo
-21. [[webapp] change default monitor intervals 120s to 60s #708](https://github.com/dromara/hertzbeat/pull/708) @xiaohe428
-22. [[warehouse] support jpa expired metrics data auto cleaner #691](https://github.com/dromara/hertzbeat/pull/691)
-23. [snmp collect protocol support walk operation #699](https://github.com/dromara/hertzbeat/pull/699)
-24. [support v1.0.+ iotdb #702](https://github.com/dromara/hertzbeat/pull/702) @Ceilzcx
-25. [feature support monitor switch network metrics #705](https://github.com/dromara/hertzbeat/pull/705)
-26. [[webapp] change alert define trigger times from max 10 to max 999 #706](https://github.com/dromara/hertzbeat/pull/706) @Grass-Life
-27. [[doc] change default locale i18n from zh-cn to en #725](https://github.com/dromara/hertzbeat/pull/725)
+1. [[webapp,doc] monitor detail support basic panel hide #619](https://github.com/apache/hertzbeat/pull/619) @tomsun28
+2. [add alarm notification period #624](https://github.com/apache/hertzbeat/pull/624) @Ceilzcx
+3. [[manager] support more mysql monitoring metrics #631](https://github.com/apache/hertzbeat/pull/631)
+4. [[unit test] Add unit test cases for KeyPairUtil #635](https://github.com/apache/hertzbeat/pull/635) @Daydreamer-ia
+5. [[test]feature:add AlertDefineService test #638](https://github.com/apache/hertzbeat/pull/638) @hudongdong129
+6. [[unit test] Add unit test cases for AlertTemplateUtil #639](https://github.com/apache/hertzbeat/pull/639) @Daydreamer-ia
+7. [[test] add junit WarehouseWorkerPoolTest #642](https://github.com/apache/hertzbeat/pull/642) @TherChenYang
+8. [task #614 [Add monitoring parameters for Redis Cluster and Sentinel] #647](https://github.com/apache/hertzbeat/pull/647) @hudongdong129
+9. [A minor refactoring of the class WarehouseWorkerPoolTest #648](https://github.com/apache/hertzbeat/pull/648) @HattoriHenzo
+10. [[task]feature:Optimize Redis info [section] and Add Redis command statistics #665](https://github.com/apache/hertzbeat/pull/665) @hudongdong129
+11. [[document]add redis help document #672](https://github.com/apache/hertzbeat/pull/672) @hudongdong129
+12. [Jupiter dependency is explicitly declared in the main pom file #674](https://github.com/apache/hertzbeat/pull/674) @HattoriHenzo
+13. [refactor monitor define yml, update doc #675](https://github.com/apache/hertzbeat/pull/675)
+14. [[task]support more window metrics #676](https://github.com/apache/hertzbeat/pull/676) @hudongdong129
+15. [support config monitoring define yml in web ui #678](https://github.com/apache/hertzbeat/pull/678)
+16. [support delete monitoring define yml in web ui #679](https://github.com/apache/hertzbeat/pull/679)
+17. [[manager] add mysql, oracle, pg db more metrics #683](https://github.com/apache/hertzbeat/pull/683)
+18. [[warehouse] support jpa store metrics history data #684](https://github.com/apache/hertzbeat/pull/684)
+19. [[collect]Add redis cluster auto-discovery display metrics information #685](https://github.com/apache/hertzbeat/pull/685) @hudongdong129
+20. [Convert version into properties #686](https://github.com/apache/hertzbeat/pull/686) @HattoriHenzo
+21. [[webapp] change default monitor intervals 120s to 60s #708](https://github.com/apache/hertzbeat/pull/708) @xiaohe428
+22. [[warehouse] support jpa expired metrics data auto cleaner #691](https://github.com/apache/hertzbeat/pull/691)
+23. [snmp collect protocol support walk operation #699](https://github.com/apache/hertzbeat/pull/699)
+24. [support v1.0.+ iotdb #702](https://github.com/apache/hertzbeat/pull/702) @Ceilzcx
+25. [feature support monitor switch network metrics #705](https://github.com/apache/hertzbeat/pull/705)
+26. [[webapp] change alert define trigger times from max 10 to max 999 #706](https://github.com/apache/hertzbeat/pull/706) @Grass-Life
+27. [[doc] change default locale i18n from zh-cn to en #725](https://github.com/apache/hertzbeat/pull/725)
Bugfix.
-1. [[collector] bugfix oracle query error: ORA-01000 happen #618](https://github.com/dromara/hertzbeat/pull/618)
-2. [[manager]bugfix:update flink fields name, use _ replace - avoid alert_threshold_expr problem. #622](https://github.com/dromara/hertzbeat/pull/622) @cuipiheqiuqiu
-3. [[webapp] fix rule days not change when edit old notice rule item #628](https://github.com/dromara/hertzbeat/pull/628)
-4. [[webapp] update alert notice modal item span #630](https://github.com/dromara/hertzbeat/pull/630)
-5. [Update issue.md #654](https://github.com/dromara/hertzbeat/pull/654) @ycilry
-6. [The version of Spring Boot should be put in properties #657](https://github.com/dromara/hertzbeat/pull/657) @HattoriHenzo
-7. [Bugfix: EdDSA provider not supported #659](https://github.com/dromara/hertzbeat/pull/659) @caibenxiang
-8. [[script] auto heap dump when oom error #662](https://github.com/dromara/hertzbeat/pull/662)
-9. [bugfix recurring tasks caused by priority processing exception #663](https://github.com/dromara/hertzbeat/pull/663)
-10. [bugfix repetitive collect tasks, reduce init mem size #664](https://github.com/dromara/hertzbeat/pull/664)
-11. [[manager] bugfix define yml file name and the app name are inconsistent #680](https://github.com/dromara/hertzbeat/pull/680)
-12. [[collector] bugfix metrics has a lot of repetition fields #682](https://github.com/dromara/hertzbeat/pull/682)
-13. [fix(sec): upgrade org.apache.kafka:kafka-clients to 3.4.0 #687](https://github.com/dromara/hertzbeat/pull/687) @lifefloating
-14. [optimized code and add iotdb compose config #690](https://github.com/dromara/hertzbeat/pull/690) @Ceilzcx
-15. [[script] modified the linux memory metrics specified script code #719](https://github.com/dromara/hertzbeat/pull/719) @ByteIDance
-16. [Update kubernetes.md #715](https://github.com/dromara/hertzbeat/pull/715) @xiaohe428
-17. [[home,i18n] Update kubernetes.md #716](https://github.com/dromara/hertzbeat/pull/716) @baiban114
-18. [[webapp] fix applist delete button display #693](https://github.com/dromara/hertzbeat/pull/693)
-19. [[warehouse] bugfix metrics data not consume oom #697](https://github.com/dromara/hertzbeat/pull/697)
-20. [[manager] bugfix npe when load old define yml in windows env #701](https://github.com/dromara/hertzbeat/pull/701)
-21. [bugfix job metrics set concurrent modification exception #723](https://github.com/dromara/hertzbeat/pull/723)
-22. [[script] modified the linux memory metrics specified script code #719](https://github.com/dromara/hertzbeat/pull/719)
-23. [[webapp] bugfix the cover of the big screen is too small #724](https://github.com/dromara/hertzbeat/pull/724)
+1. [[collector] bugfix oracle query error: ORA-01000 happen #618](https://github.com/apache/hertzbeat/pull/618)
+2. [[manager]bugfix:update flink fields name, use _ replace - avoid alert_threshold_expr problem. #622](https://github.com/apache/hertzbeat/pull/622) @cuipiheqiuqiu
+3. [[webapp] fix rule days not change when edit old notice rule item #628](https://github.com/apache/hertzbeat/pull/628)
+4. [[webapp] update alert notice modal item span #630](https://github.com/apache/hertzbeat/pull/630)
+5. [Update issue.md #654](https://github.com/apache/hertzbeat/pull/654) @ycilry
+6. [The version of Spring Boot should be put in properties #657](https://github.com/apache/hertzbeat/pull/657) @HattoriHenzo
+7. [Bugfix: EdDSA provider not supported #659](https://github.com/apache/hertzbeat/pull/659) @caibenxiang
+8. [[script] auto heap dump when oom error #662](https://github.com/apache/hertzbeat/pull/662)
+9. [bugfix recurring tasks caused by priority processing exception #663](https://github.com/apache/hertzbeat/pull/663)
+10. [bugfix repetitive collect tasks, reduce init mem size #664](https://github.com/apache/hertzbeat/pull/664)
+11. [[manager] bugfix define yml file name and the app name are inconsistent #680](https://github.com/apache/hertzbeat/pull/680)
+12. [[collector] bugfix metrics has a lot of repetition fields #682](https://github.com/apache/hertzbeat/pull/682)
+13. [fix(sec): upgrade org.apache.kafka:kafka-clients to 3.4.0 #687](https://github.com/apache/hertzbeat/pull/687) @lifefloating
+14. [optimized code and add iotdb compose config #690](https://github.com/apache/hertzbeat/pull/690) @Ceilzcx
+15. [[script] modified the linux memory metrics specified script code #719](https://github.com/apache/hertzbeat/pull/719) @ByteIDance
+16. [Update kubernetes.md #715](https://github.com/apache/hertzbeat/pull/715) @xiaohe428
+17. [[home,i18n] Update kubernetes.md #716](https://github.com/apache/hertzbeat/pull/716) @baiban114
+18. [[webapp] fix applist delete button display #693](https://github.com/apache/hertzbeat/pull/693)
+19. [[warehouse] bugfix metrics data not consume oom #697](https://github.com/apache/hertzbeat/pull/697)
+20. [[manager] bugfix npe when load old define yml in windows env #701](https://github.com/apache/hertzbeat/pull/701)
+21. [bugfix job metrics set concurrent modification exception #723](https://github.com/apache/hertzbeat/pull/723)
+22. [[script] modified the linux memory metrics specified script code #719](https://github.com/apache/hertzbeat/pull/719)
+23. [[webapp] bugfix the cover of the big screen is too small #724](https://github.com/apache/hertzbeat/pull/724)
----
升级注意⚠️.
@@ -150,5 +150,5 @@ COMMIT;
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-22-monitor-springboot2.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-22-monitor-springboot2.md
index 3850a7de7b..99db76c75c 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-22-monitor-springboot2.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-03-22-monitor-springboot2.md
@@ -18,7 +18,7 @@ keywords: [开源监控系统, SpringBoot监控, 监控告警]
- 其将Http, Jmx, Ssh, Snmp, Jdbc, Prometheus等协议规范可配置化,只需配置YML就能使用这些协议去自定义采集任何您想要采集的指标。您相信只需配置YML就能立刻适配一个K8s或Docker等新的监控类型吗?
- HertzBeat 的强大自定义,多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
-Github: https://github.com/dromara/hertzbeat
+Github: https://github.com/apache/hertzbeat
### 在 HertzBeat 5分钟搞定对 SpringBoot2 应用的监控
@@ -184,15 +184,15 @@ management:
## What is HertzBeat?
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,无需Agent的实时监控告警工具。应用服务,数据库,操作系统,中间件,云原生,网络等监控,阈值告警,告警通知(邮件微信钉钉飞书短信 Discord Slack Telegram)。
+> [HertzBeat赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,无需Agent的实时监控告警工具。应用服务,数据库,操作系统,中间件,云原生,网络等监控,阈值告警,告警通知(邮件微信钉钉飞书短信 Discord Slack Telegram)。
> 我们将`Http, Jmx, Ssh, Snmp, Jdbc, Prometheus`等协议规范可配置化,只需配置YML就能使用这些协议去自定义采集任何您想要采集的指标。
> 您相信只需配置YML就能立刻适配一个K8s或Docker等新的监控类型吗?
> `HertzBeat`的强大自定义,多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
## ⛄ Supported
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-09-hertzbeat-v1.3.1.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-09-hertzbeat-v1.3.1.md
index 075bfdc40d..f1e4b0095f 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-09-hertzbeat-v1.3.1.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-09-hertzbeat-v1.3.1.md
@@ -29,9 +29,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### v1.3.1 来了
@@ -72,5 +72,5 @@ COMMIT;
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-11-greptimedb-store.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-11-greptimedb-store.md
index 0c6d7bd1f1..ef04cdf481 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-11-greptimedb-store.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-05-11-greptimedb-store.md
@@ -23,7 +23,7 @@ Cloud: **[GreptimePlay](https://greptime.com/playground)**
### 什么是 HertzBeat
-> [HertzBeat](https://github.com/dromara/hertzbeat) 一个拥有强大自定义监控能力,无需 Agent 的开源实时监控告警工具。
+> [HertzBeat](https://github.com/apache/hertzbeat) 一个拥有强大自定义监控能力,无需 Agent 的开源实时监控告警工具。
- 集 **监控+告警+通知** All in one,支持对应用服务,应用程序,数据库,缓存,操作系统,大数据,中间件,Web服务器,云原生,网络,自定义等监控,阈值告警通知一步到位。
- 更自由化的阈值规则(计算表达式),`邮件` `Discord` `Slack` `Telegram` `钉钉` `微信` `飞书` `短信` `Webhook` 等方式及时送达。
@@ -77,7 +77,7 @@ $ docker run -d -p 1157:1157 \
- `-v /opt/application.yml:/opt/hertzbeat/config/application.yml` : 挂载自定义本地配置文件到容器中,即使用本地配置文件覆盖容器配置文件。
-注意⚠️ 本地挂载配置文件 `application.yml` 需提前存在,文件完整内容见项目仓库[/script/application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml)
+注意⚠️ 本地挂载配置文件 `application.yml` 需提前存在,文件完整内容见项目仓库[/script/application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml)
2. 浏览器访问 http://ip:1157/ 默认账户密码 admin/hertzbeat,查看 HertzBeat 是否启动成功。
@@ -85,7 +85,7 @@ $ docker run -d -p 1157:1157 \
1. 修改 HertzBeat 端配置文件
-修改挂载到本地的 HertzBeat 配置文件 [application.yml](https://github.com/dromara/hertzbeat/raw/master/script/application.yml), 安装包模式下修改 `hertzbeat/config/application.yml`
+修改挂载到本地的 HertzBeat 配置文件 [application.yml](https://github.com/apache/hertzbeat/raw/master/script/application.yml), 安装包模式下修改 `hertzbeat/config/application.yml`
**修改里面的`warehouse.store.jpa.enabled`参数为`false`, 配置里面的`warehouse.store.greptime`数据源参数,URL账户密码,并启用`enabled`为`true`**
@@ -123,11 +123,11 @@ $ docker restart hertzbeat
## 小结
这篇文章带我们体验了如何使用开源时序数据库 GreptimeDB 存储开源实时监控 HertzBeat 的指标度量数据,总的来看两款开源产品上手是非常简单的,关键是如果嫌麻烦不想部署他俩都还有云服务😂让你折腾。
-作为特性 [HertzBeat支持GreptimeDB](https://github.com/dromara/hertzbeat/pull/834) 的开发者之一,在实际适配使用过程中,GreptimeDB的丝滑原生SDK和类似关系数据库的SQL,让我们从其它时序数据库 `TDengine, IotDB, InfluxDB` 切换过去还是非常容易,体验丝滑的。
+作为特性 [HertzBeat支持GreptimeDB](https://github.com/apache/hertzbeat/pull/834) 的开发者之一,在实际适配使用过程中,GreptimeDB的丝滑原生SDK和类似关系数据库的SQL,让我们从其它时序数据库 `TDengine, IotDB, InfluxDB` 切换过去还是非常容易,体验丝滑的。
GreptimeDB Github: https://github.com/GreptimeTeam/greptimedb
-HertzBeat Github: https://github.com/dromara/hertzbeat
+HertzBeat Github: https://github.com/apache/hertzbeat
**最后就是欢迎大家一定要多多了解,多多使用,多多提意见,多多ISSUE,多多PR,多多Star支持这俩没出来多久希望得到呵护的开源牛牛不怕困难 一颗小星星哦!做开源,我们是蒸(真)的,爱心💗**
-感谢此特性 [HertzBeat支持GreptimeDB](https://github.com/dromara/hertzbeat/pull/834) 的贡献者们 @zqr10159, @fengjiachun, @killme2008, @tomsun28
+感谢此特性 [HertzBeat支持GreptimeDB](https://github.com/apache/hertzbeat/pull/834) 的贡献者们 @zqr10159, @fengjiachun, @killme2008, @tomsun28
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-07-05-hertzbeat-v1.3.2.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-07-05-hertzbeat-v1.3.2.md
index c8319aa2d2..2427dbdcb2 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-07-05-hertzbeat-v1.3.2.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-07-05-hertzbeat-v1.3.2.md
@@ -26,9 +26,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### v1.3.2 来了
@@ -74,6 +74,6 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
**欢迎star三连来支持我们**
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-14-hertzbeat-v1.4.0.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-14-hertzbeat-v1.4.0.md
index 1e9dc515c1..c227893af0 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-14-hertzbeat-v1.4.0.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-14-hertzbeat-v1.4.0.md
@@ -13,7 +13,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
### 什么是 HertzBeat?
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -28,9 +28,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### 集群版来啦
@@ -107,53 +107,53 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
> 更多版本新功能更新欢迎探索,感谢社区小伙伴们的辛苦贡献,爱心💗!
-* [doc] add v1.3.2 publish doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1075
-* remove elasticsearch unused param index by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1080
-* feature support monitoring apache airflow by @luoxuanzao in https://github.com/dromara/hertzbeat/pull/1081
-* add luoxuanzao as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1083
-* [collector] bugfix sshd cannot use private key to connect by @gcdd1993 in https://github.com/dromara/hertzbeat/pull/1084
-* bugfix update dashboard alerts cards height not consist by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1087
-* Feature#serverchan by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1092
-* bugfix dm database monitoring connect error by @lisongning in https://github.com/dromara/hertzbeat/pull/1094
-* add lisongning as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1096
-* update alert rule operator display "<=" to ">=" by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1097
-* [doc] add custom monitoring relate document by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1098
-* add YutingNie as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1103
-* Remove unreachable status by @YutingNie in https://github.com/dromara/hertzbeat/pull/1102
-* 139 auto update alert status by @l646505418 in https://github.com/dromara/hertzbeat/pull/1104
-* feat: aviator fn for str contains, exists & matches by @mikezzb in https://github.com/dromara/hertzbeat/pull/1106
-* add mikezzb as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1107
-* bugfix common alarm do not need monitorId tag existed by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1108
-* bugfix extern alert do not have labels mapping inner monitor by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1111
-* feature: support apache spark metrics monitoring by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1114
-* add a-little-fool as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1116
-* [Feature]Add third report of TenCloud by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1113
-* [Feature]Add third report of TenCloud (#1113) by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1119
-* [manager] fix: can query by tags when tagValue is null by @l646505418 in https://github.com/dromara/hertzbeat/pull/1118
-* bugfix the notification template environment variable display error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1120
-* add littlezhongzer as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1127
-* feature:monitor brearer token api, ignore letter case to comparison by @littlezhongzer in https://github.com/dromara/hertzbeat/pull/1122
-* docs: enhance README by @mikezzb in https://github.com/dromara/hertzbeat/pull/1128
-* Update app-oracle.yml by @ChenXiangxxxxx in https://github.com/dromara/hertzbeat/pull/1129
-* add ChenXiangxxxxx as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1130
-* fix alarm silence strategy setting failed by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1131
-* support run sql script file in jdbc protocol config by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1117
-* bugfix return old cache json file when upgrade version by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1137
-* support ssh protocol config choose if reuse connection by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1136
-* feat(web): alert threshold UI support matches & contains by @mikezzb in https://github.com/dromara/hertzbeat/pull/1138
-* support hertzbeat metrics collector cluster by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1101
-* add collector card in dashboard by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1147
-* bugfix: linux collect warning: bad syntax, perhaps a bogus '-' by @Mr-zhou315 in https://github.com/dromara/hertzbeat/pull/1151
-* add Mr-zhou315 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1157
-* support config timezone locale language region on web ui by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1154
-* bugfix monitoring template app name already exists by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1152
-* bugfix can not startup when error monitoring template yml file by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1153
-* tags also deleted when the monitor is deleted by @Ceilzcx in https://github.com/dromara/hertzbeat/pull/1159
-* monitoring param host with http head will not be error reported by @littlezhongzer in https://github.com/dromara/hertzbeat/pull/1155
-* [script] feature update build.sh and Dockerfile: detect app version a… by @XimfengYao in https://github.com/dromara/hertzbeat/pull/1162
-* add XimfengYao as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1163
-* [doc] add collector clusters document by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1161
-* [hertzbeat] release hertzbeat version v1.4.0 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1168
+* [doc] add v1.3.2 publish doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1075
+* remove elasticsearch unused param index by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1080
+* feature support monitoring apache airflow by @luoxuanzao in https://github.com/apache/hertzbeat/pull/1081
+* add luoxuanzao as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1083
+* [collector] bugfix sshd cannot use private key to connect by @gcdd1993 in https://github.com/apache/hertzbeat/pull/1084
+* bugfix update dashboard alerts cards height not consist by @tomsun28 in https://github.com/apache/hertzbeat/pull/1087
+* Feature#serverchan by @zqr10159 in https://github.com/apache/hertzbeat/pull/1092
+* bugfix dm database monitoring connect error by @lisongning in https://github.com/apache/hertzbeat/pull/1094
+* add lisongning as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1096
+* update alert rule operator display "<=" to ">=" by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1097
+* [doc] add custom monitoring relate document by @tomsun28 in https://github.com/apache/hertzbeat/pull/1098
+* add YutingNie as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1103
+* Remove unreachable status by @YutingNie in https://github.com/apache/hertzbeat/pull/1102
+* 139 auto update alert status by @l646505418 in https://github.com/apache/hertzbeat/pull/1104
+* feat: aviator fn for str contains, exists & matches by @mikezzb in https://github.com/apache/hertzbeat/pull/1106
+* add mikezzb as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1107
+* bugfix common alarm do not need monitorId tag existed by @tomsun28 in https://github.com/apache/hertzbeat/pull/1108
+* bugfix extern alert do not have labels mapping inner monitor by @tomsun28 in https://github.com/apache/hertzbeat/pull/1111
+* feature: support apache spark metrics monitoring by @a-little-fool in https://github.com/apache/hertzbeat/pull/1114
+* add a-little-fool as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1116
+* [Feature]Add third report of TenCloud by @zqr10159 in https://github.com/apache/hertzbeat/pull/1113
+* [Feature]Add third report of TenCloud (#1113) by @zqr10159 in https://github.com/apache/hertzbeat/pull/1119
+* [manager] fix: can query by tags when tagValue is null by @l646505418 in https://github.com/apache/hertzbeat/pull/1118
+* bugfix the notification template environment variable display error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1120
+* add littlezhongzer as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1127
+* feature:monitor brearer token api, ignore letter case to comparison by @littlezhongzer in https://github.com/apache/hertzbeat/pull/1122
+* docs: enhance README by @mikezzb in https://github.com/apache/hertzbeat/pull/1128
+* Update app-oracle.yml by @ChenXiangxxxxx in https://github.com/apache/hertzbeat/pull/1129
+* add ChenXiangxxxxx as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1130
+* fix alarm silence strategy setting failed by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1131
+* support run sql script file in jdbc protocol config by @tomsun28 in https://github.com/apache/hertzbeat/pull/1117
+* bugfix return old cache json file when upgrade version by @tomsun28 in https://github.com/apache/hertzbeat/pull/1137
+* support ssh protocol config choose if reuse connection by @tomsun28 in https://github.com/apache/hertzbeat/pull/1136
+* feat(web): alert threshold UI support matches & contains by @mikezzb in https://github.com/apache/hertzbeat/pull/1138
+* support hertzbeat metrics collector cluster by @tomsun28 in https://github.com/apache/hertzbeat/pull/1101
+* add collector card in dashboard by @tomsun28 in https://github.com/apache/hertzbeat/pull/1147
+* bugfix: linux collect warning: bad syntax, perhaps a bogus '-' by @Mr-zhou315 in https://github.com/apache/hertzbeat/pull/1151
+* add Mr-zhou315 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1157
+* support config timezone locale language region on web ui by @tomsun28 in https://github.com/apache/hertzbeat/pull/1154
+* bugfix monitoring template app name already exists by @tomsun28 in https://github.com/apache/hertzbeat/pull/1152
+* bugfix can not startup when error monitoring template yml file by @tomsun28 in https://github.com/apache/hertzbeat/pull/1153
+* tags also deleted when the monitor is deleted by @Ceilzcx in https://github.com/apache/hertzbeat/pull/1159
+* monitoring param host with http head will not be error reported by @littlezhongzer in https://github.com/apache/hertzbeat/pull/1155
+* [script] feature update build.sh and Dockerfile: detect app version a… by @XimfengYao in https://github.com/apache/hertzbeat/pull/1162
+* add XimfengYao as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1163
+* [doc] add collector clusters document by @tomsun28 in https://github.com/apache/hertzbeat/pull/1161
+* [hertzbeat] release hertzbeat version v1.4.0 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1168
----
@@ -177,6 +177,6 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
欢迎star一波来支持我们哦。
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
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 b691ee3170..0e59ba1ed1 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
@@ -85,6 +85,6 @@ HertzBeat 赫兹跳动是一个拥有强大自定义监控能力,高性能集
> `HertzBeat`的强大自定义,多类型支持,高性能,易扩展,低耦合,希望能帮助开发者和团队快速搭建自有监控系统。
-Github: https://github.com/dromara/hertzbeat
+Github: https://github.com/apache/hertzbeat
欢迎更多的用户参与到`HertzBeat`的开源协作中来,不管是一个错别字还是标点符号我们都非常欢迎。
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-09-26-hertzbeat-v1.4.1.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-09-26-hertzbeat-v1.4.1.md
index 0bbd2d9283..d6743a89d9 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-09-26-hertzbeat-v1.4.1.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-09-26-hertzbeat-v1.4.1.md
@@ -28,28 +28,28 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
- 新的登陆页面UI
-
+
-
+
- 支持采集器集群管理
-
+
-
+
- 友好的帮助文档头
-
+
- 监控指标名称国际化
-
+
### 什么是 HertzBeat?
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -64,9 +64,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### 尝试部署
@@ -113,6 +113,6 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-11-12-hertzbeat-v1.4.2.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-11-12-hertzbeat-v1.4.2.md
index 4b341dfb3f..9da4c0fa8d 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-11-12-hertzbeat-v1.4.2.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-11-12-hertzbeat-v1.4.2.md
@@ -25,7 +25,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
### 什么是 HertzBeat?
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -40,9 +40,9 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### 尝试部署
@@ -89,27 +89,27 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### **下载链接**
**hertzbeat server**
-- ⬇️ [hertzbeat-1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.tar.gz)
-- ⬇️ [hertzbeat-1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.zip)
-- ⬇️ [hertzbeat-linux_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-linux_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-macos_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-macos_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-windows64_1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-windows64_1.4.2.zip)
+- ⬇️ [hertzbeat-1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.tar.gz)
+- ⬇️ [hertzbeat-1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-1.4.2.zip)
+- ⬇️ [hertzbeat-linux_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-linux_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-linux_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-macos_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-macos_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-macos_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-windows64_1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-windows64_1.4.2.zip)
**hertzbeat collector**
-- ⬇️ [hertzbeat-collector-1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.zip)
-- ⬇️ [hertzbeat-collector-linux_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-linux_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_arm64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_arm64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_amd64_1.4.2.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_amd64_1.4.2.tar.gz)
-- ⬇️ [hertzbeat-collector-windows64_1.4.2.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-windows64_1.4.2.zip)
+- ⬇️ [hertzbeat-collector-1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-1.4.2.zip)
+- ⬇️ [hertzbeat-collector-linux_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-linux_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-linux_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_arm64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_arm64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_amd64_1.4.2.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-macos_amd64_1.4.2.tar.gz)
+- ⬇️ [hertzbeat-collector-windows64_1.4.2.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.2/hertzbeat-collector-windows64_1.4.2.zip)
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-12-11-hertzbeat-v1.4.3.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-12-11-hertzbeat-v1.4.3.md
index 65c37148ac..7ad6103d0c 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-12-11-hertzbeat-v1.4.3.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2023-12-11-hertzbeat-v1.4.3.md
@@ -10,7 +10,7 @@ keywords: [open source monitoring system, alerting system]
### 什么是 HertzBeat?
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,兼容 Prometheus,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,兼容 Prometheus,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -21,9 +21,9 @@ keywords: [open source monitoring system, alerting system]
- 高性能,支持多采集器集群横向扩展,支持多隔离网络监控,云边协同。
- 自由的告警阈值规则,`邮件` `Discord` `Slack` `Telegram` `钉钉` `微信` `飞书` `短信` `Webhook` `Server酱` 等方式消息及时送达。
-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### HertzBeat's 1.4.3 新版本发布啦!
@@ -82,8 +82,8 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
----
@@ -91,65 +91,65 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* update package deploy doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1330
-* bugfix duplicate collect job when update monitor templates by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1332
-* bugfix number variable in freemarker template display error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1334
-* [alerter] Enhanced reporting of external general alert API by @SurryChen in https://github.com/dromara/hertzbeat/pull/1326
-* [doc] update hertzbeat-mysql-tdengine readme by @jiashu1024 in https://github.com/dromara/hertzbeat/pull/1335
-* add jiashu1024 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1336
-* app-mysql.yml: Adjust slow query translation by @1036664317 in https://github.com/dromara/hertzbeat/pull/1337
-* add 1036664317 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1338
-* Bump com.google.guava:guava from 31.0.1-jre to 32.0.0-jre by @dependabot in https://github.com/dromara/hertzbeat/pull/1339
-* [feature] support auto collect metrics by prometheus task by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1342
-* [doc] add vinci as new committer by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1341
-* [feature] add tag word cloud in dashboard by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1345
-* support custom prometheus endpoint path by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1346
-* bugfix tdengine query interval history metrics data with instance error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1348
-* unlimit Alert.java content field length by @xiaoguolong in https://github.com/dromara/hertzbeat/pull/1351
-* add xiaoguolong as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1353
-* update monitor detail table ui layout by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1352
-* [doc]add star history by @zqr10159 in https://github.com/dromara/hertzbeat/pull/1356
-* feature: app-mongodb.yml by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1359
-* alarm threshold support prometheus task metrics by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1354
-* support victoriametrics as metrics data storage by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1361
-* Add time type to support query_time of mysql and mariadb by @Clownsw in https://github.com/dromara/hertzbeat/pull/1364
-* add Clownsw as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1365
-* Error occured when I followed running steps to start Front-web by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1366
-* add Calvin979 as a contributor for doc by @allcontributors in https://github.com/dromara/hertzbeat/pull/1367
-* enriches the cncf landscape by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1368
-* Fix flaky test in CollectUtilTest by @bbelide2 in https://github.com/dromara/hertzbeat/pull/1371
-* add bbelide2 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1372
-* Fix flaky test replaceSmilingPlaceholder by @bbelide2 in https://github.com/dromara/hertzbeat/pull/1373
-* add docker-compose script hertzbeat+mysql+victoria-metrics all in one by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1370
-* Feature: app-jvm.yml support for international name aliases by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1376
-* add Calvin979 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1377
-* feature: support monitoring spring gateway metrics by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1374
-* update code comment and doc, bugfix concurrent exception by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1378
-* update windows define and accept snmp leaf by @jinyaoMa in https://github.com/dromara/hertzbeat/pull/1379
-* add jinyaoMa as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1380
-* fix exception when sending email has special chars by @Carpe-Wang in https://github.com/dromara/hertzbeat/pull/1383
-* test: add e2e testing for some basic APIs by @LinuxSuRen in https://github.com/dromara/hertzbeat/pull/1387
-* add LinuxSuRen as a contributor for code, and test by @allcontributors in https://github.com/dromara/hertzbeat/pull/1389
-* bugfix auto generate monitor name error when add monitor by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1384
-* bugfix CalculateAlarm execAlertExpression NPE by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1388
-* Feature: app-redis.yml support for international name aliases by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1390
-* test: add more monitor related e2e testing case by @LinuxSuRen in https://github.com/dromara/hertzbeat/pull/1391
-* chore: update the pr template about the e2e testing by @LinuxSuRen in https://github.com/dromara/hertzbeat/pull/1392
-* add help header ui when update or add monitors by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1399
-* [hertzbeat] release hertzbeat version v1.4.3 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1400
+* update package deploy doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1330
+* bugfix duplicate collect job when update monitor templates by @tomsun28 in https://github.com/apache/hertzbeat/pull/1332
+* bugfix number variable in freemarker template display error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1334
+* [alerter] Enhanced reporting of external general alert API by @SurryChen in https://github.com/apache/hertzbeat/pull/1326
+* [doc] update hertzbeat-mysql-tdengine readme by @jiashu1024 in https://github.com/apache/hertzbeat/pull/1335
+* add jiashu1024 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1336
+* app-mysql.yml: Adjust slow query translation by @1036664317 in https://github.com/apache/hertzbeat/pull/1337
+* add 1036664317 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1338
+* Bump com.google.guava:guava from 31.0.1-jre to 32.0.0-jre by @dependabot in https://github.com/apache/hertzbeat/pull/1339
+* [feature] support auto collect metrics by prometheus task by @tomsun28 in https://github.com/apache/hertzbeat/pull/1342
+* [doc] add vinci as new committer by @tomsun28 in https://github.com/apache/hertzbeat/pull/1341
+* [feature] add tag word cloud in dashboard by @tomsun28 in https://github.com/apache/hertzbeat/pull/1345
+* support custom prometheus endpoint path by @tomsun28 in https://github.com/apache/hertzbeat/pull/1346
+* bugfix tdengine query interval history metrics data with instance error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1348
+* unlimit Alert.java content field length by @xiaoguolong in https://github.com/apache/hertzbeat/pull/1351
+* add xiaoguolong as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1353
+* update monitor detail table ui layout by @tomsun28 in https://github.com/apache/hertzbeat/pull/1352
+* [doc]add star history by @zqr10159 in https://github.com/apache/hertzbeat/pull/1356
+* feature: app-mongodb.yml by @a-little-fool in https://github.com/apache/hertzbeat/pull/1359
+* alarm threshold support prometheus task metrics by @tomsun28 in https://github.com/apache/hertzbeat/pull/1354
+* support victoriametrics as metrics data storage by @tomsun28 in https://github.com/apache/hertzbeat/pull/1361
+* Add time type to support query_time of mysql and mariadb by @Clownsw in https://github.com/apache/hertzbeat/pull/1364
+* add Clownsw as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1365
+* Error occured when I followed running steps to start Front-web by @Calvin979 in https://github.com/apache/hertzbeat/pull/1366
+* add Calvin979 as a contributor for doc by @allcontributors in https://github.com/apache/hertzbeat/pull/1367
+* enriches the cncf landscape by @tomsun28 in https://github.com/apache/hertzbeat/pull/1368
+* Fix flaky test in CollectUtilTest by @bbelide2 in https://github.com/apache/hertzbeat/pull/1371
+* add bbelide2 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1372
+* Fix flaky test replaceSmilingPlaceholder by @bbelide2 in https://github.com/apache/hertzbeat/pull/1373
+* add docker-compose script hertzbeat+mysql+victoria-metrics all in one by @tomsun28 in https://github.com/apache/hertzbeat/pull/1370
+* Feature: app-jvm.yml support for international name aliases by @Calvin979 in https://github.com/apache/hertzbeat/pull/1376
+* add Calvin979 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1377
+* feature: support monitoring spring gateway metrics by @a-little-fool in https://github.com/apache/hertzbeat/pull/1374
+* update code comment and doc, bugfix concurrent exception by @tomsun28 in https://github.com/apache/hertzbeat/pull/1378
+* update windows define and accept snmp leaf by @jinyaoMa in https://github.com/apache/hertzbeat/pull/1379
+* add jinyaoMa as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1380
+* fix exception when sending email has special chars by @Carpe-Wang in https://github.com/apache/hertzbeat/pull/1383
+* test: add e2e testing for some basic APIs by @LinuxSuRen in https://github.com/apache/hertzbeat/pull/1387
+* add LinuxSuRen as a contributor for code, and test by @allcontributors in https://github.com/apache/hertzbeat/pull/1389
+* bugfix auto generate monitor name error when add monitor by @tomsun28 in https://github.com/apache/hertzbeat/pull/1384
+* bugfix CalculateAlarm execAlertExpression NPE by @tomsun28 in https://github.com/apache/hertzbeat/pull/1388
+* Feature: app-redis.yml support for international name aliases by @Calvin979 in https://github.com/apache/hertzbeat/pull/1390
+* test: add more monitor related e2e testing case by @LinuxSuRen in https://github.com/apache/hertzbeat/pull/1391
+* chore: update the pr template about the e2e testing by @LinuxSuRen in https://github.com/apache/hertzbeat/pull/1392
+* add help header ui when update or add monitors by @tomsun28 in https://github.com/apache/hertzbeat/pull/1399
+* [hertzbeat] release hertzbeat version v1.4.3 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1400
## New Contributors
-* @1036664317 made their first contribution in https://github.com/dromara/hertzbeat/pull/1337
-* @dependabot made their first contribution in https://github.com/dromara/hertzbeat/pull/1339
-* @xiaoguolong made their first contribution in https://github.com/dromara/hertzbeat/pull/1351
-* @Clownsw made their first contribution in https://github.com/dromara/hertzbeat/pull/1364
-* @Calvin979 made their first contribution in https://github.com/dromara/hertzbeat/pull/1366
-* @bbelide2 made their first contribution in https://github.com/dromara/hertzbeat/pull/1371
-* @jinyaoMa made their first contribution in https://github.com/dromara/hertzbeat/pull/1379
-* @LinuxSuRen made their first contribution in https://github.com/dromara/hertzbeat/pull/1387
+* @1036664317 made their first contribution in https://github.com/apache/hertzbeat/pull/1337
+* @dependabot made their first contribution in https://github.com/apache/hertzbeat/pull/1339
+* @xiaoguolong made their first contribution in https://github.com/apache/hertzbeat/pull/1351
+* @Clownsw made their first contribution in https://github.com/apache/hertzbeat/pull/1364
+* @Calvin979 made their first contribution in https://github.com/apache/hertzbeat/pull/1366
+* @bbelide2 made their first contribution in https://github.com/apache/hertzbeat/pull/1371
+* @jinyaoMa made their first contribution in https://github.com/apache/hertzbeat/pull/1379
+* @LinuxSuRen made their first contribution in https://github.com/apache/hertzbeat/pull/1387
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.4.2...v1.4.3
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.4.2...v1.4.3
----
@@ -166,27 +166,27 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### **下载链接**
**hertzbeat server**
-- ⬇️ [hertzbeat-1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.tar.gz)
-- ⬇️ [hertzbeat-1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.zip)
-- ⬇️ [hertzbeat-linux_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-linux_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-macos_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-macos_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-windows64_1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-windows64_1.4.3.zip)
+- ⬇️ [hertzbeat-1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.tar.gz)
+- ⬇️ [hertzbeat-1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-1.4.3.zip)
+- ⬇️ [hertzbeat-linux_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-linux_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-linux_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-macos_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-macos_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-macos_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-windows64_1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-windows64_1.4.3.zip)
**hertzbeat collector**
-- ⬇️ [hertzbeat-collector-1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.zip)
-- ⬇️ [hertzbeat-collector-linux_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-linux_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_arm64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_arm64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_amd64_1.4.3.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_amd64_1.4.3.tar.gz)
-- ⬇️ [hertzbeat-collector-windows64_1.4.3.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-windows64_1.4.3.zip)
+- ⬇️ [hertzbeat-collector-1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-1.4.3.zip)
+- ⬇️ [hertzbeat-collector-linux_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-linux_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-linux_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_arm64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_arm64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_amd64_1.4.3.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-macos_amd64_1.4.3.tar.gz)
+- ⬇️ [hertzbeat-collector-windows64_1.4.3.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.3/hertzbeat-collector-windows64_1.4.3.zip)
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 52295aa1f3..476d58d7a2 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
@@ -131,7 +131,7 @@ keywords: [open source monitoring system, alerting system]
## 什么是 HertzBeat?
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,兼容 Prometheus,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,兼容 Prometheus,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -146,8 +146,8 @@ keywords: [open source monitoring system, alerting system]
> `HertzBeat`的强大自定义,多类型支持,高性能,易扩展,低耦合,希望能帮助开发者和团队快速搭建自有监控系统。
-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
欢迎更多小伙伴参与到HertzBeat的开源协作中来,不管是一个错别字还是标点符号我们都非常欢迎,大家一起学习进步,目标做一个世界级开源软件。
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-18-hertzbeat-v1.4.4.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-18-hertzbeat-v1.4.4.md
index 1b1be1d0ee..4fc00296e1 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-18-hertzbeat-v1.4.4.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-01-18-hertzbeat-v1.4.4.md
@@ -10,7 +10,7 @@ keywords: [open source monitoring system, alerting system]
### 什么是 HertzBeat?
-[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,兼容 Prometheus,无需 Agent 的开源实时监控告警系统。
+[HertzBeat 赫兹跳动](https://github.com/apache/hertzbeat) 是一个拥有强大自定义监控能力,高性能集群,兼容 Prometheus,无需 Agent 的开源实时监控告警系统。
### 特点
@@ -21,9 +21,9 @@ keywords: [open source monitoring system, alerting system]
- 高性能,支持多采集器集群横向扩展,支持多隔离网络监控,云边协同。
- 自由的告警阈值规则,`邮件` `Discord` `Slack` `Telegram` `钉钉` `微信` `飞书` `短信` `Webhook` `Server酱` 等方式消息及时送达。
-**Github: https://github.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### HertzBeat's 1.4.4 新版本发布啦!
@@ -84,8 +84,8 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
----
@@ -93,75 +93,75 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
> Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
-* bugfix metrics tags value store jpa data-storage error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1403
-* add smtp protocol and support smtp monitoring by @ZY945 in https://github.com/dromara/hertzbeat/pull/1407
-* add ZY945 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1409
-* support new parse type 'log' in ssh collect protocol by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1410
-* add ntp protocol and support ntp monitoring by @ZY945 in https://github.com/dromara/hertzbeat/pull/1411
-* monitoring the availability of websockets through handshake. by @ZY945 in https://github.com/dromara/hertzbeat/pull/1413
-* Task-1386 When adding tags in tag management, random colors are given by default. by @prolevel1 in https://github.com/dromara/hertzbeat/pull/1412
-* add prolevel1 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1415
-* #1397 feature: support for dns monitoring by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1416
-* Support monitoring hive metrics by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1417
-* support legend pageable in history data charts by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1414
-* update component tip and help tip doc by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1418
-* feature: support monitoring nginx metrics and add a help doc by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1420
-* update parser to parse from prometheus txt metrics data by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1421
-* support monitoring memcached metrics and add a help doc by @ZY945 in https://github.com/dromara/hertzbeat/pull/1423
-* support all ssh connect key exchange by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1424
-* doc add code of conduct by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1425
-* update label structure store in victoria metrics, make it prometheus like by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1426
-* feature: support monitoring pop3 metrics and add help doc by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1427
-* Update sidebars.json by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1428
-* Add zh-cn help doc by @a-little-fool in https://github.com/dromara/hertzbeat/pull/1429
-* update monitoring state un-manage to unmonitored, update pic by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1430
-* Add jpa to date type storage by @Clownsw in https://github.com/dromara/hertzbeat/pull/1431
-* bugfix ^o^ token error, protect metrics api auth by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1434
-* Add relevant documents for SMTP and NTP by @ZY945 in https://github.com/dromara/hertzbeat/pull/1437
-* bugfix threshold init error in mysql env by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1435
-* app-rabbitmq.yml support for international name aliases by @ZY945 in https://github.com/dromara/hertzbeat/pull/1439
-* fix: error create lru-cache-timeout-cleaner thread by @Clownsw in https://github.com/dromara/hertzbeat/pull/1438
-* app-rabbitmq.yml Modifying Error Fields. by @ZY945 in https://github.com/dromara/hertzbeat/pull/1440
-* support monitoring NebulaGraph metrics and add help doc by @ZY945 in https://github.com/dromara/hertzbeat/pull/1441
-* Fix Nginx Collect validateParams function NPE by @Clownsw in https://github.com/dromara/hertzbeat/pull/1442
-* feature: add metrics i18n for app-springboot3.yml by @liyin in https://github.com/dromara/hertzbeat/pull/1445
-* feat: add metrics i18n for app-docker.yml by @liyin in https://github.com/dromara/hertzbeat/pull/1446
-* update docker-compose script and fix version by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1447
-* bugfix java.lang.IllegalArgumentException: Illegal character in query… by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1443
-* bugfix delete monitor error after monitor canceled by @ZhangZixuan1994 in https://github.com/dromara/hertzbeat/pull/1451
-* add ZhangZixuan1994 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1454
-* remove sleep, probably busy-waiting by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1456
-* doc add new committer ZY945 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1453
-* Update app-zookeeper.yml by @hurenjie1 in https://github.com/dromara/hertzbeat/pull/1458
-* add hurenjie1 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1459
-* update dashboard ui, remove ssh custom SignatureFactories, update app name by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1460
-* Task Monitoring Template Yml Metrics I18n | 监控模版指标国际化任务认领 #1212 by @tslj1024 in https://github.com/dromara/hertzbeat/pull/1461
-* add tslj1024 as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1462
-* Add alarm trigger time for alarm restore by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1464
-* bugfix history range query not work when victoria-metrics store by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1463
-* bugfix springboot3 translation by @liyin in https://github.com/dromara/hertzbeat/pull/1467
-* bugfix telegram-notice can not input bot-token by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1465
-* feat: support hostname target by @ldysdu in https://github.com/dromara/hertzbeat/pull/1455
-* add ldysdu as a contributor for code by @allcontributors in https://github.com/dromara/hertzbeat/pull/1471
-* feature support snmp v3 monitoring protocol by @TJxiaobao in https://github.com/dromara/hertzbeat/pull/1469
-* bugfix alarm trigger-times not work when alarm and recovered trigger cyclically by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1468
-* update switch monitoring metrics i18n by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1472
-* fixed: snmpv3 contextName bug by @TJxiaobao in https://github.com/dromara/hertzbeat/pull/1473
-* Fix npt of webhook notify by @Calvin979 in https://github.com/dromara/hertzbeat/pull/1474
-* hertzbeat release hertzbeat version v1.4.4 by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1475
-* bugfix nginx collect http deadlock error by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1476
-* alarm calculate ignore metrics collect code - TIMEOUT by @tomsun28 in https://github.com/dromara/hertzbeat/pull/1478
+* bugfix metrics tags value store jpa data-storage error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1403
+* add smtp protocol and support smtp monitoring by @ZY945 in https://github.com/apache/hertzbeat/pull/1407
+* add ZY945 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1409
+* support new parse type 'log' in ssh collect protocol by @tomsun28 in https://github.com/apache/hertzbeat/pull/1410
+* add ntp protocol and support ntp monitoring by @ZY945 in https://github.com/apache/hertzbeat/pull/1411
+* monitoring the availability of websockets through handshake. by @ZY945 in https://github.com/apache/hertzbeat/pull/1413
+* Task-1386 When adding tags in tag management, random colors are given by default. by @prolevel1 in https://github.com/apache/hertzbeat/pull/1412
+* add prolevel1 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1415
+* #1397 feature: support for dns monitoring by @Calvin979 in https://github.com/apache/hertzbeat/pull/1416
+* Support monitoring hive metrics by @a-little-fool in https://github.com/apache/hertzbeat/pull/1417
+* support legend pageable in history data charts by @tomsun28 in https://github.com/apache/hertzbeat/pull/1414
+* update component tip and help tip doc by @tomsun28 in https://github.com/apache/hertzbeat/pull/1418
+* feature: support monitoring nginx metrics and add a help doc by @a-little-fool in https://github.com/apache/hertzbeat/pull/1420
+* update parser to parse from prometheus txt metrics data by @tomsun28 in https://github.com/apache/hertzbeat/pull/1421
+* support monitoring memcached metrics and add a help doc by @ZY945 in https://github.com/apache/hertzbeat/pull/1423
+* support all ssh connect key exchange by @tomsun28 in https://github.com/apache/hertzbeat/pull/1424
+* doc add code of conduct by @tomsun28 in https://github.com/apache/hertzbeat/pull/1425
+* update label structure store in victoria metrics, make it prometheus like by @tomsun28 in https://github.com/apache/hertzbeat/pull/1426
+* feature: support monitoring pop3 metrics and add help doc by @a-little-fool in https://github.com/apache/hertzbeat/pull/1427
+* Update sidebars.json by @a-little-fool in https://github.com/apache/hertzbeat/pull/1428
+* Add zh-cn help doc by @a-little-fool in https://github.com/apache/hertzbeat/pull/1429
+* update monitoring state un-manage to unmonitored, update pic by @tomsun28 in https://github.com/apache/hertzbeat/pull/1430
+* Add jpa to date type storage by @Clownsw in https://github.com/apache/hertzbeat/pull/1431
+* bugfix ^o^ token error, protect metrics api auth by @tomsun28 in https://github.com/apache/hertzbeat/pull/1434
+* Add relevant documents for SMTP and NTP by @ZY945 in https://github.com/apache/hertzbeat/pull/1437
+* bugfix threshold init error in mysql env by @tomsun28 in https://github.com/apache/hertzbeat/pull/1435
+* app-rabbitmq.yml support for international name aliases by @ZY945 in https://github.com/apache/hertzbeat/pull/1439
+* fix: error create lru-cache-timeout-cleaner thread by @Clownsw in https://github.com/apache/hertzbeat/pull/1438
+* app-rabbitmq.yml Modifying Error Fields. by @ZY945 in https://github.com/apache/hertzbeat/pull/1440
+* support monitoring NebulaGraph metrics and add help doc by @ZY945 in https://github.com/apache/hertzbeat/pull/1441
+* Fix Nginx Collect validateParams function NPE by @Clownsw in https://github.com/apache/hertzbeat/pull/1442
+* feature: add metrics i18n for app-springboot3.yml by @liyin in https://github.com/apache/hertzbeat/pull/1445
+* feat: add metrics i18n for app-docker.yml by @liyin in https://github.com/apache/hertzbeat/pull/1446
+* update docker-compose script and fix version by @tomsun28 in https://github.com/apache/hertzbeat/pull/1447
+* bugfix java.lang.IllegalArgumentException: Illegal character in query… by @tomsun28 in https://github.com/apache/hertzbeat/pull/1443
+* bugfix delete monitor error after monitor canceled by @ZhangZixuan1994 in https://github.com/apache/hertzbeat/pull/1451
+* add ZhangZixuan1994 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1454
+* remove sleep, probably busy-waiting by @tomsun28 in https://github.com/apache/hertzbeat/pull/1456
+* doc add new committer ZY945 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1453
+* Update app-zookeeper.yml by @hurenjie1 in https://github.com/apache/hertzbeat/pull/1458
+* add hurenjie1 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1459
+* update dashboard ui, remove ssh custom SignatureFactories, update app name by @tomsun28 in https://github.com/apache/hertzbeat/pull/1460
+* Task Monitoring Template Yml Metrics I18n | 监控模版指标国际化任务认领 #1212 by @tslj1024 in https://github.com/apache/hertzbeat/pull/1461
+* add tslj1024 as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1462
+* Add alarm trigger time for alarm restore by @Calvin979 in https://github.com/apache/hertzbeat/pull/1464
+* bugfix history range query not work when victoria-metrics store by @tomsun28 in https://github.com/apache/hertzbeat/pull/1463
+* bugfix springboot3 translation by @liyin in https://github.com/apache/hertzbeat/pull/1467
+* bugfix telegram-notice can not input bot-token by @tomsun28 in https://github.com/apache/hertzbeat/pull/1465
+* feat: support hostname target by @ldysdu in https://github.com/apache/hertzbeat/pull/1455
+* add ldysdu as a contributor for code by @allcontributors in https://github.com/apache/hertzbeat/pull/1471
+* feature support snmp v3 monitoring protocol by @TJxiaobao in https://github.com/apache/hertzbeat/pull/1469
+* bugfix alarm trigger-times not work when alarm and recovered trigger cyclically by @tomsun28 in https://github.com/apache/hertzbeat/pull/1468
+* update switch monitoring metrics i18n by @tomsun28 in https://github.com/apache/hertzbeat/pull/1472
+* fixed: snmpv3 contextName bug by @TJxiaobao in https://github.com/apache/hertzbeat/pull/1473
+* Fix npt of webhook notify by @Calvin979 in https://github.com/apache/hertzbeat/pull/1474
+* hertzbeat release hertzbeat version v1.4.4 by @tomsun28 in https://github.com/apache/hertzbeat/pull/1475
+* bugfix nginx collect http deadlock error by @tomsun28 in https://github.com/apache/hertzbeat/pull/1476
+* alarm calculate ignore metrics collect code - TIMEOUT by @tomsun28 in https://github.com/apache/hertzbeat/pull/1478
## New Contributors
-* @ZY945 made their first contribution in https://github.com/dromara/hertzbeat/pull/1407
-* @prolevel1 made their first contribution in https://github.com/dromara/hertzbeat/pull/1412
-* @ZhangZixuan1994 made their first contribution in https://github.com/dromara/hertzbeat/pull/1451
-* @hurenjie1 made their first contribution in https://github.com/dromara/hertzbeat/pull/1458
-* @tslj1024 made their first contribution in https://github.com/dromara/hertzbeat/pull/1461
-* @ldysdu made their first contribution in https://github.com/dromara/hertzbeat/pull/1455
+* @ZY945 made their first contribution in https://github.com/apache/hertzbeat/pull/1407
+* @prolevel1 made their first contribution in https://github.com/apache/hertzbeat/pull/1412
+* @ZhangZixuan1994 made their first contribution in https://github.com/apache/hertzbeat/pull/1451
+* @hurenjie1 made their first contribution in https://github.com/apache/hertzbeat/pull/1458
+* @tslj1024 made their first contribution in https://github.com/apache/hertzbeat/pull/1461
+* @ldysdu made their first contribution in https://github.com/apache/hertzbeat/pull/1455
-**Full Changelog**: https://github.com/dromara/hertzbeat/compare/v1.4.3...v1.4.4
+**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.4.3...v1.4.4
----
@@ -178,33 +178,33 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
----
-**Github: https://github.com/dromara/hertzbeat**
-**Gitee: https://gitee.com/dromara/hertzbeat**
+**Github: https://github.com/apache/hertzbeat**
+**Gitee: https://gitee.com/hertzbeat/hertzbeat**
### **下载链接**
**hertzbeat server**
-- ⬇️ [hertzbeat-1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.tar.gz)
-- ⬇️ [hertzbeat-1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.zip)
-- ⬇️ [hertzbeat-linux_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-linux_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-macos_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-macos_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-windows64_1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-windows64_1.4.4.zip)
+- ⬇️ [hertzbeat-1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.tar.gz)
+- ⬇️ [hertzbeat-1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.zip)
+- ⬇️ [hertzbeat-linux_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-linux_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-macos_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-macos_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-windows64_1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-windows64_1.4.4.zip)
**hertzbeat collector**
-- ⬇️ [hertzbeat-collector-1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.zip)
-- ⬇️ [hertzbeat-collector-linux_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-linux_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_arm64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-macos_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_amd64_1.4.4.tar.gz)
-- ⬇️ [hertzbeat-collector-windows64_1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-windows64_1.4.4.zip)
+- ⬇️ [hertzbeat-collector-1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.zip)
+- ⬇️ [hertzbeat-collector-linux_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-linux_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_arm64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_arm64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-macos_amd64_1.4.4.tar.gz](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_amd64_1.4.4.tar.gz)
+- ⬇️ [hertzbeat-collector-windows64_1.4.4.zip](https://github.com/apache/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-windows64_1.4.4.zip)
**hertzbeat docker compose script**
-- ⬇️ [docker-compose](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/docker-compose.zip)
+- ⬇️ [docker-compose](https://github.com/apache/hertzbeat/releases/download/v1.4.4/docker-compose.zip)
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-04-17-to-apache.md b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-04-17-to-apache.md
new file mode 100644
index 0000000000..59a25d74cd
--- /dev/null
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-04-17-to-apache.md
@@ -0,0 +1,332 @@
+---
+title: Dromara 到 Apache,开源实时监控 HertzBeat 捐赠进入 Apache 孵化器。
+author: tom
+author_title: tom
+author_url: https://github.com/tomsun28
+author_image_url: https://avatars.githubusercontent.com/u/24788200?s=400&v=4
+tags: [opensource, practice]
+keywords: [open source monitoring system, alerting system]
+---
+
+北京时间 2024 年 4 月 5 日,开源实时监控系统 HertzBeat 正式通过 Apache 基金会的投票决议,根据 Apache 基金会邮件列表显示,HertzBeat 以 16 个约束性投票 (binging votes) 和 1 个 无约束性投票 (non-binding votes), 无弃权和反对票通过接收 HertzBeat 加入 Apache 孵化器决议。
+
+HertzBeat 于 2022 年 1 月在 Dromara 开源社区正式开源,经过两年多的社区小伙伴们的不间断项目维护迭代,持续的社区成长,现在,HertzBeat 正式官宣加入 Apache 孵化器!
+
+
+
+
+
+
+
+
+加入 Apache 孵化器不是终点,这是项目的全新起点。加入 Apache 孵化器后,在社区层面,HertzBeat 将积极践行『开放、协作』 的 Apache 之道,持续构建一个公平,多元,包容的开源社区。在开源产品层面,倾听用户声音,提升优化产品使用体验,打造对接开源生态。
+
+非常欢迎各位加入到 HertzBeat 社区,社区接受任何形式的贡献,让我们一起共同推动开源的发展,希望有朝一日 HertzBeat 能像 Apache Kafka, Apache Tomcat 这些基金会顶级项目一样,成为一款世界级的开源产品,我们所贡献的代码被部署运行在全球的各个行业,各个角落。
+
+
+## 什么是 HertzBeat
+
+[Apache HertzBeat](https://github.com/apache/hertzbeat)(Incubating) 是一个易用友好的开源实时监控告警系统,无需 Agent,高性能集群,兼容 Prometheus,提供强大的自定义监控和状态页构建能力。
+
+### 特点
+
+- 集 **监控+告警+通知** 为一体,支持对应用服务,应用程序,数据库,缓存,操作系统,大数据,中间件,Web服务器,云原生,网络,自定义等监控阈值告警通知一步到位。
+- 易用友好,无需 `Agent`,全 `WEB` 页面操作,鼠标点一点就能监控告警,零上手学习成本。
+- 将 `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 等协议规范可配置化,只需在浏览器配置监控模版 `YML` 就能使用这些协议去自定义采集想要的指标。您相信只需配置下就能立刻适配一款 `K8s` 或 `Docker` 等新的监控类型吗?
+- 兼容 `Prometheus` 的系统生态并且更多,只需页面操作就可以监控 `Prometheus` 所能监控的。
+- 高性能,支持多采集器集群横向扩展,支持多隔离网络监控,云边协同。
+- 自由的告警阈值规则,`邮件` `Discord` `Slack` `Telegram` `钉钉` `微信` `飞书` `短信` `Webhook` `Server酱` 等方式消息及时送达。
+- 提供强大的状态页构建能力,轻松向用户传达您产品服务的实时状态。
+
+
+> `HertzBeat`的强大自定义,多类型支持,高性能,易扩展,低耦合,希望能帮助用户快速搭建自有监控系统。
+
+## HertzBeat 发展现状
+
+HertzBeat 开源以来主仓库在 GitHub 累计收获 **4.5K+** star, Gitee **2.4K+** star, 累计发布版本 **20** 次,统计的软件安装包 DockerHub 等下载安装量累计超 **100K+** ,社区参与代码贡献人数 **180** 人,项目和社区的不断完善进步, 由衷的感谢每位贡献者的努力和付出💗。
+
+
+## 社区小伙伴们
+
+> 谢谢这些可爱的贡献者们。
+
+
+