commit | c6cba172d2ac03b3a1920d1d4fba71aa6a5fe8e9 | [log] [tgz] |
---|---|---|
author | tomsun28 <tomsun28@outlook.com> | Sun Mar 24 10:48:26 2024 +0800 |
committer | tomsun28 <tomsun28@outlook.com> | Sun Mar 24 10:48:26 2024 +0800 |
tree | cf330e6b63c098b46e450f4dd632324beeed93f5 | |
parent | d22ed89b236ddce9bc908ce98700755ecb5dd604 [diff] |
update doc
A real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
实时监控系统,无需Agent,性能集群,兼容Prometheus,自定义监控和状态页构建能力。
Home: hertzbeat.dromara.org Global | hertzbeat.com China
HertzBeat is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building 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 users quickly build their own monitoring system.
We define all monitoring collection types such as
mysql
,jvm
, andk8s
asYML
monitoring templates, allowing users to import them to support corresponding types of monitoring. Welcome everyone to contribute your customized general monitoring type YML template during use.
Discord
Slack
Telegram
Email
Dingtalk
WeChat
FeiShu
Webhook
SMS
ServerChan
.HertzBeat supports installation through source code, docker or package, cpu support x86/arm64.
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 (Optional)
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 MODE=public
: set the running mode(public or private), public cluster or private cloud-edge.-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
hertzbeat-xx.tar.gz
GITEE Release GITHUB Releasehertzbeat/config/application.yml
(optional)$ ./bin/startup.sh
or bin/startup.bat
http://localhost:1157
to start, default account: admin/hertzbeat
hertzbeat-collector-xx.tar.gz
to new machine GITEE Release GITHUB Releasehertzbeat-collector/config/application.yml
: unique identity
name, running mode
(public or private), hertzbeat manager-host
, hertzbeat manager-port
collector: dispatch: entrance: netty: enabled: true identity: ${IDENTITY:} mode: ${MODE:public} manager-host: ${MANAGER_HOST:127.0.0.1} manager-port: ${MANAGER_PORT:1158}
$ ./bin/startup.sh
or bin/startup.bat
http://localhost:1157
and you will see the registered new collector in dashboardDetailed config refer to Install HertzBeat via Package
manager
and the front-end project web-app
.maven3+
, java17
, lombok
, start the manager
service.nodejs npm angular-cli
environment, Run ng serve --open
in web-app
directory after backend startup.http://localhost:4200
to start, default account: admin/hertzbeat
Detailed steps refer to CONTRIBUTING
Install the mysql/postgresql database, iotdb/tdengine/victoria-metrics database and hertzbeat at one time through docker-compose deployment script.
Detailed steps refer to Install via Docker-Compose
Install HertzBeat cluster in a Kubernetes cluster by Helm chart.
Detailed steps refer to Artifact Hub
HAVE FUN
Thanks to these wonderful people, welcome to join us:
Contributor Guide
HertzBeat is a top project under the Dromara Open Source Community. Gitee GVP.
WeChat Group : Add friend tan-cloud
and will invite you to the group.
QQ Group : Group num 236915833
HertzBeat is built on so many great open source projects, thanks to them!
Java Spring SpringBoot Jpa Maven Assembly Netty Lombok Sureness Aviator Protobuf HttpClient Guava SnakeYaml JsonPath ...
TypeScript Angular NG-ZORRO NG-ALAIN NodeJs Npm Html Less Echarts Rxjs ZoneJs MonacoEditor SlickCarousel Docusaurus ...