diff --git a/README.md b/README.md
index db997f8..b4f7c23 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-## HertzBeat 赫兹节拍
+## HertzBeat 赫兹跳动
> 易用友好的高性能监控告警系统。
-
-
-
-
-
-
-
+
+
+
+
+
+
+
**官网: [hertzbeat.com](https://hertzBeat.com) | [tancloud.cn](https://tancloud.cn)**
@@ -17,13 +17,13 @@
> 毕业后投入很多业余时间也做了一些开源项目,[Sureness](https://github.com/dromara/sureness), [Bootshiro](https://gitee.com/tomsun28/bootshiro), [Issues-translate-action](https://github.com/usthe/issues-translate-action) ,
> 当时上班有空就回答网友问题,下班回家写开源代码,远程帮人看问题,还总感觉时间不够用,当时想如果不去上班能做自己热爱的该多好。
> 想着年轻就要折腾,何况还是自己很想做的。于是乎,21年底我放弃激励裸辞开始全职开源了(这里感谢老婆大人的全力支持),也是第一次全职创业。
-> 在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标,拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹节拍。
+> 在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标,拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹跳动。
> 想到很多开发者和团队拥有云上资源,可能只需要使用监控服务而不想部署监控系统,我们也提供了可以直接登陆使用的SAAS云监控版本- **[TanCloud探云](https://console.tancloud.cn)** 。
> 希望大家多多支持点赞,非常感谢。
## 🎡 介绍
-> [HertzBeat赫兹节拍](https://github.com/usthe/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 我们也提供了对应的 **[SAAS版本监控云](https://console.tancloud.cn)**,中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,**[登陆即可免费开始](https://console.tancloud.cn)**。
> HertzBeat 支持[自定义监控](https://hertzbeat.com/docs/advanced/extend-point) ,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -41,20 +41,20 @@
## 🥐 模块
-- **[manager](https://github.com/usthe/HertzBeat/tree/master/manager)** 提供监控管理,系统管理基础服务
+- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** 提供监控管理,系统管理基础服务
> 提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
-- **[collector](https://github.com/usthe/HertzBeat/tree/master/collector)** 提供监控数据采集服务
+- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** 提供监控数据采集服务
> 使用通用协议远程采集获取对端指标数据。
-- **[scheduler](https://github.com/usthe/HertzBeat/tree/master/scheduler)** 提供监控任务调度服务
+- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** 提供监控任务调度服务
> 采集任务管理,一次性任务和周期性任务的调度分发。
-- **[warehouse](https://github.com/usthe/HertzBeat/tree/master/warehouse)** 提供监控数据仓储服务
+- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** 提供监控数据仓储服务
> 采集指标结果数据管理,数据落盘,查询,计算统计。
-- **[alerter](https://github.com/usthe/HertzBeat/tree/master/alerter)** 提供告警服务
+- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** 提供告警服务
> 告警计算触发,监控状态联动,告警配置,告警通知。
-- **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
+- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** 提供可视化控制台页面
> 监控告警系统可视化控制台前端
-
+
## 🐕 快速开始
@@ -70,7 +70,7 @@
1. docker安装MYSQl
`docker run -d --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql`
2. 创建名称为hertzbeat的数据库
-3. 执行位于项目仓库/script/sql/目录下的数据库脚本 [schema.sql](https://gitee.com/usthe/hertzbeat/raw/master/script/sql/schema.sql)
+3. 执行位于项目仓库/script/sql/目录下的数据库脚本 [schema.sql](https://gitee.com/dromara/hertzbeat/raw/master/script/sql/schema.sql)
详细步骤参考 [依赖服务MYSQL安装初始化](https://hertzbeat.com/docs/start/mysql-init)
@@ -90,7 +90,7 @@
详细步骤参考 [通过Docker方式安装HertzBeat](https://hertzbeat.com/docs/start/docker-deploy)
##### 通过安装包安装
-1. 下载您系统环境对应的安装包 [GITEE Release](https://gitee.com/usthe/hertzbeat/releases) [GITHUB Release](https://github.com/usthe/hertzbeat/releases)
+1. 下载您系统环境对应的安装包 [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
2. 配置HertzBeat的配置文件 hertz-beat/config/application.yml
3. 部署启动 `$ ./startup.sh `
@@ -103,13 +103,13 @@
##### 微信交流群
加微信号 tan-cloud 或 扫描下面账号二维码拉您进微信群。
-
+
##### QQ交流群
加QQ群号 718618151 或 扫描下面的群二维码进群, 验证信息: tancloud
-
+
##### 社区交流网站
diff --git a/home/blog/2022-01-30-hertz-beat.md b/home/blog/2022-01-30-hertz-beat.md
index cf0be56..8a5d349 100644
--- a/home/blog/2022-01-30-hertz-beat.md
+++ b/home/blog/2022-01-30-hertz-beat.md
@@ -1,5 +1,5 @@
---
-title: 开源监控系统HertzBeat赫兹节拍
+title: 开源监控系统HertzBeat赫兹跳动
author: tom
author_title: Tancloud
author_url: https://github.com/tomsun28
@@ -9,26 +9,26 @@ tags: [integrate]
> 易用友好的高性能监控告警系统。
-
-
-
-
-
-
-
+
+
+
+
+
+
+
## 📫 前言
> 毕业后投入很多业余时间也做了一些开源项目,[Sureness](https://github.com/dromara/sureness) [Bootshiro](https://gitee.com/tomsun28/bootshiro) [Issues-translate-action](https://github.com/usthe/issues-translate-action) ,
> 当时上班有空就回答网友问题,下班回家写开源代码,远程帮人看问题,还总感觉时间不够用,当时想如果不去上班能做自己热爱的该多好。
> 年轻就要折腾,何况还是自己很想做的。于是乎,21年底我放弃激励裸辞开始全职开源了(这里感谢老婆大人的全力支持),也是第一次全职创业。
-> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹节拍。
+> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹跳动。
> 想到很多开发者和团队拥有云上资源,可能只需要使用监控服务而并不想部署监控系统,我们也提供了可以直接登陆使用的SAAS云监控版本-[TanCloud探云](https://console.tancloud.cn)。
> 希望大家多多支持点赞,非常感谢。
## 🎡 介绍
-> [HertzBeat赫兹节拍](https://github.com/usthe/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -41,17 +41,17 @@ tags: [integrate]
## 🥐 模块
-- **[manager](https://github.com/usthe/HertzBeat/tree/master/manager)** 提供监控管理,系统管理基础服务
+- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** 提供监控管理,系统管理基础服务
> 提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
-- **[collector](https://github.com/usthe/HertzBeat/tree/master/collector)** 提供监控数据采集服务
+- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** 提供监控数据采集服务
> 使用通用协议远程采集获取对端指标数据。
-- **[scheduler](https://github.com/usthe/HertzBeat/tree/master/scheduler)** 提供监控任务调度服务
+- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** 提供监控任务调度服务
> 采集任务管理,一次性任务和周期性任务的调度分发。
-- **[warehouse](https://github.com/usthe/HertzBeat/tree/master/warehouse)** 提供监控数据仓储服务
+- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** 提供监控数据仓储服务
> 采集指标结果数据管理,数据落盘,查询,计算统计。
-- **[alerter](https://github.com/usthe/HertzBeat/tree/master/alerter)** 提供告警服务
+- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** 提供告警服务
> 告警计算触发,监控状态联动,告警配置,告警通知。
-- **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
+- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** 提供可视化控制台页面
> 监控告警系统可视化控制台前端(angular+ts+zorro)

diff --git a/home/docs/introduce.md b/home/docs/introduce.md
index 1f71f98..0fe5995 100644
--- a/home/docs/introduce.md
+++ b/home/docs/introduce.md
@@ -1,32 +1,32 @@
---
id: introduce
-title: HertzBeat赫兹节拍
+title: HertzBeat赫兹跳动
sidebar_label: 介绍
slug: /
---
> 易用友好的高性能监控告警系统。
-
-
-
-
-
-
-
+
+
+
+
+
+
+
## 📫 前言
> 毕业后投入很多业余时间也做了一些开源项目,[Sureness](https://github.com/dromara/sureness) [Bootshiro](https://gitee.com/tomsun28/bootshiro) [Issues-translate-action](https://github.com/usthe/issues-translate-action) ,
> 当时上班有空就回答网友问题,下班回家写开源代码,远程帮人看问题,还总感觉时间不够用,当时想如果不去上班能做自己热爱的该多好。
> 年轻就要折腾,何况还是自己很想做的。于是乎,21年底我放弃激励裸辞开始全职开源了(这里感谢老婆大人的全力支持),也是第一次全职创业。
-> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹节拍。
+> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹跳动。
> 想到很多开发者和团队拥有云上资源,可能只需要使用监控服务而并不想部署监控系统,我们也提供了可以直接登陆使用的SAAS云监控版本-[TanCloud探云](https://console.tancloud.cn)。
> 希望大家多多支持点赞,非常感谢。
## 🎡 介绍
-> [HertzBeat赫兹节拍](https://github.com/usthe/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -39,17 +39,17 @@ slug: /
## 🥐 模块
-- **[manager](https://github.com/usthe/HertzBeat/tree/master/manager)** 提供监控管理,系统管理基础服务
+- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** 提供监控管理,系统管理基础服务
> 提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
-- **[collector](https://github.com/usthe/HertzBeat/tree/master/collector)** 提供监控数据采集服务
+- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** 提供监控数据采集服务
> 使用通用协议远程采集获取对端指标数据。
-- **[scheduler](https://github.com/usthe/HertzBeat/tree/master/scheduler)** 提供监控任务调度服务
+- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** 提供监控任务调度服务
> 采集任务管理,一次性任务和周期性任务的调度分发。
-- **[warehouse](https://github.com/usthe/HertzBeat/tree/master/warehouse)** 提供监控数据仓储服务
+- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** 提供监控数据仓储服务
> 采集指标结果数据管理,数据落盘,查询,计算统计。
-- **[alerter](https://github.com/usthe/HertzBeat/tree/master/alerter)** 提供告警服务
+- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** 提供告警服务
> 告警计算触发,监控状态联动,告警配置,告警通知。
-- **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
+- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** 提供可视化控制台页面
> 监控告警系统可视化控制台前端(angular+ts+zorro)

diff --git a/home/docs/others/contact.md b/home/docs/others/contact.md
index 5078d5b..9ba104d 100644
--- a/home/docs/others/contact.md
+++ b/home/docs/others/contact.md
@@ -7,19 +7,19 @@ sidebar_label: 交流联系
## BUG问题报告,功能建议相关建议通过仓库ISSUE
-[GITEE仓库ISSUES](https://gitee.com/usthe/hertzbeat/issues)
-[GITHUB仓库ISSUES](https://github.com/usthe/hertzbeat/issues)
+[GITEE仓库ISSUES](https://gitee.com/dromara/hertzbeat/issues)
+[GITHUB仓库ISSUES](https://github.com/dromara/hertzbeat/issues)
## 微信交流群
加微信号 tan-cloud 或 扫描下面账号二维码拉您进微信群。
-
+
## QQ交流群
加QQ群号 718618151 或 扫描下面的群二维码进群, 验证信息: tancloud
-
+
## 社区交流网站
diff --git a/home/docs/others/design.md b/home/docs/others/design.md
index 0cfb584..5dd84de 100644
--- a/home/docs/others/design.md
+++ b/home/docs/others/design.md
@@ -6,7 +6,7 @@ sidebar_label: 设计文档
### HertzBeat架构
-
+
### TanCloud架构
diff --git a/home/docs/others/resource.md b/home/docs/others/resource.md
index ebea973..d015528 100644
--- a/home/docs/others/resource.md
+++ b/home/docs/others/resource.md
@@ -10,10 +10,10 @@ sidebar_label: 相关资源

-下载: [SVG](https://gitee.com/usthe/hertzbeat/raw/master/home/static/img/tancloud-logo.svg) [JPG](https://gitee.com/usthe/hertzbeat/raw/master/home/static/img/tancloud-logo.jpg)
+下载: [SVG](https://gitee.com/dromara/hertzbeat/raw/master/home/static/img/tancloud-logo.svg) [JPG](https://gitee.com/dromara/hertzbeat/raw/master/home/static/img/tancloud-logo.jpg)
### TANCLOUD 品牌 LOGO

-下载: [SVG](https://gitee.com/usthe/hertzbeat/raw/master/home/static/img/tancloud-brand.svg) [JPG](https://gitee.com/usthe/hertzbeat/raw/master/home/static/img/tancloud-brand.jpg)
+下载: [SVG](https://gitee.com/dromara/hertzbeat/raw/master/home/static/img/tancloud-brand.svg) [JPG](https://gitee.com/dromara/hertzbeat/raw/master/home/static/img/tancloud-brand.jpg)
diff --git a/home/docs/others/sponsor.md b/home/docs/others/sponsor.md
index b5ff5ef..5629e0a 100644
--- a/home/docs/others/sponsor.md
+++ b/home/docs/others/sponsor.md
@@ -9,7 +9,7 @@ sidebar_label: 赞助
### 微信支付宝
-
+
### paypal
diff --git a/home/docs/start/docker-deploy.md b/home/docs/start/docker-deploy.md
index 166362c..136d5e4 100644
--- a/home/docs/start/docker-deploy.md
+++ b/home/docs/start/docker-deploy.md
@@ -21,7 +21,7 @@ sidebar_label: Docker方式部署
```
3. 配置HertzBeat的配置文件
在主机目录下创建application.yml,eg:/opt/application.yml
- 配置文件内容参考 项目仓库[/script/application.yml](https://gitee.com/usthe/hertzbeat/raw/master/script/application.yml),需要替换里面的MYSQL服务和TDengine服务参数,IP端口账户密码(若使用邮件告警,需替换里面的邮件服务器参数)
+ 配置文件内容参考 项目仓库[/script/application.yml](https://gitee.com/dromara/hertzbeat/raw/master/script/application.yml),需要替换里面的MYSQL服务和TDengine服务参数,IP端口账户密码(若使用邮件告警,需替换里面的邮件服务器参数)
具体替换参数如下:
```
spring.datasource.url
diff --git a/home/docs/start/mysql-init.md b/home/docs/start/mysql-init.md
index ed7eb67..6062936 100644
--- a/home/docs/start/mysql-init.md
+++ b/home/docs/start/mysql-init.md
@@ -25,6 +25,6 @@ MYSQL是一款值得信赖的关系型数据库,HertzBeat使用其存储监控
### SQL脚本执行
1. 进入MYSQL或使用客户端连接MYSQL服务
2. 创建名称为hertzbeat的数据库
-3. 执行位于项目仓库/script/sql/目录下的数据库建表初始化脚本 [schema.sql](https://gitee.com/usthe/hertzbeat/raw/master/script/sql/schema.sql)
+3. 执行位于项目仓库/script/sql/目录下的数据库建表初始化脚本 [schema.sql](https://gitee.com/dromara/hertzbeat/raw/master/script/sql/schema.sql)
4. 查看hertzbeat数据库是否成功建表
diff --git a/home/docs/start/package-deploy.md b/home/docs/start/package-deploy.md
index 013074b..f3ac6dd 100644
--- a/home/docs/start/package-deploy.md
+++ b/home/docs/start/package-deploy.md
@@ -17,8 +17,8 @@ sidebar_label: 安装包方式部署
```
2. 下载HertzBeat安装包
下载您系统环境对应的安装包
- - 从[GITEE Release](https://gitee.com/usthe/hertzbeat/releases) 仓库下载
- - 从[GITHUB Release](https://github.com/usthe/hertzbeat/releases) 仓库下载
+ - 从[GITEE Release](https://gitee.com/dromara/hertzbeat/releases) 仓库下载
+ - 从[GITHUB Release](https://github.com/dromara/hertzbeat/releases) 仓库下载
3. 配置HertzBeat的配置文件
解压安装包到主机 eg: /opt/hertz-beat
diff --git a/home/docs/start/quickstart.md b/home/docs/start/quickstart.md
index 277abb6..e258efd 100644
--- a/home/docs/start/quickstart.md
+++ b/home/docs/start/quickstart.md
@@ -17,7 +17,7 @@ sidebar_label: 快速开始
1. docker安装MYSQl
`docker run -d --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql`
2. 创建名称为hertzbeat的数据库
-3. 执行位于项目仓库/script/sql/目录下的数据库脚本 [schema.sql](https://gitee.com/usthe/hertzbeat/raw/master/script/sql/schema.sql)
+3. 执行位于项目仓库/script/sql/目录下的数据库脚本 [schema.sql](https://gitee.com/dromara/hertzbeat/raw/master/script/sql/schema.sql)
详细步骤参考 [依赖服务MYSQL安装初始化](mysql-init.md)
@@ -37,7 +37,7 @@ sidebar_label: 快速开始
详细步骤参考 [通过Docker方式安装HertzBeat](docker-deploy.md)
#### 通过安装包安装
-1. 下载您系统环境对应的安装包 [GITEE Release](https://gitee.com/usthe/hertzbeat/releases) [GITHUB Release](https://github.com/usthe/hertzbeat/releases)
+1. 下载您系统环境对应的安装包 [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
2. 配置HertzBeat的配置文件 hertz-beat/config/application.yml
3. 部署启动 `$ ./startup.sh `
diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js
index 581418c..c3758a8 100644
--- a/home/docusaurus.config.js
+++ b/home/docusaurus.config.js
@@ -1,10 +1,10 @@
const path = require('path')
-const organizationName = 'usthe' // Usually your GitHub org/user name.
+const organizationName = 'dromara' // Usually your GitHub org/user name.
const projectName = 'hertzbeat' // Usually your repo name.
const branch = 'master'
-const repoUrl = `https://github.com/usthe/${projectName}`
-const cdnUrl = 'https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/'
+const repoUrl = `https://github.com/dromara/${projectName}`
+const cdnUrl = 'https://cdn.jsdelivr.net/gh/dromara/hertzbeat@gh-pages/'
module.exports = {
title: 'TANCLOUD探云',
@@ -60,7 +60,7 @@ module.exports = {
announcementBar: {
id: "github-star",
content:
- '如果您喜欢TANCLOUD的开源产品HertzBeat, 欢迎在 GitHub 或 Gitee 给我们点赞! ⭐️',
+ '如果您喜欢TANCLOUD的开源产品HertzBeat, 欢迎在 GitHub 或 Gitee 给我们点赞! ⭐️',
backgroundColor: '#7228B5',
textColor: '#fafbfc',
isCloseable: true,
@@ -148,7 +148,7 @@ module.exports = {
],
},
{
- title: '探云科技',
+ title: 'TanCloud探云',
items: [
{
label: '交流联系',
@@ -159,11 +159,11 @@ module.exports = {
href: 'https://support.qq.com/products/379369',
},
{
- label: 'TANCLOUD探云',
+ label: 'TanCloud探云',
href: 'https://tancloud.cn',
},
{
- label: 'HertzBeat赫兹节拍',
+ label: 'HertzBeat赫兹跳动',
href: 'https://hertzbeat.com',
},
],
@@ -173,11 +173,11 @@ module.exports = {
items: [
{
label: 'Github仓库',
- href: 'https://github.com/usthe/hertzbeat',
+ href: 'https://github.com/dromara/hertzbeat',
},
{
label: 'Gitee仓库',
- href: 'https://gitee.com/usthe/hertzbeat',
+ href: 'https://gitee.com/dromara/hertzbeat',
},
{
label: '相关资源',
diff --git a/home/i18n/en/docusaurus-plugin-content-blog/2022-01-30-hertz-beat.md b/home/i18n/en/docusaurus-plugin-content-blog/2022-01-30-hertz-beat.md
index bab448a..1743a8d 100644
--- a/home/i18n/en/docusaurus-plugin-content-blog/2022-01-30-hertz-beat.md
+++ b/home/i18n/en/docusaurus-plugin-content-blog/2022-01-30-hertz-beat.md
@@ -10,26 +10,26 @@ tags: [integrate]
> 易用友好的高性能监控告警系统。
-
-
-
-
-
-
-
+
+
+
+
+
+
+
## 📫 前言
> 毕业后投入很多业余时间也做了一些开源项目,[Sureness](https://github.com/dromara/sureness) [Bootshiro](https://gitee.com/tomsun28/bootshiro) [Issues-translate-action](https://github.com/usthe/issues-translate-action) ,
> 当时上班有空就回答网友问题,下班回家写开源代码,远程帮人看问题,还总感觉时间不够用,当时想如果不去上班能做自己热爱的该多好。
> 年轻就要折腾,何况还是自己很想做的。于是乎,21年底我放弃激励裸辞开始全职开源了(这里感谢老婆大人的全力支持),也是第一次全职创业。
-> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹节拍。
+> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹跳动。
> 想到很多开发者和团队拥有云上资源,可能只需要使用监控服务而并不想部署监控系统,我们也提供了可以直接登陆使用的SAAS云监控版本-[TanCloud探云](https://console.tancloud.cn)。
> 希望大家多多支持点赞,非常感谢。
## 🎡 介绍
-> [HertzBeat赫兹节拍](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -42,17 +42,17 @@ tags: [integrate]
## 🥐 模块
-- **[manager](https://github.com/usthe/HertzBeat/tree/master/manager)** 提供监控管理,系统管理基础服务
+- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** 提供监控管理,系统管理基础服务
> 提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
-- **[collector](https://github.com/usthe/HertzBeat/tree/master/collector)** 提供监控数据采集服务
+- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** 提供监控数据采集服务
> 使用通用协议远程采集获取对端指标数据。
-- **[scheduler](https://github.com/usthe/HertzBeat/tree/master/scheduler)** 提供监控任务调度服务
+- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** 提供监控任务调度服务
> 采集任务管理,一次性任务和周期性任务的调度分发。
-- **[warehouse](https://github.com/usthe/HertzBeat/tree/master/warehouse)** 提供监控数据仓储服务
+- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** 提供监控数据仓储服务
> 采集指标结果数据管理,数据落盘,查询,计算统计。
-- **[alerter](https://github.com/usthe/HertzBeat/tree/master/alerter)** 提供告警服务
+- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** 提供告警服务
> 告警计算触发,监控状态联动,告警配置,告警通知。
-- **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
+- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** 提供可视化控制台页面
> 监控告警系统可视化控制台前端(angular+ts+zorro)

diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/introduce.md b/home/i18n/en/docusaurus-plugin-content-docs/current/introduce.md
index ef6fef9..a754e0f 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/current/introduce.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/current/introduce.md
@@ -1,32 +1,32 @@
---
id: introduce
-title: HertzBeat赫兹节拍
+title: HertzBeat赫兹跳动
sidebar_label: 介绍
slug: /
---
> 易用友好的高性能监控告警系统。
-
-
-
-
-
-
-
+
+
+
+
+
+
+
## 📫 前言
> 毕业后投入很多业余时间也做了一些开源项目,[Sureness](https://github.com/dromara/sureness) [Bootshiro](https://gitee.com/tomsun28/bootshiro) [Issues-translate-action](https://github.com/usthe/issues-translate-action) ,
> 当时上班有空就回答网友问题,下班回家写开源代码,远程帮人看问题,还总感觉时间不够用,当时想如果不去上班能做自己热爱的该多好。
> 年轻就要折腾,何况还是自己很想做的。于是乎,21年底我放弃激励裸辞开始全职开源了(这里感谢老婆大人的全力支持),也是第一次全职创业。
-> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹节拍。
+> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹跳动。
> 想到很多开发者和团队拥有云上资源,可能只需要使用监控服务而并不想部署监控系统,我们也提供了可以直接登陆使用的SAAS云监控版本-[TanCloud探云](https://console.tancloud.cn)。
> 希望大家多多支持点赞,非常感谢。
## 🎡 介绍
-> [HertzBeat赫兹节拍](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
@@ -39,17 +39,17 @@ slug: /
## 🥐 模块
-- **[manager](https://github.com/usthe/HertzBeat/tree/master/manager)** 提供监控管理,系统管理基础服务
+- **[manager](https://github.com/dromara/hertzbeat/tree/master/manager)** 提供监控管理,系统管理基础服务
> 提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
-- **[collector](https://github.com/usthe/HertzBeat/tree/master/collector)** 提供监控数据采集服务
+- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** 提供监控数据采集服务
> 使用通用协议远程采集获取对端指标数据。
-- **[scheduler](https://github.com/usthe/HertzBeat/tree/master/scheduler)** 提供监控任务调度服务
+- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** 提供监控任务调度服务
> 采集任务管理,一次性任务和周期性任务的调度分发。
-- **[warehouse](https://github.com/usthe/HertzBeat/tree/master/warehouse)** 提供监控数据仓储服务
+- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** 提供监控数据仓储服务
> 采集指标结果数据管理,数据落盘,查询,计算统计。
-- **[alerter](https://github.com/usthe/HertzBeat/tree/master/alerter)** 提供告警服务
+- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** 提供告警服务
> 告警计算触发,监控状态联动,告警配置,告警通知。
-- **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
+- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** 提供可视化控制台页面
> 监控告警系统可视化控制台前端(angular+ts+zorro)

diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/start/docker-deploy.md b/home/i18n/en/docusaurus-plugin-content-docs/current/start/docker-deploy.md
index 166362c..136d5e4 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/current/start/docker-deploy.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/current/start/docker-deploy.md
@@ -21,7 +21,7 @@ sidebar_label: Docker方式部署
```
3. 配置HertzBeat的配置文件
在主机目录下创建application.yml,eg:/opt/application.yml
- 配置文件内容参考 项目仓库[/script/application.yml](https://gitee.com/usthe/hertzbeat/raw/master/script/application.yml),需要替换里面的MYSQL服务和TDengine服务参数,IP端口账户密码(若使用邮件告警,需替换里面的邮件服务器参数)
+ 配置文件内容参考 项目仓库[/script/application.yml](https://gitee.com/dromara/hertzbeat/raw/master/script/application.yml),需要替换里面的MYSQL服务和TDengine服务参数,IP端口账户密码(若使用邮件告警,需替换里面的邮件服务器参数)
具体替换参数如下:
```
spring.datasource.url
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/start/mysql-init.md b/home/i18n/en/docusaurus-plugin-content-docs/current/start/mysql-init.md
index ed7eb67..6062936 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/current/start/mysql-init.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/current/start/mysql-init.md
@@ -25,6 +25,6 @@ MYSQL是一款值得信赖的关系型数据库,HertzBeat使用其存储监控
### SQL脚本执行
1. 进入MYSQL或使用客户端连接MYSQL服务
2. 创建名称为hertzbeat的数据库
-3. 执行位于项目仓库/script/sql/目录下的数据库建表初始化脚本 [schema.sql](https://gitee.com/usthe/hertzbeat/raw/master/script/sql/schema.sql)
+3. 执行位于项目仓库/script/sql/目录下的数据库建表初始化脚本 [schema.sql](https://gitee.com/dromara/hertzbeat/raw/master/script/sql/schema.sql)
4. 查看hertzbeat数据库是否成功建表
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/start/package-deploy.md b/home/i18n/en/docusaurus-plugin-content-docs/current/start/package-deploy.md
index 013074b..f3ac6dd 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/current/start/package-deploy.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/current/start/package-deploy.md
@@ -17,8 +17,8 @@ sidebar_label: 安装包方式部署
```
2. 下载HertzBeat安装包
下载您系统环境对应的安装包
- - 从[GITEE Release](https://gitee.com/usthe/hertzbeat/releases) 仓库下载
- - 从[GITHUB Release](https://github.com/usthe/hertzbeat/releases) 仓库下载
+ - 从[GITEE Release](https://gitee.com/dromara/hertzbeat/releases) 仓库下载
+ - 从[GITHUB Release](https://github.com/dromara/hertzbeat/releases) 仓库下载
3. 配置HertzBeat的配置文件
解压安装包到主机 eg: /opt/hertz-beat
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/start/quickstart.md b/home/i18n/en/docusaurus-plugin-content-docs/current/start/quickstart.md
index 277abb6..e258efd 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/current/start/quickstart.md
+++ b/home/i18n/en/docusaurus-plugin-content-docs/current/start/quickstart.md
@@ -17,7 +17,7 @@ sidebar_label: 快速开始
1. docker安装MYSQl
`docker run -d --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql`
2. 创建名称为hertzbeat的数据库
-3. 执行位于项目仓库/script/sql/目录下的数据库脚本 [schema.sql](https://gitee.com/usthe/hertzbeat/raw/master/script/sql/schema.sql)
+3. 执行位于项目仓库/script/sql/目录下的数据库脚本 [schema.sql](https://gitee.com/dromara/hertzbeat/raw/master/script/sql/schema.sql)
详细步骤参考 [依赖服务MYSQL安装初始化](mysql-init.md)
@@ -37,7 +37,7 @@ sidebar_label: 快速开始
详细步骤参考 [通过Docker方式安装HertzBeat](docker-deploy.md)
#### 通过安装包安装
-1. 下载您系统环境对应的安装包 [GITEE Release](https://gitee.com/usthe/hertzbeat/releases) [GITHUB Release](https://github.com/usthe/hertzbeat/releases)
+1. 下载您系统环境对应的安装包 [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
2. 配置HertzBeat的配置文件 hertz-beat/config/application.yml
3. 部署启动 `$ ./startup.sh `
diff --git a/home/src/constants.js b/home/src/constants.js
index 17edb87..4fe0fb6 100644
--- a/home/src/constants.js
+++ b/home/src/constants.js
@@ -51,8 +51,8 @@ export const features = [{
description: (
<>
HertzBeat Github 代码仓库,
- gitee: HertzBeat Gitee 代码仓库,
+ github: HertzBeat Github 代码仓库,
+ gitee: HertzBeat Gitee 代码仓库,
br:
}}>
{'TANCLOUD监控系统代码开源,非常欢迎任何对此有兴趣的同学参与中来,我们一起进步,丰富的资源文档正在完善中。{br}' +
diff --git a/home/src/pages/components/LogoCarousel.js b/home/src/pages/components/LogoCarousel.js
index be5381f..d0116b8 100644
--- a/home/src/pages/components/LogoCarousel.js
+++ b/home/src/pages/components/LogoCarousel.js
@@ -4,7 +4,7 @@ import styles from './LogoCarousel.module.css'
const INTERVAL_LENGTH = 5000
const LOGO_WIDTH = 150
-const cdnUrl = 'https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/icons/'
+const cdnUrl = 'https://cdn.jsdelivr.net/gh/dromara/hertzbeat@gh-pages/img/icons/'
let ticks = 0
diff --git a/web-app/src/app/layout/basic/basic.component.ts b/web-app/src/app/layout/basic/basic.component.ts
index 07d1c7e..13e7ebd 100644
--- a/web-app/src/app/layout/basic/basic.component.ts
+++ b/web-app/src/app/layout/basic/basic.component.ts
@@ -8,12 +8,12 @@ import { environment } from '@env/environment';
template: `
-
+
-
+
diff --git a/web-app/src/app/layout/passport/passport.component.html b/web-app/src/app/layout/passport/passport.component.html
index 5c425b3..d041da6 100644
--- a/web-app/src/app/layout/passport/passport.component.html
+++ b/web-app/src/app/layout/passport/passport.component.html
@@ -13,7 +13,7 @@
Copyright
2021
探云 tancloud.cn |
- 赫兹节拍 hertzbeat.com
+ 赫兹跳动 hertzbeat.com