mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
translate some hertzbeat blog (#1635)
Co-authored-by: 东风 <zhangyang_2002@foxmail.com>
This commit is contained in:
@@ -1,92 +1,86 @@
|
||||
---
|
||||
title: HertzBeat入GVP啦,并 v1.0.beta.7 发布,易用友好的实时监控工具
|
||||
title: HertzBeat Enters GVP and Releases v1.0.beta.7, An Easy-to-Use, Friendly Real-time Monitoring Tool
|
||||
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]
|
||||
tags: [opensource]
|
||||
---
|
||||
|
||||
HertzBeat is an open-source monitoring and alerting project incubated by Dromara. It supports various types of monitoring, including websites, APIs, PING, ports, databases, the entire site, operating systems, etc., with threshold alerts, notification alerts (email, webhook, DingTalk, WeChat Work, Lark robots), and a user-friendly visual interface.
|
||||
|
||||
HertzBeat赫兹跳动 是一个由Dromara孵化的支持网站,API,PING,端口,数据库,全站,操作系统等监控类型,支持阈值告警,告警通知(邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
|
||||
We're excited to announce that HertzBeat has been designated as a GVP - Gitee's Most Valuable Open Source Project!
|
||||
|
||||
很高兴Hertzbeat被评定为GVP - Gitee最有价值开源项目!
|
||||

|
||||
|
||||
Brothers, help us STAR on Gitee, let's go! https://gitee.com/dromara/hertzbeat
|
||||
|
||||

|
||||
Official Website: hertzbeat.com | tancloud.cn
|
||||
|
||||
老哥们帮忙在Gitee STAR起来,冲!https://gitee.com/dromara/hertzbeat
|
||||
Let's talk about the latest version. Looking at so many features, simply put, the main updates are:
|
||||
|
||||
官网:hertzbeat.com | tancloud.cn
|
||||
- Support for ORACLE database monitoring, including basic information, tablespace, connection count, TPS, QPS, etc.
|
||||
- Support for LINUX's CPU utilization rate, memory utilization rate, disk occupation related indicators, making LINUX monitoring more aligned with actual business needs.
|
||||
- Front-end parameters now support KEY-VALUE. We can configure HTTP Headers and similar parameters on the page. Additionally, the parameter configuration has been optimized and revamped, hiding less commonly used alarm parameters for a cleaner look. Support for Windows batch startup scripts has also been added. The rest includes stability enhancements and some other minor fixes and requests.
|
||||
|
||||
然后来说说最新的版本,这个版本看这么多feature,其实简单来说主要是这几个
|
||||
Version Features:
|
||||
|
||||
支持了ORACLE数据库的监控,包括ORACLE的基本信息,表空间,连接数,TPS,QPS等指标
|
||||
1. Feature: Support for ORACLE database monitoring type-xgf, contributed by @gf-8, thanks.
|
||||
2. Feature: ORACLE monitoring supports tablespaces, connections, qps, tps indicators.
|
||||
3. Feature: LINUX monitoring supports setting timeout (#49).
|
||||
4. Feature: Check if the website SSL certificate is expired (#50), suggested by @weihongbin, thanks.
|
||||
5. Feature: Page configuration parameters support KEY-VALUE array (#57).
|
||||
6. Feature: API and website monitoring support page configuration Headers and Params (#58)(#59).
|
||||
7. Feature: API and website monitoring support page configuration basic auth, digest auth (#60).
|
||||
8. Feature: HTTP port changes to 443 or 80 depending on whether SSL is enabled (#61).
|
||||
9. Feature: Change default timeout from 3000 milliseconds to 6000 milliseconds (#55).
|
||||
10. Feature: Make TDengine optional, not required (#62).
|
||||
11. Feature: Support win bat service (#65).
|
||||
12. Feature: Support hide advanced params define (#68).
|
||||
13. Feature: Enable auto-redirect when 301 302 http code (#69).
|
||||
14. Feature: Only collect available metrics when detect (#70).
|
||||
15. Feature: [website api]monitor support keyword match (#72).
|
||||
16. Feature: Support LINUX cpu usage, memory usage, disk free (#76).
|
||||
|
||||
支持了LINUX的CPU利用率,内存利用率,磁盘占用相关指标,使LINUX监控贴合实际业务
|
||||
BUG Fixes:
|
||||
1. Add SQLServer related documentation, fix connection metrics failing to store in TDengine (#41).
|
||||
2. Use Docker to deploy TDengine, opening TCP access port!16 contributed by @老姜bei, thanks.
|
||||
3. Supplement Sureness configuration documentation to avoid misconfiguration leading to authority exceptions.
|
||||
4. Bugfix: monitors always timeout alert (#67).
|
||||
5. Code format and optimization contributed by @学习代码的小白, thanks.
|
||||
6. Bugfix: remove oracle field - database_type due 11g not support contributed by @syongaaa, thanks.
|
||||
7. Bugfix: fix Linux interface metrics no instance (#75).
|
||||
|
||||
还有前端参数支持了KEY-VALUE,以后我们就可以在页面上配置HTTP Headers等类似参数了,还有就是参数配置那优化改版,把非常用告警参数隐藏起来了,稍微好看些,然后支持了windows下bat启动脚本,更多的就是稳定性的提升和一些其它的小修复小需求啦!
|
||||
|
||||
|
||||
|
||||
版本特性:
|
||||
|
||||
1. feature 支持oracle数据库监控类型-xgf 由 @gf-8 贡献 thanks
|
||||
2. feature oracle监控支持tablespace,连接数,qps,tps等指标
|
||||
3. feature linux监控支持设置超时时间 (#49)
|
||||
4. feature 检测网站SSL证书是否过期 (#50) 由 @weihongbin 提出 thanks
|
||||
5. feature 页面配置参数支持KEY-VALUE数组(#57)
|
||||
6. feature API和网站监控支持页面配置Headers和Params (#58)(#59)
|
||||
7. feature API和网站监控支持页面配置 basic auth, digest auth (#60)
|
||||
8. feature http 端口跟随SSL是否启用变更443或80 (#61)
|
||||
9. feature 修改默认超时时间3000毫秒为6000毫秒 (#55)
|
||||
10. feature:make tdengine optional, not required (#62)
|
||||
11. feature:support win bat service (#65)
|
||||
12. feature:support hide advanced params define (#68)
|
||||
13. feature:enable auto redirect when 301 302 http code (#69)
|
||||
14. feature:only collect available metrics when detect (#70)
|
||||
15. feature:[website api]monitor support keyword match (#72)
|
||||
16. feature:support linux cpu usage,memory usage,disk free (#76)
|
||||
|
||||
BUG修复
|
||||
1. 添加sqlserver关联文档,fix connection指标入库tdengine失败 (#41)
|
||||
2. 使用docker部署TDengine,开放tcp访问端口!16 由 @老姜bei 贡献 thanks
|
||||
3. 补充sureness配置文档 避免误配导致权限异常
|
||||
4. bugfix:monitors always timeout alert (#67)
|
||||
5. code format and optimization 由 @学习代码的小白 贡献 thanks
|
||||
6. bugfix: remove oracle field - database_type due 11g not support 由 @syongaaa 贡献 thanks
|
||||
7. bugfix:fix linux interface metrics no instance (#75)
|
||||
|
||||
欢迎在线试用 https://console.tancloud.cn.
|
||||
Welcome to try it online at https://console.tancloud.cn.
|
||||
|
||||
-----------------------
|
||||
|
||||
> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是一个支持网站,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` 各个模块解耦合,方便理解与定制开发。
|
||||
> HertzBeat 支持更自由化的告警配置(计算表达式),支持告警通知,告警模版,邮件钉钉微信飞书等及时通知送达
|
||||
> 欢迎登录 HertzBeat 的 [云环境TanCloud](https://console.tancloud.cn) 试用发现更多。
|
||||
> 我们正在快速迭代中,欢迎参与加入一起共建项目开源生态。
|
||||
> [HertzBeat](https://github.com/dromara/hertzbeat) is an open-source monitoring and alerting project supporting websites, APIs, PING, ports, databases, operating systems, etc., with a user-friendly visual interface.
|
||||
> We also offer a **[SAAS version monitoring cloud](https://console.tancloud.cn)**, so small teams and individuals no longer need to deploy a complicated monitoring system to monitor their web resources, **[log in to start](https://console.tancloud.cn)** for free.
|
||||
> HertzBeat supports [custom monitoring](https://hertzbeat.com/docs/advanced/extend-point), allowing the customization of monitoring types and metrics through YML file configuration to meet common personalized needs.
|
||||
> HertzBeat is modular, with `manager, collector, scheduler, warehouse, alerter` modules decoupled, facilitating understanding and custom development.
|
||||
> HertzBeat supports more flexible alarm configurations (calculation expressions), supporting alarm notifications, templates, and timely delivery through email, DingTalk, WeChat, Lark, etc.
|
||||
> Welcome to try and discover more in HertzBeat's [cloud environment TanCloud](https://console.tancloud.cn).
|
||||
> We are rapidly iterating and welcome participation in co-building the open-source ecosystem.
|
||||
|
||||
> `HertzBeat`的多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
|
||||
> HertzBeat's support for multiple types, easy expansion, and low coupling hopes to assist developers and small teams in quickly building their own monitoring systems.
|
||||
|
||||
老铁们可以通过演示视频来直观了解功能: https://www.bilibili.com/video/BV1DY4y1i7ts
|
||||
You can understand the functionality through a demo video: https://www.bilibili.com/video/BV1DY4y1i7ts
|
||||
|
||||
欢迎在线试用 [https://console.tancloud.cn](https://gitee.com/link?target=https%3A%2F%2Fconsole.tancloud.cn)
|
||||
Welcome to try it online [https://console.tancloud.cn](https://gitee.com/link?target=https%3A%2F%2Fconsole.tancloud.cn)
|
||||
|
||||
优化后的参数输入界面:
|
||||

|
||||
Optimized parameter input interface:
|
||||

|
||||
|
||||
Linux新增指标:
|
||||

|
||||
New LINUX metrics:
|
||||

|
||||
|
||||
ORACLE监控:
|
||||
哦豁!oracle环境不在了,之前没有截图,先脑补一张!
|
||||
ORACLE Monitoring:
|
||||
Oh no! The oracle environment is gone, I didn't take a screenshot before, imagine one for now!
|
||||
|
||||
**仓库地址**
|
||||
**Repository Addresses**
|
||||
|
||||
[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
|
||||
[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
|
||||
|
||||
看到这里不妨给个Star支持下哦,灰常感谢,弯腰!!
|
||||
If you've made it this far, consider giving a Star to support us, much appreciated, thank you!
|
||||
|
||||
@@ -1,64 +1,62 @@
|
||||
---
|
||||
title: HertzBeat赫兹节拍 v1.0.beta.8 发布,标签分组等超多特性来袭!
|
||||
title: HertzBeat v1.0.beta.8 Released, Featuring Tag Grouping and Many More Enhancements!
|
||||
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]
|
||||
tags: [opensource]
|
||||
---
|
||||
|
||||
HertzBeat is an open-source monitoring and alerting project incubated by Dromara, supporting various types of monitoring including websites, APIs, PING, ports, databases, middleware, operating systems, etc. It features threshold alerts, notification alerts (email, webhook, DingTalk, WeChat Work, Lark robots), and a user-friendly visual interface.
|
||||
|
||||
HertzBeat赫兹跳动 是一个由Dromara孵化的支持网站,API,PING,端口,数据库,中间件,操作系统等监控类型,支持阈值告警,告警通知(邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
|
||||
We're thrilled to announce that HertzBeat has been rated as a GVP - Gitee's Most Valuable Open Source Project!
|
||||
|
||||
很高兴Hertzbeat被评定为GVP - Gitee最有价值开源项目!
|
||||

|
||||
|
||||

|
||||
Official Website: hertzbeat.com | tancloud.cn
|
||||
|
||||
官网: hertzbeat.com | tancloud.cn
|
||||
The latest version, v1.0-beta.8, is now released. In addition to supporting more monitoring types such as ElasticSearch and middleware Zookeeper, we have introduced long-awaited features like tag grouping, improved themes, tag-level filtering for alarm notifications, platformized alarm support for third-party alarm information integration, alarm triggers supporting silence for similar alarms (no longer frequently sending the same alerts), custom user permissions, recipient configuration testing, and significantly enhanced international support. Discover more exciting features and functionalities!
|
||||
|
||||
最新版本 v1.0-beat.8 已经发布,除了支持更多的监控类型比如elasticSearch,中间件zookeeper等,我们还带来了期待已久的标签分组,更好看的主题,告警通知标签级别等过滤,告警平台化支持第三方告警信息接入,告警触发支持同类告警静默(不再频繁发送相同告警),自定义用户权限支持,接收人配置测试等,此版本也大大增强了国际化支持,更多特性功能体验发现哦!
|
||||
First and foremost, thank you to the HertzBeat contributors for their hard work, @wang1027-wqh, @gcdd1993, @a25017012, @shimingxy, @tomsun28, and to the community users for their productive feedback. Most of the features in this release were optimized based on user feedback and suggestions.
|
||||
|
||||
首先感谢 hertzbeat 贡献者们的辛苦付出,@wang1027-wqh @gcdd1993 @a25017012 @shimingxy @tomsun28
|
||||
还有社区用户们的生产使用反馈,这次大部分特性都是根据用户的反馈建议收集优化的。
|
||||
Version Features:
|
||||
|
||||
版本特性:
|
||||
|
||||
1. update web endpoint '/console' to '/', api service endpoint … #79
|
||||
2. feature: Alarm and receiving Chinese and English support #82 contribute by @wang1027-wqh
|
||||
1. Update web endpoint '/console' to '/', api service endpoint … #79
|
||||
2. Feature: Alarm and receiving Chinese and English support #82 contributed by @wang1027-wqh
|
||||
3. [home]feature: support home docs i18n en #94 #81
|
||||
4. bugfix: non-supported character set when monitor GBK oracle
|
||||
5. feature:Add alarm template custom console and help document #93 contribute by @wang1027-wqh
|
||||
4. Bugfix: non-supported character set when monitor GBK oracle
|
||||
5. Feature: Add alarm template custom console and help document #93 contributed by @wang1027-wqh
|
||||
6. [manager]feature: support ubuntu linux and centos linux monitoring
|
||||
7. [monitor]feature: support roles permission, admin-user-guest #101
|
||||
8. [manager]feature: refactor DispatchAlarm #106 contribute by @gcdd1993
|
||||
9. feat: [collector,manager]feature:I18N Support #wqh #107 contribute by @wang1027-wqh
|
||||
10. feat: [manager]feature: ElasticSearch cluster support #110 contribute by @wang1027-wqh
|
||||
11. [monitor]feature: support tags, support alert notice dispatch by tags and priority #111 contribute by @a25017012 @yuye
|
||||
12. feature: Added zookeeper and middleware page support #114 contribute by @wang1027-wqh
|
||||
8. [manager]feature: refactor DispatchAlarm #106 contributed by @gcdd1993
|
||||
9. Feat: [collector,manager]feature:I18N Support #wqh #107 contributed by @wang1027-wqh
|
||||
10. Feat: [manager]feature: ElasticSearch cluster support #110 contributed by @wang1027-wqh
|
||||
11. [monitor]feature: support tags, support alert notice dispatch by tags and priority #111 contributed by @a25017012 @yuye
|
||||
12. Feature: Added zookeeper and middleware page support #114 contributed by @wang1027-wqh
|
||||
13. [manager]feature: enable alerter send test msg #117
|
||||
14. [monitor]feature: support alert nextEvalInterval, triggerTime. Ignore alert when happen again in eval interval. #123
|
||||
15. [manager,webapp]feature: support alert define appHierarchy i18n #124
|
||||
16. change theme contribute by @shimingxy
|
||||
16. Change theme contributed by @shimingxy
|
||||
|
||||
BUG修复
|
||||
BUG Fixes:
|
||||
1. [collector]bugfix: non-supported character set when monitor GBK oracle #84
|
||||
2. [script]bugfix: zh garbled characters appear in window's bat script e… #89
|
||||
3. [web-app]bugfix: filter is missing when alert-center pageSize change
|
||||
4. fix #96,TDengine时区错误 #98 contribute by @gcdd1993
|
||||
5. [web-app]bugfix: recently alerts in dashboard load error when go back #105 contribute by @gcdd1993
|
||||
4. Fix #96, TDengine time zone error #98 contributed by @gcdd1993
|
||||
5. [web-app]bugfix: recently alerts in dashboard load error when go back #105 contributed by @gcdd1993
|
||||
6. [collector]bugfix: expression evaluation error when value with spaces #113
|
||||
7. [manager,webapp]bugfix: error when tags duplicate in monitor #116
|
||||
8. [manager]bugfix: linux.cpu.interrupt metric value is illegal #118
|
||||
9. [alerter]bugfix nextEvalInterval npe
|
||||
10. notification bug contribute by @shimingxy
|
||||
10. Notification bug contributed by @shimingxy
|
||||
|
||||
⚠️⚠️⚠️ 版本升级注意:
|
||||
⚠️⚠️⚠️ Version Upgrade Notice:
|
||||
|
||||
⚠️⚠️⚠️ 此版本 application.yml 和 sureness.yml 配置有改动,若之前对配置文件有更改,请在最新的配置文件基础上再次修改配置
|
||||
⚠️⚠️⚠️ This version has changes in application.yml and sureness.yml configurations. If you have previously modified the configuration files, please make changes again based on the latest configuration files.
|
||||
|
||||
⚠️⚠️⚠️ 默认账户密码为 admin/hertzbeat , 可通过配置sureness.yml修改
|
||||
⚠️⚠️⚠️ The default account password is admin/hertzbeat. You can change it via configuring sureness.yml.
|
||||
|
||||
⚠️⚠️⚠️ v1.0-beat7 升级到最新 v1.0-beat8 需MYSQL数据库执行以下升级SQL:
|
||||
⚠️⚠️⚠️ Upgrading from v1.0-beta.7 to the latest v1.0-beta.8 requires executing the following upgrade SQL in MYSQL database:
|
||||
|
||||
```
|
||||
use hertzbeat;
|
||||
@@ -114,27 +112,28 @@ CREATE TABLE tag_monitor_bind
|
||||
|
||||
```
|
||||
|
||||
欢迎在线试用 https://console.tancloud.cn.
|
||||
|
||||
Welcome to try it online at https://console.tancloud.cn.
|
||||
|
||||
-----------------------
|
||||
|
||||
> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是一个支持网站,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` 各个模块解耦合,方便理解与定制开发。
|
||||
> HertzBeat 支持更自由化的告警配置(计算表达式),支持告警通知,告警模版,邮件钉钉微信飞书等及时通知送达
|
||||
> 欢迎登录 HertzBeat 的 [云环境TanCloud](https://console.tancloud.cn) 试用发现更多。
|
||||
> 我们正在快速迭代中,欢迎参与加入一起共建项目开源生态。
|
||||
> [HertzBeat](https://github.com/dromara/hertzbeat) is an open-source project supporting various types of monitoring including websites, APIs, PING, ports, databases, operating systems, etc., with a user-friendly visual interface.
|
||||
> We also offer a **[SAAS version of the monitoring cloud](https://console.tancloud.cn)**, allowing small and medium teams and individuals to start monitoring their web resources without deploying a complex monitoring system, **[log in to start](https://console.tancloud.cn)** for free.
|
||||
> HertzBeat supports [custom monitoring](https://hertzbeat.com/docs/advanced/extend-point), enabling the customization of monitoring types and metrics through the configuration of YML files to meet common personalized needs.
|
||||
> HertzBeat is modular, with `manager, collector, scheduler, warehouse, alerter` modules decoupled, facilitating understanding and custom development.
|
||||
> HertzBeat supports more flexible alarm configurations (calculation expressions), supports alarm notifications, templates, and timely notifications through email, DingTalk, WeChat, Lark, etc.
|
||||
> Welcome to log in to HertzBeat's [cloud environment TanCloud](https://console.tancloud.cn) to try and discover more.
|
||||
> We are rapidly iterating and welcome participation in co-building the open-source ecosystem.
|
||||
|
||||
> `HertzBeat`的多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
|
||||
> HertzBeat's support for multiple types, easy expansion, and low coupling aims to help developers and small and medium teams quickly build their own monitoring systems.
|
||||
|
||||
老铁们可以通过演示视频来直观了解功能: https://www.bilibili.com/video/BV1DY4y1i7ts
|
||||
You can understand the functionalities through a demo video: https://www.bilibili.com/video/BV1DY4y1i7ts
|
||||
|
||||
欢迎在线试用 [https://console.tancloud.cn](https://gitee.com/link?target=https%3A%2F%2Fconsole.tancloud.cn)
|
||||
Welcome to try it online at [https://console.tancloud.cn](https://console.tancloud.cn).
|
||||
|
||||
**仓库地址**
|
||||
**Repository Addresses**
|
||||
|
||||
[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
|
||||
[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
|
||||
|
||||
看到这里不妨给个Star支持下哦,灰常感谢,弯腰!!
|
||||
Appreciate a Star if you find it useful, thank you very much, bowing down!!
|
||||
|
||||
@@ -1,47 +1,46 @@
|
||||
---
|
||||
title: 云监控系统 HertzBeat v1.1.0 发布!一条命令即可开启监控之旅!
|
||||
title: Cloud Monitoring System HertzBeat v1.1.0 Released! Start Your Monitoring Journey with Just One Command!
|
||||
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]
|
||||
tags: [opensource]
|
||||
---
|
||||
|
||||
[HertzBeat 赫兹跳动](https://github.com/dromara/hertzbeat) 是由 [Dromara](https://dromara.org) 孵化,[TanCloud](https://tancloud.cn) 开源的一个支持网站,API,PING,端口,数据库,全站,操作系统,中间件等监控类型,支持阈值告警,告警通知 (邮箱,webhook,钉钉,企业微信,飞书机器人),拥有易用友好的可视化操作界面的开源监控告警项目。
|
||||
[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.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
|
||||
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
|
||||
|
||||
大家好,HertzBeat v1.1.0 发布啦!这个版本我们支持了SNMP协议,并使用SNMP协议监控支持了windwos操作系统的应用监控。
|
||||
另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验hertzbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
|
||||
Hello everyone, HertzBeat v1.1.0 is released! In this version, we've added support for the SNMP protocol and implemented application monitoring for Windows operating systems using SNMP.
|
||||
Another significant change is our default switch to using the H2 database instead of MYSQL for storage, making it easier for users to install and deploy. Now, you can install and experience HertzBeat with just a single Docker command: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
|
||||
Let's Try It!
|
||||
|
||||
感谢hertzbeat贡献者们的贡献!👍👍
|
||||
Thanks to all HertzBeat contributors! 👍👍
|
||||
|
||||
Feature:
|
||||
Features:
|
||||
|
||||
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: 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
|
||||
|
||||
Bugfix.
|
||||
Bugfixes:
|
||||
|
||||
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] 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
|
||||
|
||||
Online https://console.tancloud.cn.
|
||||
Online at https://console.tancloud.cn.
|
||||
|
||||
-----------------------
|
||||
Windows Monitor coming:
|
||||
|
||||
<img width="1444" alt="2022-06-19 11 30 57" src="https://user-images.githubusercontent.com/24788200/174481159-b8a73c87-aff5-4c4c-befb-bd0d26685d71.png"/>
|
||||

|
||||
|
||||
|
||||
⚠️ ⚠️⚠️⚠️请注意其它版本升级到v1.1.0需要先执行下面的SQL脚本. 现在我们的表名称有个统一前缀 hzb_ prefix.
|
||||
⚠️ ⚠️⚠️⚠️Please note that upgrading to v1.1.0 from other versions requires running the following SQL script. Now, our table names have a unified prefix "hzb_prefix".
|
||||
|
||||
```
|
||||
ALTER TABLE alert RENAME TO hzb_alert;
|
||||
@@ -110,26 +109,27 @@ ALTER TABLE tag_monitor_bind RENAME TO hzb_tag_monitor_bind;
|
||||
commit;
|
||||
```
|
||||
|
||||
Have Fun!
|
||||
Have Fun!
|
||||
|
||||
|
||||
----
|
||||
|
||||
> [HertzBeat赫兹跳动](https://github.com/dromara/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` 各个模块解耦合,方便理解与定制开发。
|
||||
> HertzBeat 支持更自由化的告警配置(计算表达式),支持告警通知,告警模版,邮件钉钉微信飞书等及时通知送达
|
||||
> 欢迎登录 HertzBeat 的 [云环境TanCloud](https://console.tancloud.cn) 试用发现更多。
|
||||
> 我们正在快速迭代中,欢迎参与加入共建项目开源生态。
|
||||
Have Fun!
|
||||
|
||||
> `HertzBeat` 的多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
|
||||
----
|
||||
|
||||
老铁们可以通过演示视频来直观了解功能: [https://www.bilibili.com/video/BV1DY4y1i7ts](https://www.bilibili.com/video/BV1DY4y1i7ts)
|
||||
> [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.
|
||||
> 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.
|
||||
> HertzBeat supports more flexible alarm configurations (calculation expressions), notification alerts, templates, and real-time delivery via email, DingTalk, WeChat, Lark, etc.
|
||||
> Welcome to try and discover more in HertzBeat's [cloud environment TanCloud](https://console.tancloud.cn).
|
||||
> We are rapidly iterating and welcome participation to join in co-building the open-source ecosystem.
|
||||
|
||||
> HertzBeat's support for multiple types, easy expansion, and low coupling hopes to help developers and small and medium teams quickly build their own monitoring systems.
|
||||
|
||||
**仓库地址**
|
||||
You can understand the features through a demo video: [https://www.bilibili.com/video/BV1DY4y1i7ts](https://www.bilibili.com/video/BV1DY4y1i7ts)
|
||||
|
||||
**Repository Addresses**
|
||||
|
||||
[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
|
||||
[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
|
||||
|
||||
|
||||
@@ -1,47 +1,46 @@
|
||||
---
|
||||
title: 云监控系统 HertzBeat v1.1.0 发布!一条命令即可开启监控之旅!
|
||||
title: HertzBeat Monitoring System v1.1.0 Released! Start Your Monitoring Journey with Just One Command!
|
||||
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]
|
||||
author_url: [https://github.com/tomsun28](https://github.com/tomsun28)
|
||||
author_image_url: [https://avatars.githubusercontent.com/u/24788200?s=400&v=4](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/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.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
|
||||
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**
|
||||
|
||||
大家好,HertzBeat v1.1.0 发布啦!这个版本我们支持了SNMP协议,并使用SNMP协议监控支持了windwos操作系统的应用监控。
|
||||
另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验hertzbeat : `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
|
||||
Hello everyone, HertzBeat v1.1.0 is here! In this version, we've added support for the SNMP protocol and enabled application monitoring for Windows operating systems using SNMP.
|
||||
Another major change is that we've switched from using MYSQL to H2 database by default for storage, making it easier for users to install and deploy. Now, you can get started with HertzBeat using just a single docker command: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
|
||||
Let's Try It!
|
||||
|
||||
感谢hertzbeat贡献者们的贡献!👍👍
|
||||
Thanks to all contributors of HertzBeat! 👍👍
|
||||
|
||||
Feature:
|
||||
Features:
|
||||
|
||||
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: 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
|
||||
|
||||
Bugfix.
|
||||
Bugfixes:
|
||||
|
||||
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] 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
|
||||
|
||||
Online https://console.tancloud.cn.
|
||||
Online at [https://console.tancloud.cn](https://console.tancloud.cn).
|
||||
|
||||
-----------------------
|
||||
Windows Monitor coming:
|
||||
Windows Monitor is coming:
|
||||
|
||||
<img width="1444" alt="2022-06-19 11 30 57" src="https://user-images.githubusercontent.com/24788200/174481159-b8a73c87-aff5-4c4c-befb-bd0d26685d71.png"/>
|
||||

|
||||
|
||||
|
||||
⚠️ ⚠️⚠️⚠️请注意其它版本升级到v1.1.0需要先执行下面的SQL脚本. 现在我们的表名称有个统一前缀 hzb_ prefix.
|
||||
⚠️ ⚠️⚠️⚠️Please note that upgrading to v1.1.0 from other versions requires running the following SQL script. Now, our table names have a unified prefix hzb_prefix.
|
||||
|
||||
```
|
||||
ALTER TABLE alert RENAME TO hzb_alert;
|
||||
@@ -110,26 +109,23 @@ ALTER TABLE tag_monitor_bind RENAME TO hzb_tag_monitor_bind;
|
||||
commit;
|
||||
```
|
||||
|
||||
Have Fun!
|
||||
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.
|
||||
> 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.
|
||||
> HertzBeat supports more flexible alarm configurations (calculation expressions) and alarm notifications, including alarm templates, emails, DingTalk, WeChat, Feishu, etc., for timely delivery of notifications.
|
||||
> Welcome to log in to HertzBeat's [cloud environment TanCloud](https://console.tancloud.cn) to try and discover more.
|
||||
> We are in rapid iteration and welcome participation in co-building the open-source ecosystem.
|
||||
|
||||
> [HertzBeat赫兹跳动](https://github.com/dromara/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` 各个模块解耦合,方便理解与定制开发。
|
||||
> HertzBeat 支持更自由化的告警配置(计算表达式),支持告警通知,告警模版,邮件钉钉微信飞书等及时通知送达
|
||||
> 欢迎登录 HertzBeat 的 [云环境TanCloud](https://console.tancloud.cn) 试用发现更多。
|
||||
> 我们正在快速迭代中,欢迎参与加入共建项目开源生态。
|
||||
> HertzBeat's support for multiple types, easy expansion, and low coupling aims to help developers and small and medium teams quickly build their own monitoring systems.
|
||||
|
||||
> `HertzBeat` 的多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
|
||||
You can visually understand the features through the demo video: [https://www.bilibili.com/video/BV1DY4y1i7ts](https://www.bilibili.com/video/BV1DY4y1i7ts)
|
||||
|
||||
老铁们可以通过演示视频来直观了解功能: [https://www.bilibili.com/video/BV1DY4y1i7ts](https://www.bilibili.com/video/BV1DY4y1i7ts)
|
||||
|
||||
|
||||
**仓库地址**
|
||||
**Repository Addresses**
|
||||
|
||||
[Github](https://github.com/dromara/hertzbeat) https://github.com/dromara/hertzbeat
|
||||
[Gitee](https://gitee.com/dromara/hertzbeat) https://gitee.com/dromara/hertzbeat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user