v1.3.2
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
- fix the textarea value judgment error by @Carpe-Wang in #931
- bugfix restTemplate change default content type application/json by @tomsun28 in #932
- Update mysql-change.md by @Kylin-Guo in #938
- add Kylin-Guo as a contributor for doc by @allcontributors in #944
- fix JsonUtil TypeReference not config class type by @tomsun28 in #939
- add 1797899698 as a contributor for code by @allcontributors in #945
- bugfix redis collections out of bounds by @1797899698 in #942
- [webapp] bugfix can not auto change i18n data by @tomsun28 in #946
- bugfix monitor status can not auto update, remove status UN_REACHABLE by @tomsun28 in #948
- bugfix greptime query error and add practice blog by @tomsun28 in #949
- [fix] Restructured & fixed navbar overflow by @Neilblaze in #951
- add Neilblaze as a contributor for doc, and code by @allcontributors in #952
- support monitoring freebsd unix metrics by @tomsun28 in #940
- [collector] fix dispatch concurrency bug by @yujianzhong520 in #956
- add yujianzhong520 as a contributor for code by @allcontributors in #958
- add sppan24 as a contributor for code by @allcontributors in #959
- [collector]feature: optimize zookeeper collector, based telnet by @sppan24 in #957
- add 1130600015 as a contributor for code by @allcontributors in #961
- [fix] update app-docker.yml template file,support collect the exited … by @1130600015 in #960
- [common]bugfix: improve domain verification tools. by @sppan24 in #963
- add QZmp236478 as a contributor for code by @allcontributors in #965
- bugfix TDengine missing first TS parameter by @QZmp236478 in #964
- add baiban114 as a contributor for code by @allcontributors in #967
- [common]feature:add kafka common queue by @baiban114 in #966
- Update custom-config.md by @jx3775250 in #968
- add jx3775250 as a contributor for doc by @allcontributors in #969
- Fixed overflow and alignment issues on homepage by @eeshaanSA in #970
- add eeshaanSA as a contributor for code by @allcontributors in #972
- Fixed Footer Overflow issue on the homepage by @eeshaanSA in #973
- [feature]Support config email server on web-ui by @zqr10159 in #954
- Fixed Carousel Overflow on homepage and made it responsive by @eeshaanSA in #975
- support monitoring debian rocky alama coreos metrics by @tomsun28 in #974
- [manager] bugfix: fix multiple monitorId and monitorName tags when im… by @l646505418 in #979
- add sshd server when build hertzbeat docker image by @nandofromthebando in #983
- add nandofromthebando as a contributor for code by @allcontributors in #985
- add caiboking as a contributor for code by @allcontributors in #986
- Failed to fix the WeWork Robot sending messages by @caiboking in #984
- support monitoring opensuse os metrics by @tomsun28 in #997
- 新增ssl模版监控变量days_remaining 显示ssl证书到期天数比如10.0 by @baixing99 in #999
- add baixing99 as a contributor for code by @allcontributors in #1000
- add ifrenzyc as a contributor for code by @allcontributors in #1001
- fix depend on postgres error by @ifrenzyc in #998
- [collector] enhancement: support user define which http statusCode sh… by @l646505418 in #989
- add wlin20 as a contributor for code by @allcontributors in #1006
- [manager]feature: support configuring the maximum retention count of history records for JPA by @wlin20 in #1005
- [manager] feature: modify app-api.yml by @l646505418 in #1011
- support monitoring red hat os metrics by @tomsun28 in #1012
- refactor email send server config by @tomsun28 in #1015
- refactor common kafka data queue by @tomsun28 in #1017
- refactor verify http collect response status code by @tomsun28 in #1014
- Hadoop integration/adaptation has been completed. by @TJxiaobao in #1016
- [doc] setup security policy by @tomsun28 in #1024
- support monitoring apache doris database health and metrics by @zqr10159 in #1025
- bugfix HistoryTdEngineDataStorage sql by @QZmp236478 in #1019
- support query monitors by tags filter by @l646505418 in #1013
- add monitors center and support tag group by @tomsun28 in #1029
- support alert define threshold expression display ui by @tomsun28 in #1030
- add github action that auto build hertzbeat docs pdf by @tomsun28 in #1027
- support alarm convergence to deal with duplicate alarm info by @tomsun28 in #1033
- support quay.io as hertzbeat docker images repository by @tomsun28 in #1036
- add guojing1983 as a contributor for code by @allcontributors in #1041
- [Fix BUG : use Enterprise WeChat APP alarm notification,log print "invalid access token" ] by @guojing1983 in #1040
- bugfix alert tag match missing by @tomsun28 in #1038
- 1018 task host support ipv6 address by @l646505418 in #1042
- 修改mysql连接,HibernateException异常解决方法 by @itxxq in #1047
- add itxxq as a contributor for doc by @allcontributors in #1050
- add rocketmq monitor by @Ceilzcx in #1046
- Fix the issue where Slack, Discord, WeChat for Enterprise, and Huawei SMN do not display notification types when choosing recipients for new notification policies. by @guojing1983 in #1052
- add qq471754603 as a contributor for code by @allcontributors in #1057
- upgrade greptime dependency, ignore proto by @qq471754603 in #1054
- replace "#" by "#" by @l646505418 in #1058
- support collector run as an independent process by @tomsun28 in #1060
- update monitoring oracle percentage metrics sql script by @richar2022 in #1065
- bugfix some email server config can not send message by @tomsun28 in #1066
- bugfix linux shell echo field value is too long and causes a line break by @richar2022 in #1068
- add san346596324 as a contributor for code by @allcontributors in #1071
- remove auto replace uri special char in http request params by @san346596324 in #1070
- bugfix some alarm message can not be triggered normally by @tomsun28 in #1069
- [hertzbeat] release hertzbeat version v1.3.2 by @tomsun28 in #1044
New Contributors
- @Kylin-Guo made their first contribution in #938
- @1797899698 made their first contribution in #942
- @Neilblaze made their first contribution in #951
- @yujianzhong520 made their first contribution in #956
- @sppan24 made their first contribution in #957
- @1130600015 made their first contribution in #960
- @QZmp236478 made their first contribution in #964
- @jx3775250 made their first contribution in #968
- @eeshaanSA made their first contribution in #970
- @nandofromthebando made their first contribution in #983
- @caiboking made their first contribution in #984
- @baixing99 made their first contribution in #999
- @ifrenzyc made their first contribution in #998
- @wlin20 made their first contribution in #1005
- @guojing1983 made their first contribution in #1040
- @itxxq made their first contribution in #1047
- @qq471754603 made their first contribution in #1054
- @san346596324 made their first contribution in #1070
Full Changelog: v1.3.1...v1.3.2