v1.4.2
Home: hertzbeat.com | tancloud.cn
Hi guys! HertzBeat's 1.4.2 version has published!
- [ospp] support custom notice template
- [ospp] support push metrics monitoring(beta)
- support using Huawei Cloud OBS to store monitoring templates yml
- support emqx monitoring and udp port monitoring
- more features , fix multiple bugs and so on
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
- bugfix counting wrong tasks num of collector by @tomsun28 in #1265
- [ospp] add push style collector by @vinci-897 in #1222
- add 1.4.1 version doc by @tomsun28 in #1263
- support using Huawei Cloud OBS to store custom define yml file by @gcdd1993 in #1266
- [doc] add more contact channel by @tomsun28 in #1272
- bugfix app-tomcat memory_pool unit mb by @rbsrcy in #1268
- add rbsrcy as a contributor for code by @allcontributors in #1271
- [doc] update docker.md by @ruanliang-hualun in #1270
- add ruanliang-hualun as a contributor for doc by @allcontributors in #1274
- bugfix jmx memory_pool unit and time unit error by @rbsrcy in #1273
- bugfix old version monitor alert has no monitor name by @tomsun28 in #1278
- support edit monitor in monitor detail page by @tomsun28 in #1282
- reset alert converge reduce cache when restored alert trigger by @tomsun28 in #1281
- [ospp] add push style collector doc by @vinci-897 in #1267
- bugfix threshold availability automatically carries threshold parameters by @tomsun28 in #1285
- [ospp] support custom notice template by @Eden4701 in #1233
- add Eden4701 as a contributor for code by @allcontributors in #1287
- bugfix AvailableAlertDefineInit - query did not return a unique result by @tomsun28 in #1288
- upgrade to version angular 15 by @tomsun28 in #1291
- support push style for multiple messages by @vinci-897 in #1292
- update hertzbeat upgrade help doc by @tomsun28 in #1294
- feat alert converge, define, silence support search query by @tomsun28 in #1300
- feature:support monitoring udp port availability by @tomsun28 in #1295
- support emqx monitor by @vinci-897 in #1302
- add an explicit tag filter by @vinci-897 in #1303
- add hertzbeat icon by @zqr10159 in #1305
- [doc] update kafka help doc by @XiaTian688 in #1308
- add XiaTian688 as a contributor for doc by @allcontributors in #1309
- support webhook custom template by @tomsun28 in #1306
- set ssh param connect reused default false by @tomsun28 in #1310
- upgrade greptimedb to v0.4 by @liyin in #1311
- add liyin as a contributor for code by @allcontributors in #1313
- add some emqx monitoring metrics by @tomsun28 in #1312
- feature: app-mysql.yml by @a-little-fool in #1316
- modify default IoTDB version config to V_1_0 by @Ceilzcx in #1315
- bugfix timestamp is null by @qyaaaa in #1246
- [hertzbeat] release hertzbeat version v1.4.2 by @tomsun28 in #1317
- bugfix alarm time span match in silence and notice by @tomsun28 in #1318
- update available alert threshold trigger times default 2 by @tomsun28 in #1324
- bugfix rabbitmq contains duplicated metric by @tomsun28 in #1322
- [alerter] optimize the encoding of how to add Extern Alarm Manage API(#1320) by @SurryChen in #1325
- bugfix webhook post body error and alarm recover exception by @tomsun28 in #1327
- build hertzbeat package with jdk runtime by @tomsun28 in #1328
New Contributors
- @rbsrcy made their first contribution in #1268
- @XiaTian688 made their first contribution in #1308
- @liyin made their first contribution in #1311
Full Changelog: v1.4.1...v1.4.2