v1.5.0 #1544
tomsun28
announced in
Announcements
v1.5.0
#1544
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Download Link
hertzbeat server
hertzbeat collector
hertzbeat docker compose script
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/
status page
Let's Try Now!
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
-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
This discussion was created from the release v1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions