Skip to content

v1.4.0

Compare
Choose a tag to compare
@tomsun28 tomsun28 released this 10 Aug 15:29
· 2078 commits to master since this release
d14fe28

v1.4.0

Home: hertzbeat.com | tancloud.cn

Hi guys! Major release. HertzBeat's collectors cluster is coming!

cluster-arch

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_IP=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_IP=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.3.2...v1.4.0