home/blog/2023-12-11-hertzbeat-v1.4.3.md
HertzBeat is an open source, real-time monitoring system with custom monitoring, high performance cluster, prometheus-compatible and agentless capabilities.
Http, Jmx, Ssh, Snmp, Jdbc, Prometheus configurable, allowing you to collect any metrics by simply configuring the template YML file online. Imagine being able to quickly adapt to a new monitoring type like K8s or Docker simply by configuring online with HertzBeat.Prometheus ecosystem and more, can monitoring what Prometheus can monitoring with few clicks on webui.Discord Slack Telegram Email Dingtalk WeChat FeiShu Webhook SMS ServerChan.HertzBeat's powerful customization, multi-type support, high performance, easy expansion, and low coupling, aims to help developers and teams quickly build their own monitoring system.
Github: https://github.com/apache/hertzbeat
Gitee: https://gitee.com/hertzbeat/hertzbeat
Compatible with the Prometheus ecosystem, now we can monitor what Prometheus can monitoring with few clicks on webui.
Just one command to get started:
docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/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 apache/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
Welcome to explore more new version updates, thanks to the hard work of the community partners, love 💗!
Discord Slack Telegram Mail Pinning WeChat FlyBook SMS Webhook ServerChan.Github: https://github.com/apache/hertzbeat Gitee: https://gitee.com/hertzbeat/hertzbeat