Skip to content

Releases: apache/hertzbeat

v1.1.0

19 Jun 13:31
Compare
Choose a tag to compare

V1.1.0

Home: hertzbeat.com | tancloud.cn

Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience heartbeat:
docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat
Let's Try It!

Thanks to the contributors! 👍👍

Feature:

  1. [monitor]feature: support snmp collect protocol and windows monitor type #192. contribute by @ChineseTony
  2. [monitor]change default database mysql to h2 #191
  3. [manager]support monitor params name i18n #184.
  4. [script]build multi cpu arch hertzbeat docker version #189.
  5. [monitor]feature: support oracle multi tablespaces #163 contribute by @brave4Time
  6. [monitor]database tables append prefix hzb_ #193 issue from @shimingxy

Bugfix.

  1. [monitor]fix can not collect cpu metrics in tencent centos #164 contribute by @wyt199905 .
  2. [manager]fix oracle config yml percentage error #168
  3. [monitor] bugfix: fix elasticsearch collect error when need basic auth #174 contribute by @weifuqing
  4. Change the Oracle database name to the service name to reduce ambiguity #182 @zklmcookle

Online https://console.tancloud.cn.


Windows Monitor coming:

2022-06-19 11 30 57

⚠️ ⚠️⚠️⚠️Attention other version upgrade to v1.1.0 need run sql script. Now the tables name has hzb_ prefix.

ALTER  TABLE alert RENAME TO hzb_alert;
ALTER  TABLE alert_define RENAME TO hzb_alert_define;
ALTER  TABLE alert_define_monitor_bind RENAME TO hzb_alert_define_monitor_bind;
ALTER  TABLE monitor RENAME TO hzb_monitor;
ALTER  TABLE notice_receiver RENAME TO hzb_notice_receiver;
ALTER  TABLE notice_rule RENAME TO hzb_notice_rule;
ALTER  TABLE param RENAME TO hzb_param;
ALTER  TABLE param_define RENAME TO hzb_param_define;
ALTER  TABLE tag RENAME TO hzb_tag;
ALTER  TABLE tag_monitor_bind RENAME TO hzb_tag_monitor_bind;
commit;

Have Fun!

V1.1.0

官网: hertzbeat.com | tancloud.cn

大家好,HertzBeat v1.1.0 发布啦!这个版本我们支持了SNMP协议,并使用SNMP协议监控支持了windwos操作系统的应用监控。
另一个重大变更是我们默认使用了H2数据库来替换MYSQL数据库作为存储,来方便使用者们的安装部署,现在只需要一条docker命令即可安装体验heartbeat : docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat
Let's Try It!

感谢hertzbeat贡献者们的贡献!👍👍

Feature:

  1. [monitor]feature: 支持SNMP协议和Windows操作系统监控 #192. contribute by @ChineseTony
  2. [monitor]默认使用H2数据库替换MYSQL数据库 #191
  3. [manager]支持监控参数的英文国际化,国际化更近一步 #184.
  4. [script]支持了amd64和arm64版本的docker 镜像 #189.
  5. [monitor]feature: 支持采集oracle多表空间指标数据 #163 contribute by @brave4Time
  6. [monitor]数据库表统一添加前缀 hzb_ #193 issue from @shimingxy

Bugfix.

  1. [monitor]修改在tencent centos版本下无法采集CPU指标问题 #164 contribute by @wyt199905 .
  2. [manager]修复oracle监控percentage指标采集问题 #168
  3. [monitor] bugfix: 修复elasticsearch监控在basic认证情况下采集失败 #174 contribute by @weifuqing
  4. 修改oracle监控参数[数据库名称]有歧义导致的监控失败 #182 @zklmcookle

Online https://console.tancloud.cn.


Windows Monitor coming:

2022-06-19 11 30 57

⚠️ ⚠️⚠️⚠️请注意其它版本升级到v1.1.0需要先执行下面的SQL脚本. 现在我们的表名称有个统一前缀 hzb_ prefix.

ALTER  TABLE alert RENAME TO hzb_alert;
ALTER  TABLE alert_define RENAME TO hzb_alert_define;
ALTER  TABLE alert_define_monitor_bind RENAME TO hzb_alert_define_monitor_bind;
ALTER  TABLE monitor RENAME TO hzb_monitor;
ALTER  TABLE notice_receiver RENAME TO hzb_notice_receiver;
ALTER  TABLE notice_rule RENAME TO hzb_notice_rule;
ALTER  TABLE param RENAME TO hzb_param;
ALTER  TABLE param_define RENAME TO hzb_param_define;
ALTER  TABLE tag RENAME TO hzb_tag;
ALTER  TABLE tag_monitor_bind RENAME TO hzb_tag_monitor_bind;
commit;

Have Fun!

v1.0

29 May 12:52
848a28d
Compare
Choose a tag to compare

V1.0

Home: hertzbeat.com | tancloud.cn

After several iterations from v1.0-beta.1 to v1.0-beat.8, we are happy to announce the official release of hertzbeat v1.0.

Thanks to HertzBeat Contributors for their contributions, community classmates and users for their support since beat.1. This version update supports Redis monitoring (contributed by @gcdd1993), covering Redis's memory CPU and other performance indicators, and monitoring Redis in all aspects. Several bugs have been fixed to further enhance stability.


tomsun28

💻 📖 🎨

会编程的王学长

💻 📖 🎨

MaxKey

💻 🎨 🤔

观沧海

💻 🎨 🐛

yuye

💻 📖

jx10086

💻 🐛

winnerTimer

💻 🐛

goo-kits

💻 🐛

brave4Time

💻 🐛

WalkerLee

💻 🐛

jianghang

💻 🐛

ChineseTony

💻

Feature:

  1. [monitor] feature: support redis protocol #142. contribute by @gcdd1993
  2. Copyright & NOTICE contribute by @shimingxy
  3. [alerter]bugfix: support system alert trigger time #144.
  4. [collector]feature: reuse redis connection cache #146.
  5. [collector]handle sensitive info such as account and password in log #159 idea from @goo-kits
  6. Feature add zookeeper help Doc #137 contributr by @wang1027-wqh

Bugfix.

  1. [monitor]bugfix: fix load resource bundle error when local en.HK #131.
  2. [web-app]bugfix:fix side menu invisible when theme is dark #132.
  3. [monitor]bugfix: fix only one filter label can be set when notification #140. issue by @daqianxiaoyao
  4. [td-engine store]bugfix: fix log #150. contribute by @ChineseTony
  5. [collector]bugfix: fix warehouse data queue consume error #153. issue by @daqianxiaoyao
  6. [web-app]bugfix:fix input blocking when input error in dark theme #157. issue by @ConradWen

Full Changelog: v1.0-beta.8...v1.0

Online https://console.tancloud.cn.


Redis Monitor coming:

2022-05-29 20 23 58

2022-05-29 20 24 21


V1.0

从v1.0-beta.1到v1.0-beat.8,经过多个版本的迭代完善,我们很高兴宣布hertzbeat v1.0正式发布。

感谢从beat.1版本以来 HertzBeat Contributors 的贡献,社区同学和用户们的支持。 此版本更新支持了Redis的监控( @gcdd1993 贡献),覆盖Redis的内存CPU等各个性能指标,全方面监控Redis。修复了多个bug进一步增强稳定性。


tomsun28

💻 📖 🎨

会编程的王学长

💻 📖 🎨

MaxKey

💻 🎨 🤔

观沧海

💻 🎨 🐛

yuye

💻 📖

jx10086
Read more