|
|
@@ -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)** 。
|
|
|
> 希望大家多多支持点赞,非常感谢。
|
|
|
|
|
|
## 🎡 <font color="green">介绍</font>
|
|
|
|
|
|
-> [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 或 扫描下面账号二维码拉您进微信群。
|
|
|
-<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/help/tan-cloud-wechat.jpg" width="200"/>
|
|
|
+<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/dromara/hertzbeat@gh-pages/img/docs/help/tan-cloud-wechat.jpg" width="200"/>
|
|
|
|
|
|
##### QQ交流群
|
|
|
|
|
|
加QQ群号 718618151 或 扫描下面的群二维码进群, 验证信息: tancloud
|
|
|
|
|
|
-<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/help/qq-qr.jpg" width="200"/>
|
|
|
+<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/dromara/hertzbeat@gh-pages/img/docs/help/qq-qr.jpg" width="200"/>
|
|
|
|
|
|
##### 社区交流网站
|
|
|
|