Download Link

v1.3.2

Home: hertzbeat.com | tancloud.cn

Hi guys! Major release. HertzBeat v1.3.2 has published. We support monitoring freebsd, debian, opensuse, redhat, apache doris metrics, kafka common queue, support config email server on web-ui, support monitors center and tag group by, alert define threshold expression display ui, http ipv6 and more. Fixed many bugs, imporved document and improved the overall stable usability.

Let's Try Now!

Only one docker command is needed to install and experience hertzbeat:

docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat

or use quay.io (if dockerhub network connect timeout)

docker run -d -p 1157:1157 --name hertzbeat quay.io/tancloud/hertzbeat


Upgrade Note️.

For h2 database users, sholud exec sql below:

ALTER TABLE HZB_PARAM DROP CONSTRAINT CONSTRAINT_82;;

How to Enable H2 WEB Console:
Modify application.yml and restart, access ip:1157/h2-console

spring:
  h2:
    console:
      path: /h2-console
      enabled: true

V1.3.2

官网: hertzbeat.com | tancloud.cn

嗨伙计们,HertzBeat v1.3.2发布啦!这个版本我们支持对freebsd, debian, opensuse, redhat, apache doris等新的监控类型和指标。支持WEB页面配置邮件服务器,公共消息队列支持Kafka,新的监控中心页面,支持标签分组展示,阈值配置不仅仅有表达式,还支持更人性化的操作UI,还有HTTP ipv6等更多功能。这次版本修复了大量BUG,完善文档和重构代码,提高了整体的稳定可用性还有更多新功能欢迎探索!快来体验下吧!

只需要一条docker命令即可安装体验heatzbeat :

docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat

or use quay.io (if dockerhub network connect timeout)

docker run -d -p 1157:1157 --name hertzbeat quay.io/tancloud/hertzbeat


Upgrade Note️.

For h2 database users, sholud exec sql below:

ALTER TABLE HZB_PARAM DROP CONSTRAINT CONSTRAINT_82;;

How to Enable H2 WEB Console:
Modify application.yml and restart, access ip:1157/h2-console

spring:
  h2:
    console:
      path: /h2-console
      enabled: true

Thanks to the contributors! 👍👍

What's Changed

New Contributors

Full Changelog: https://github.com/dromara/hertzbeat/compare/v1.3.1...v1.3.2

项目简介

🔥 一个拥有强大自定义监控能力,无需Agent的实时监控系统。网站监测,PING连通性,端口可用性,数据库,操作系统,中间件,API监控,阈值告警通知(邮件微信钉钉飞书)

发行版本 23

v1.4.0

全部发行版

贡献者 146

全部贡献者

开发语言

  • Java 60.7 %
  • TypeScript 12.9 %
  • Less 12.8 %
  • HTML 9.6 %
  • JavaScript 1.8 %