v1.4.4
Home: hertzbeat.com
Hi guys! HertzBeat's 1.4.4 version has published!
- support snmp v3 monitoring protocol @TJxiaobao
- support monitoring NebulaGraph metrics @ZY945
- support monitoring pop3 metrics @a-little-fool
- support monitoring memcached metrics @ZY945
- support monitoring nginx metrics @a-little-fool
- support monitoring hive metrics @a-little-fool
- feature: support for dns monitoring by @Calvin979
- monitoring the availability of websockets through handshake. by @ZY945
- add ntp protocol and support ntp monitoring by @ZY945
- add smtp protocol and support smtp monitoring by @ZY945
- more feature, document and bugfix
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 metrics tags value store jpa data-storage error by @tomsun28 in #1403
- add smtp protocol and support smtp monitoring by @ZY945 in #1407
- add ZY945 as a contributor for code by @allcontributors in #1409
- support new parse type 'log' in ssh collect protocol by @tomsun28 in #1410
- add ntp protocol and support ntp monitoring by @ZY945 in #1411
- monitoring the availability of websockets through handshake. by @ZY945 in #1413
- [Task-1386] When adding tags in tag management, random colors are given by default. by @prolevel1 in #1412
- add prolevel1 as a contributor for code by @allcontributors in #1415
- #1397 feature: support for dns monitoring by @Calvin979 in #1416
- Support monitoring hive metrics by @a-little-fool in #1417
- support legend pageable in history data charts by @tomsun28 in #1414
- update component tip and help tip doc by @tomsun28 in #1418
- feature: support monitoring nginx metrics and add a help doc by @a-little-fool in #1420
- update parser to parse from prometheus txt metrics data by @tomsun28 in #1421
- support monitoring memcached metrics and add a help doc by @ZY945 in #1423
- support all ssh connect key exchange by @tomsun28 in #1424
- [doc] add code of conduct by @tomsun28 in #1425
- update label structure store in victoria metrics, make it prometheus like by @tomsun28 in #1426
- feature: support monitoring pop3 metrics and add help doc by @a-little-fool in #1427
- Update sidebars.json by @a-little-fool in #1428
- Add zh-cn help doc by @a-little-fool in #1429
- update monitoring state un-manage to unmonitored, update pic by @tomsun28 in #1430
- Add jpa to date type storage by @Clownsw in #1431
- bugfix ^o^ token error, protect metrics api auth by @tomsun28 in #1434
- Add relevant documents for SMTP and NTP by @ZY945 in #1437
- bugfix threshold init error in mysql env by @tomsun28 in #1435
- app-rabbitmq.yml support for international name aliases by @ZY945 in #1439
- fix(*): error create lru-cache-timeout-cleaner thread by @Clownsw in #1438
- app-rabbitmq.yml Modifying Error Fields. by @ZY945 in #1440
- support monitoring NebulaGraph metrics and add help doc by @ZY945 in #1441
- Fix Nginx Collect validateParams function NPE by @Clownsw in #1442
- feature: add metrics i18n for app-springboot3.yml by @liyin in #1445
- feat: add metrics i18n for app-docker.yml by @liyin in #1446
- update docker-compose script and fix version by @tomsun28 in #1447
- bugfix java.lang.IllegalArgumentException: Illegal character in query… by @tomsun28 in #1443
- bugfix delete monitor error after monitor canceled by @ZhangZixuan1994 in #1451
- add ZhangZixuan1994 as a contributor for code by @allcontributors in #1454
- remove sleep, probably busy-waiting by @tomsun28 in #1456
- [doc] add new committer ZY945 by @tomsun28 in #1453
- Update app-zookeeper.yml by @hurenjie1 in #1458
- add hurenjie1 as a contributor for code by @allcontributors in #1459
- update dashboard ui, remove ssh custom SignatureFactories, update app name by @tomsun28 in #1460
- [Task] Monitoring Template Yml Metrics I18n | 监控模版指标国际化任务认领 #1212 by @tslj1024 in #1461
- add tslj1024 as a contributor for code by @allcontributors in #1462
- Add alarm trigger time for alarm restore by @Calvin979 in #1464
- bugfix history range query not work when victoria-metrics store by @tomsun28 in #1463
- bugfix springboot3 translation by @liyin in #1467
- bugfix telegram-notice can not input bot-token by @tomsun28 in #1465
- feat: support hostname target by @ldysdu in #1455
- add ldysdu as a contributor for code by @allcontributors in #1471
- [feature] support snmp v3 monitoring protocol by @TJxiaobao in #1469
- bugfix alarm trigger-times not work when alarm and recovered trigger cyclically by @tomsun28 in #1468
- update switch monitoring metrics i18n by @tomsun28 in #1472
- fixed: snmpv3 contextName bug by @TJxiaobao in #1473
- Fix npt of webhook notify by @Calvin979 in #1474
- [hertzbeat] release hertzbeat version v1.4.4 by @tomsun28 in #1475
- bugfix nginx collect http deadlock error by @tomsun28 in #1476
- alarm calculate ignore metrics collect code - TIMEOUT by @tomsun28 in #1478
New Contributors
- @ZY945 made their first contribution in #1407
- @prolevel1 made their first contribution in #1412
- @ZhangZixuan1994 made their first contribution in #1451
- @hurenjie1 made their first contribution in #1458
- @tslj1024 made their first contribution in #1461
- @ldysdu made their first contribution in #1455
Full Changelog: v1.4.3...v1.4.4