头图

Official website: hertzbeat.com | tancloud.cn

Good morning everyone, HertzBeat v1.1.0 is released! In this version, we support the SNMP protocol, and use the SNMP protocol monitoring to support the application monitoring of the windwos operating system. The SNMP protocol supports custom monitoring, and contributions to SNMP-based monitoring practices are welcome.
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
Take a minute to try it out.

Thanks to the hertzbeat contributors for their contributions! 👍👍

Feature:

  1. [[monitor]feature: Support SNMP protocol and Windows OS monitoring #192]. contribute by @ChineseTony
  2. [[monitor] Replace MYSQL database with H2 database by default #191]
  3. [[manager] supports English internationalization of monitoring parameters, and internationalization is one step closer #184].
  4. [[script]Support amd64 and arm64 versions of docker images #189].
  5. [[monitor]feature: support collecting oracle multi-tablespace indicator data #163]contribute by @brave4Time
  6. [[monitor] database tables are uniformly prefixed with hzb_ #193] issue from @shimingxy

Bugfix.

  1. [[monitor] Modify the problem that CPU metrics cannot be collected under the tencent centos version #164] contribute by @wyt199905 .
  2. [[manager]Fix the problem of oracle monitoring percentage indicator collection #168]
  3. [[monitor] bugfix: fix elasticsearch monitoring failed to collect in the case of basic authentication #174] contribute by @weifuqing
  4. [Modify oracle monitoring parameter [database name] monitoring failure caused by ambiguity #182] @zklmcookle

Online environment https://console.tancloud.cn.


Windows monitoring is here:

Upgrade⚠️⚠️⚠️⚠️Please note that upgrading from a lower version to v1.1.0 requires executing the following SQL script. Now our table name has a uniform prefix 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!

[HertzBeat] is an open source monitoring and alarm project incubated by [Dromara] and open sourced by [TanCloud], which supports monitoring types such as website, API, PING, port, database, operating system, and has an easy-to-use and friendly visual operation interface.
We also provide the corresponding [SAAS version monitoring cloud] , small and medium-sized teams and individuals no longer need to deploy a cumbersome monitoring system in order to monitor their own website resources, log in and start for free .
HertzBeat supports [custom monitoring], only by configuring the YML file, we can customize the required monitoring types and indicators to meet common personalized needs.
HertzBeat is modular, manager, collector, warehouse, alerter each module is decoupled to facilitate understanding and custom development.
HertzBeat supports more liberal alarm configuration (calculation expressions), supports alarm notification, alarm template, email Dingding, WeChat Feishu and other timely notifications. Welcome to log in to HertzBeat's cloud environment TanCloud to try and find out more.
We are in the process of rapid iteration, welcome to join in to build the open source ecology of the project together.

HertzBeat Multi-type support, easy to expand, low coupling, hope to help developers and small and medium teams to quickly build their own monitoring system.

Warehouse Address

Github https://github.com/dromara/hertzbeat
Gitee https://gitee.com/dromara/hertzbeat

Seeing this, you may wish to support Star, thank you very much!

One sentence version update summary

Support SNMP protocol, Windows monitoring, one command can start the monitoring journey:
docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat


Apache_HertzBeat
227 声望51 粉丝

嗨 ~~