Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@tomsun28 tomsun28 released this 08 Feb 03:58
· 1539 commits to master since this release
45e05bb

Download Link

hertzbeat server

hertzbeat collector

hertzbeat docker compose script

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

image


Let's Try Now!

  1. 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

  1. Access http://localhost:1157 to start, default account: admin/hertzbeat

  2. 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

New Contributors

Full Changelog: v1.4.4...v1.5.0