v1.4.0
v1.4.0
Home: hertzbeat.com | tancloud.cn
Hi guys! Major release. HertzBeat's collectors cluster is coming!
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_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
- [doc] add v1.3.2 publish doc by @tomsun28 in #1075
- remove elasticsearch unused param index by @Ceilzcx in #1080
- feature support monitoring apache airflow by @luoxuanzao in #1081
- add luoxuanzao as a contributor for code by @allcontributors in #1083
- [collector] bugfix sshd cannot use private key to connect by @gcdd1993 in #1084
- bugfix update dashboard alerts cards height not consist by @tomsun28 in #1087
- Feature#serverchan by @zqr10159 in #1092
- bugfix dm database monitoring connect error by @lisongning in #1094
- add lisongning as a contributor for code by @allcontributors in #1096
- update alert rule operator display "<=" to ">=" by @Ceilzcx in #1097
- [doc] add custom monitoring relate document by @tomsun28 in #1098
- add YutingNie as a contributor for code by @allcontributors in #1103
- Remove unreachable status by @YutingNie in #1102
- 139 auto update alert status by @l646505418 in #1104
- feat: aviator fn for str contains, exists & matches by @mikezzb in #1106
- add mikezzb as a contributor for code by @allcontributors in #1107
- bugfix common alarm do not need monitorId tag existed by @tomsun28 in #1108
- bugfix extern alert do not have labels mapping inner monitor by @tomsun28 in #1111
- feature: support apache spark metrics monitoring by @a-little-fool in #1114
- add a-little-fool as a contributor for code by @allcontributors in #1116
- [Feature]Add third report of TenCloud by @zqr10159 in #1113
- [Feature]Add third report of TenCloud (#1113) by @zqr10159 in #1119
- [manager] fix: can query by tags when tagValue is null by @l646505418 in #1118
- bugfix the notification template environment variable display error by @tomsun28 in #1120
- add littlezhongzer as a contributor for code by @allcontributors in #1127
- feature:monitor brearer token api, ignore letter case to comparison by @littlezhongzer in #1122
- docs: enhance README by @mikezzb in #1128
- Update app-oracle.yml by @ChenXiangxxxxx in #1129
- add ChenXiangxxxxx as a contributor for code by @allcontributors in #1130
- fix alarm silence strategy setting failed by @Ceilzcx in #1131
- support run sql script file in jdbc protocol config by @tomsun28 in #1117
- bugfix return old cache json file when upgrade version by @tomsun28 in #1137
- support ssh protocol config choose if reuse connection by @tomsun28 in #1136
- feat(web): alert threshold UI support matches & contains by @mikezzb in #1138
- support hertzbeat metrics collector cluster by @tomsun28 in #1101
- add collector card in dashboard by @tomsun28 in #1147
- bugfix: linux collect warning: bad syntax, perhaps a bogus '-' by @Mr-zhou315 in #1151
- add Mr-zhou315 as a contributor for code by @allcontributors in #1157
- support config timezone locale language region on web ui by @tomsun28 in #1154
- bugfix monitoring template app name already exists by @tomsun28 in #1152
- bugfix can not startup when error monitoring template yml file by @tomsun28 in #1153
- tags also deleted when the monitor is deleted by @Ceilzcx in #1159
- monitoring param host with http head will not be error reported by @littlezhongzer in #1155
- [script] feature update build.sh and Dockerfile: detect app version a… by @XimfengYao in #1162
- add XimfengYao as a contributor for code by @allcontributors in #1163
- [doc] add collector clusters document by @tomsun28 in #1161
- [hertzbeat] release hertzbeat version v1.4.0 by @tomsun28 in #1168
New Contributors
- @luoxuanzao made their first contribution in #1081
- @lisongning made their first contribution in #1094
- @YutingNie made their first contribution in #1102
- @mikezzb made their first contribution in #1106
- @a-little-fool made their first contribution in #1114
- @littlezhongzer made their first contribution in #1122
- @ChenXiangxxxxx made their first contribution in #1129
- @Mr-zhou315 made their first contribution in #1151
- @XimfengYao made their first contribution in #1162
Full Changelog: v1.3.2...v1.4.0