Happy Chinese New Year!
Today is the eve of the Chinese Lunar New Year, I wish you all a happy Spring Festival!
v1.5.0
Home: hertzbeat.com
Hi guys! HertzBeat's 1.5.0 version has published!
This version hertzbeat provides powerful status page building capabilities, easily communicate the real-time status of your service to users. like https://www.githubstatus.com/
- support status page function @tomsun28
- add new field description in hertzbeat tag detail by @GEM0816g
- bugfix: search monitors error when pageable @avvCode
- Alert define add export and import function @a-little-fool @yqxxgh
- refactor tdengine store code, auto close resource by @Carpe-Wang
- alert notice add monitor host by @yqxxgh
- snowflake id by @liyin
- interface info displays in Mb by @Calvin979
- Alert yml config by @zqr10159
- more feature, document and bugfix
status page
Let's Try Now!
- Just one command to get started:
docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat
or use quay.io (if dockerhub network connect timeout)
docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat quay.io/tancloud/hertzbeat
-
Access
http://localhost:1157
to start, default account:admin/hertzbeat
-
Deploy collector clusters
docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MANAGER_PORT=1158 --name hertzbeat-collector tancloud/hertzbeat-collector
-e IDENTITY=custom-collector-name
: set the collector unique identity name.-e MANAGER_HOST=127.0.0.1
: set the main hertzbeat server ip.-e MANAGER_PORT=1158
: set the main hertzbeat server port, default 1158.
Detailed config refer to Install HertzBeat via Docker
Thanks to the contributors! 👍👍
What's Changed
- update introduce doc by @tomsun28 in #1484
- feature: add new field description in hertzbeat tag detail by @GEM0816g in #1489
- add GEM0816g as a contributor for code by @allcontributors in #1490
- bugfix: search monitors error when pageable #1470 by @avvCode in #1491
- add avvCode as a contributor for code by @allcontributors in #1492
- bugfix mongodb collect cause system thread oom by @tomsun28 in #1488
- webapp add build package script by @yqxxgh in #1494
- add yqxxgh as a contributor for doc by @allcontributors in #1496
- [doc] add 1.4.4 new publish doc by @tomsun28 in #1497
- bugfix prometheus type metrics threshold alarm not work by @tomsun28 in #1498
- Alert define add export and import function by @yqxxgh in #1499
- Alert tests fix by @a-little-fool in #1501
- bugfix exportMonitor.monitor.tags npe by @CharlieShi46 in #1502
- add CharlieShi46 as a contributor for code by @allcontributors in #1505
- bugfix webhook notice error by @Carpe-Wang in #1504
- Alert define export tags combine by @yqxxgh in #1506
- refactor tdengine store code, auto close resource by @Carpe-Wang in #1513
- alert notice add monitor host by @yqxxgh in #1515
- add wechat alarm notify, refactor code by @Carpe-Wang in #1516
- snowflake id by @liyin in #1517
- Fixed: interface info displays in Mb by @Calvin979 in #1521
- Staus Page Component by @tomsun28 in #1449
- [feat] status page incident history by @tomsun28 in #1528
- [doc] update time series doc by @zqr10159 in #1531
- update status page relate doc by @tomsun28 in #1532
- update nginx monitoring help doc by @tomsun28 in #1533
- Alert yml config by @zqr10159 in #1535
- notify success when import alarm define success by @tomsun28 in #1536
- [hertzbeat] release hertzbeat version v1.5.0 by @tomsun28 in #1538
New Contributors
- @GEM0816g made their first contribution in #1489
- @avvCode made their first contribution in #1491
- @yqxxgh made their first contribution in #1494
- @CharlieShi46 made their first contribution in #1502
Full Changelog: v1.4.4...v1.5.0