重磅更新-开源实时监控工具 HertzBeat v1.3.0 发布

科技资讯 投稿 6100 0 评论

重磅更新 开源实时监控工具 HertzBeat v1.3.0 发布

官网: hertzbeat.com | tancloud.cn

What is HertzBeat?

HertzBeat赫兹跳动 是一个拥有强大自定义监控能力,无需 Agent 的开源实时监控告警工具。
监控+告警+通知 为一体,支持对应用服务,数据库,操作系统,中间件,云原生,网络等指标监控,阈值告警通知一步到位。
支持更自由化的阈值规则(计算表达式,邮件 Discord Slack Telegram 钉钉 微信 飞书 短信 Webhook 等方式及时送达。

我们将Http,Jmx,Ssh,Snmp,Jdbc等协议规范可配置化,您只需配置YML就能使用这些协议去自定义采集任何您想要的指标。

您相信只需定义YML就能立刻适配一款K8s或Docker等新的监控类型吗?

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

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

v1.3.0 大版本来了

经过一个月的迭代更新,HertzBeat v1.3.0 在上周末正式发布啦, 推荐升级食用

    支持在浏览器页面自定义监控。hertzbeat拥有强大自定义监控能力,我们所有的已支持监控类型都映射为一个YML,之前用户使用自定义监控功能适配指标需要在后台编写YML文件并重启,体验欠佳且没有直观的感受。这次我们带来了自定义监控页面化,欢迎大家使用和分享贡献自己的监控类型定义。

    支持对网络交换机的监控。hertzbeat很早之前就支持了snmp协议,windows监控就是通过snmp协议来监控的,这个版本我们不仅支持了更多windows性能指标,还支持了snmp walk,适配了几款常见网络交换机的监控,欢迎贡献更多类型与指标给社区。

  • 支持redis集群和更多数据库指标的监控。社区贡献者们贡献了对redis集群和多种数据库的扩展指标,丰富了性能指标数据。

  • 支持iotdb1.0存储,无依赖模式等更多的新功能欢迎来探索

  • 修复若干BUG,更完善的文档,重构了代码。


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

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

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

我们急需对测试用例,新增应用监控,文档等各方面的贡献者,非常欢迎加入。

Feature:

    [webapp,doc] monitor detail support basic panel hide #619 @tomsun28
  1. add alarm notification period #624 @Ceilzcx
  2. [manager] support more mysql monitoring metrics #631
  3. [unit test] Add unit test cases for KeyPairUtil #635 @Daydreamer-ia
  4. [test]feature:add AlertDefineService test #638 @hudongdong129
  5. [unit test] Add unit test cases for AlertTemplateUtil #639 @Daydreamer-ia
  6. [test] add junit WarehouseWorkerPoolTest #642 @TherChenYang
  7. task #614 [Add monitoring parameters for Redis Cluster and Sentinel] #647 @hudongdong129
  8. A minor refactoring of the class WarehouseWorkerPoolTest #648 @HattoriHenzo
  9. [task]feature:Optimize Redis info [section] and Add Redis command statistics #665 @hudongdong129
  10. [document]add redis help document #672 @hudongdong129
  11. Jupiter dependency is explicitly declared in the main pom file #674 @HattoriHenzo
  12. refactor monitor define yml, update doc #675
  13. [task]support more window metrics #676 @hudongdong129
  14. support config monitoring define yml in web ui #678
  15. support delete monitoring define yml in web ui #679
  16. [manager] add mysql, oracle, pg db more metrics #683
  17. [warehouse] support jpa store metrics history data #684
  18. [collect]Add redis cluster auto-discovery display metrics information #685 @hudongdong129
  19. Convert version into properties #686 @HattoriHenzo
  20. [webapp] change default monitor intervals 120s to 60s #708 @xiaohe428
  21. [warehouse] support jpa expired metrics data auto cleaner #691
  22. snmp collect protocol support walk operation #699
  23. support v1.0.+ iotdb #702 @Ceilzcx
  24. feature support monitor switch network metrics #705
  25. [webapp] change alert define trigger times from max 10 to max 999 #706 @Grass-Life
  26. [doc] change default locale i18n from zh-cn to en #725

Bugfix。

    [collector] bugfix oracle query error: ORA-01000 happen #618
  1. [manager]bugfix:update flink fields name, use _ replace - avoid alert_threshold_expr problem. #622 @cuipiheqiuqiu
  2. [webapp] fix rule days not change when edit old notice rule item #628
  3. [webapp] update alert notice modal item span #630
  4. Update issue.md #654 @ycilry
  5. The version of Spring Boot should be put in properties #657 @HattoriHenzo
  6. Bugfix: EdDSA provider not supported #659 @caibenxiang
  7. [script] auto heap dump when oom error #662
  8. bugfix recurring tasks caused by priority processing exception #663
  9. bugfix repetitive collect tasks, reduce init mem size #664
  10. [manager] bugfix define yml file name and the app name are inconsistent #680
  11. [collector] bugfix metrics has a lot of repetition fields #682
  12. fix(sec: upgrade org.apache.kafka:kafka-clients to 3.4.0 #687 @lifefloating
  13. optimized code and add iotdb compose config #690 @Ceilzcx
  14. [script] modified the linux memory metrics specified script code #719 @ByteIDance
  15. Update kubernetes.md #715 @xiaohe428
  16. [home,i18n] Update kubernetes.md #716 @baiban114
  17. [webapp] fix applist delete button display #693
  18. [warehouse] bugfix metrics data not consume oom #697
  19. [manager] bugfix npe when load old define yml in windows env #701
  20. bugfix job metrics set concurrent modification exception #723
  21. [script] modified the linux memory metrics specified script code #719
  22. [webapp] bugfix the cover of the big screen is too small #724

升级注意⚠️。

对于之前使用iotdb或者tdengine来存储指标数据的用户,需要修改 application.yml 来关闭JPA存储 warehouse.store.jpa.enabled 如下:

修改 application.yml 并设置 warehouse.store.jpa.enabled 参数为 false

warehouse: store: jpa: enabled: false


⛄ Supported

    网站监控, 端口可用性, Http Api, Ping连通性, Jvm, SiteMap全站, Ssl证书, SpringBoot, FTP服务器
  • Mysql, PostgreSQL, MariaDB, Redis, ElasticSearch, SqlServer, Oracle, MongoDB, 达梦, OpenGauss, ClickHouse, IoTDB, Redis集群
  • Linux, Ubuntu, CentOS, Windows
  • Tomcat, Nacos, Zookeeper, RabbitMQ, Flink, Kafka, ShenYu, DynamicTp, Jetty, ActiveMQ
  • Kubernetes, Docker
  • Huawei Switch, HPE Switch, TP-LINK Switch, Cisco Switch
  • 和更多你的自定义监控。
  • 通知支持 Discord Slack Telegram 邮件 钉钉 微信 飞书 短信 Webhook。

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

编程笔记 » 重磅更新-开源实时监控工具 HertzBeat v1.3.0 发布

赞同 (33) or 分享 (0)
游客 发表我的评论   换个身份
取消评论

表情
(0)个小伙伴在吐槽