home/blog/2023-07-05-hertzbeat-v1.3.2.md
Website: hertzbeat.com | tancloud.cn
HertzBeat is an open source, real-time monitoring system with custom-monitoring and agentless. Monitoring+Alarm+Notify all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more. Easy to use, full web-based operation, monitoring and alerting at the click of a mouse, zero learning cost. More flexible threshold rule, timely notification delivery by
DiscordSlackTelegramDingDingFeiShuWebhookSMS.We make protocols such as
Http, Jmx, Ssh, Snmp, Jdbc, Prometheusconfigurable, and you only need to configureYMLonline to collect any metrics you want. Do you believe that you can immediately adapt a new monitoring type such as K8s or Docker just by configuring online?
HertzBeat's powerful custom-define, multi-type support, easy expansion, low coupling, hope to help developers and micro teams to quickly build their own monitoring system. We also provide Monitoring SaaS Cloud, users no longer need to deploy a cumbersome monitoring system in order to monitor resources. Get started for free.
Github: https://github.com/apache/hertzbeat
Gitee: https://gitee.com/hertzbeat/hertzbeat
Hi guys! Major release. HertzBeat v1.3.2 has published.
This delightful version came out of the hard work of 27 friends. Thank them! Love 💗
In this version, we support new monitoring types and metrics for freebsd, debian, opensuse, redhat, apache doris, etc.
Fixed a large number of BUG, improved the document code, and improved the overall stability and usability. More new features are welcome to explore!
Let's Try Now!
Only one docker command is needed to install and experience hertzbeat:
docker run -d -p 1157:1157 --name hertzbeat apache/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
Discord Slack Telegram Mail Pinning WeChat FlyBook SMS Webhook.Github: https://github.com/apache/hertzbeat Gitee: https://gitee.com/hertzbeat/hertzbeat