home/blog/2022-06-01-hertzbeat-v1.0.md
HertzBeat, incubated by Dromara and open-sourced by TanCloud, is an open-source monitoring and alerting project that supports a variety of monitoring types including websites, APIs, PING, ports, databases, full-site, operating systems, middleware, etc. It supports threshold alarms and notification alerts (email, webhook, DingTalk, WeCom, Feishu robots) and has an easy-to-use, friendly visual operation interface.
Official Website: hertzbeat.com | tancloud.cn
From v1.0-beta.1 to v1.0-beta.8, after multiple iterations and improvements, we are excited to announce the official release of HertzBeat v1.0.
We would like to thank the HertzBeat Contributors for their contributions since version beta.1 and the community and users for their support. This version adds support for Redis monitoring (contributed by @gcdd1993), covering a comprehensive range of performance indicators such as Redis memory and CPU, to fully monitor Redis. Multiple bugs have been fixed to further enhance stability.
<table> <tr> <td align="center"><a href="https://github.com/tomsun28"> <sub><b>tomsun28</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=tomsun28" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=tomsun28" title="Documentation">π</a> <a href="#design-tomsun28" title="Design">π¨</a></td> <td align="center"><a href="https://github.com/wang1027-wqh"> <sub><b>δΌηΌη¨ηηε¦ιΏ</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=wang1027-wqh" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=wang1027-wqh" title="Documentation">π</a> <a href="#design-wang1027-wqh" title="Design">π¨</a></td> <td align="center"><a href="https://www.maxkey.top/"> <sub><b>MaxKey</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=shimingxy" title="Code">π»</a> <a href="#design-shimingxy" title="Design">π¨</a> <a href="#ideas-shimingxy" title="Ideas, Planning, & Feedback">π€</a></td> <td align="center"><a href="https://blog.gcdd.top/"> <sub><b>θ§ζ²§ζ΅·</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=gcdd1993" title="Code">π»</a> <a href="#design-gcdd1993" title="Design">π¨</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3Agcdd1993" title="Bug reports">π</a></td> <td align="center"><a href="https://github.com/a25017012"> <sub><b>yuye</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=a25017012" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=a25017012" title="Documentation">π</a></td> <td align="center"><a href="https://github.com/jx10086"> <sub><b>jx10086</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=jx10086" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3Ajx10086" title="Bug reports">π</a></td> <td align="center"><a href="https://github.com/winnerTimer"> <sub><b>winnerTimer</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=winnerTimer" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3AwinnerTimer" title="Bug reports">π</a></td> </tr> <tr> <td align="center"><a href="https://github.com/goo-kits"> <sub><b>goo-kits</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=goo-kits" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3Agoo-kits" title="Bug reports">π</a></td> <td align="center"><a href="https://github.com/brave4Time"> <sub><b>brave4Time</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=brave4Time" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3Abrave4Time" title="Bug reports">π</a></td> <td align="center"><a href="https://github.com/walkerlee-lab"> <sub><b>WalkerLee</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=walkerlee-lab" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3Awalkerlee-lab" title="Bug reports">π</a></td> <td align="center"><a href="https://github.com/fullofjoy"> <sub><b>jianghang</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=fullofjoy" title="Code">π»</a> <a href="https://github.com/tomsun28/hertzbeat/issues?q=author%3Afullofjoy" title="Bug reports">π</a></td> <td align="center"><a href="https://github.com/ChineseTony"> <sub><b>ChineseTony</b></sub></a> <a href="https://github.com/tomsun28/hertzbeat/commits?author=ChineseTony" title="Code">π»</a></td> </tr> </table>FeatureοΌ
Bug fix.
Online: tancloud
HertzBeat, incubated by Dromara and open-sourced by TanCloud, is an open-source monitoring and alerting project with a user-friendly visual interface that supports monitoring types such as websites, APIs, PING, ports, databases, operating systems, and more. Of course, we also provide a corresponding SaaS cloud monitoring version, so small and medium-sized teams and individuals no longer need to deploy a cumbersome monitoring system to monitor their website resources; you can log in to start monitoring for free.
HertzBeat supports custom monitoring; by configuring the YML file, we can customize the required monitoring types and metrics to meet common personalized needs. HertzBeat is modular, with manager, collector, scheduler, warehouse, alerter modules decoupled, making it easy to understand and customize for development. HertzBeat supports more flexible alarm configurations (calculation expressions), supports alarm notifications, alarm templates, and timely delivery of notifications via email, DingTalk, WeChat, Feishu, etc. Feel free to log in to HertzBeat's cloud environment, TanCloud, to try it out and discover more. We are rapidly iterating and welcome participation in joining and contributing to the open-source ecosystem.
The multi-type support, easy expansion, and low coupling of
HertzBeataim to help developers and small to medium-sized teams quickly build their own monitoring systems.
Repository url
Github https://github.com/apache/hertzbeat Gitee https://gitee.com/hertzbeat/hertzbeat