Skip to content

Commit

Permalink
[doc] update doc add download page and pic (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 authored May 2, 2024
1 parent f86651a commit 37083e3
Show file tree
Hide file tree
Showing 194 changed files with 577 additions and 681 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
[![Reddit](https://img.shields.io/badge/Reddit-Community-7289DA?logo=reddit)](https://www.reddit.com/r/hertzbeat/)
[![Twitter](https://img.shields.io/twitter/follow/hertzbeat1024?logo=twitter)](https://twitter.com/hertzbeat1024)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8139/badge)](https://www.bestpractices.dev/projects/8139)
[![Docker Pulls](https://img.shields.io/docker/pulls/tancloud/hertzbeat?style=%20for-the-badge&logo=docker&label=DockerHub%20Download)](https://hub.docker.com/repository/docker/tancloud/hertzbeat/general)
[![Docker Pulls](https://img.shields.io/docker/pulls/apache/hertzbeat?style=%20for-the-badge&logo=docker&label=DockerHub%20Download)](https://hub.docker.com/repository/docker/apache/hertzbeat/general)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/hertzbeat)](https://artifacthub.io/packages/search?repo=hertzbeat)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCri75zfWX0GHqJFPENEbLow?logo=youtube&label=YouTube%20Channel)](https://www.youtube.com/channel/UCri75zfWX0GHqJFPENEbLow)
[![QQ](https://img.shields.io/badge/QQ-630061200-orange)](https://qm.qq.com/q/FltGGGIX2m)

**Home: [hertzbeat.apache.org](https://hertzbeat.apache.org)**
**Email: <a href="mailto:[email protected]">Mail to `[email protected]`</a> to subscribe [mailing lists](https://lists.apache.org/[email protected])**
**Email: <a href="mailto:[email protected]">Mail to `[email protected]`</a> to subscribe mailing lists**


## 🎡 <font color="green">Introduction</font>

[Apache HertzBeat](https://github.com/apache/hertzbeat)(Incubating) 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.
[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) 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.

### Features

Expand Down Expand Up @@ -111,18 +110,14 @@

1. 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```
```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/hertzbeat```

2. Access `http://localhost:1157` to start, default account: `admin/hertzbeat`

3. 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
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 MODE=public` : set the running mode(public or private), public cluster or private cloud-edge.
Expand Down
15 changes: 5 additions & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@
[![Reddit](https://img.shields.io/badge/Reddit-Community-7289DA?logo=reddit)](https://www.reddit.com/r/hertzbeat/)
[![Twitter](https://img.shields.io/twitter/follow/hertzbeat1024?logo=twitter)](https://twitter.com/hertzbeat1024)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8139/badge)](https://www.bestpractices.dev/projects/8139)
[![Docker Pulls](https://img.shields.io/docker/pulls/tancloud/hertzbeat?style=%20for-the-badge&logo=docker&label=DockerHub%20Download)](https://hub.docker.com/repository/docker/tancloud/hertzbeat/general)
[![Docker Pulls](https://img.shields.io/docker/pulls/apache/hertzbeat?style=%20for-the-badge&logo=docker&label=DockerHub%20Download)](https://hub.docker.com/repository/docker/apache/hertzbeat/general)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/hertzbeat)](https://artifacthub.io/packages/search?repo=hertzbeat)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCri75zfWX0GHqJFPENEbLow?logo=youtube&label=YouTube%20Channel)](https://www.youtube.com/channel/UCri75zfWX0GHqJFPENEbLow)
[![QQ](https://img.shields.io/badge/qq-630061200-orange)](https://qm.qq.com/q/FltGGGIX2m)


**官网: [hertzbeat.apache.org](https://hertzbeat.apache.org)**
**邮件: <a href="mailto:[email protected]">发送至 ```[email protected]```</a>** 订阅[邮件列表](https://lists.apache.org/[email protected])
**邮件: <a href="mailto:[email protected]">发送至 ```[email protected]```</a>** 订阅邮件列表


## 🎡 <font color="green">介绍</font>

[Apache HertzBeat](https://github.com/apache/hertzbeat)(Incubating) 是一个易用友好的开源实时监控告警系统,无需 Agent,高性能集群,兼容 Prometheus,提供强大的自定义监控和状态页构建能力。
[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) 是一个易用友好的开源实时监控告警系统,无需 Agent,高性能集群,兼容 Prometheus,提供强大的自定义监控和状态页构建能力。

### 特点

Expand Down Expand Up @@ -110,18 +109,14 @@

1. `docker` 环境仅需一条命令即可开始

```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat```

```或者使用 quay.io (若 dockerhub 网络链接超时)```

```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat quay.io/tancloud/hertzbeat```
```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/hertzbeat```

2. 浏览器访问 `http://localhost:1157` 即可开始,默认账号密码 `admin/hertzbeat`

3. 部署采集器集群(可选)

```
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
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` : 配置此采集器的唯一性标识符名称,多个采集器名称不能相同,建议自定义英文名称。
- `-e MODE=public` : 配置运行模式(public or private), 公共集群模式或私有云边模式。
Expand Down
2 changes: 1 addition & 1 deletion e2e/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
links:
- hertzbeat
hertzbeat:
image: tancloud/hertzbeat
image: apache/hertzbeat
ports:
- 1157:1157
environment:
Expand Down
4 changes: 2 additions & 2 deletions home/blog/2022-06-19-hertzbeat-v1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: [opensource]
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**

Hello everyone, HertzBeat v1.1.0 is released! In this version, we've added support for the SNMP protocol and implemented application monitoring for Windows operating systems using SNMP.
Another significant change is our default switch to using the H2 database instead of MYSQL for storage, making it easier for users to install and deploy. Now, you can install and experience HertzBeat with just a single Docker command: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
Another significant change is our default switch to using the H2 database instead of MYSQL for storage, making it easier for users to install and deploy. Now, you can install and experience HertzBeat with just a single Docker command: `docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
Let's Try It!

Thanks to all HertzBeat contributors! 👍👍
Expand Down Expand Up @@ -64,7 +64,7 @@ Have Fun!
Home: hertzbeat.com | tancloud.cn

Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
Let's Try It!

Thanks to the contributors! 👍👍
Expand Down
4 changes: 2 additions & 2 deletions home/blog/2022-06-22-one-step-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: [opensource]
**Official Website: [hertzbeat.com](https://hertzbeat.com) | [tancloud.cn](https://tancloud.cn)**

Hello everyone, HertzBeat v1.1.0 is here! In this version, we've added support for the SNMP protocol and enabled application monitoring for Windows operating systems using SNMP.
Another major change is that we've switched from using MYSQL to H2 database by default for storage, making it easier for users to install and deploy. Now, you can get started with HertzBeat using just a single docker command: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
Another major change is that we've switched from using MYSQL to H2 database by default for storage, making it easier for users to install and deploy. Now, you can get started with HertzBeat using just a single docker command: `docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
Let's Try It!

Thanks to all contributors of HertzBeat! 👍👍
Expand Down Expand Up @@ -64,7 +64,7 @@ Have Fun!
Home: hertzbeat.com | tancloud.cn

Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
Let's Try It!

Thanks to the contributors! 👍👍
Expand Down
2 changes: 1 addition & 1 deletion home/blog/2022-07-10-hertzbeat-v1.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags: [opensource]
Hi guys! HertzBeat v1.1.1 is coming. This version brings custom monitoring enhancements, and the collected metric data can be assigned as a variable to the next collection. Fixed several bugs and improved the overall stable usability.

Only one docker command is needed to install and experience hertzbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Thanks to the contributors! 👍👍

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2022-09-04-hertzbeat-v1.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Home: hertzbeat.com | tancloud.cn
Hi guys! HertzBeat v1.1.3 is coming. This version supports kafka monitor, ssl certificate expired monitor and more. Fixed several bugs and improved the overall stable usability.

Only one docker command is needed to install and experience hertzbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Thanks to the contributors! 👍👍

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2022-09-10-ssl-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gitee: https://gitee.com/hertzbeat/hertzbeat

2. The `docker` environment can be installed with a single command

`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

3. Installation success browser visit `localhost:1157` to start, the default account password `admin/hertzbeat

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2022-10-08-hertzbeat-v1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Home: hertzbeat.com | tancloud.cn
Hi guys! HertzBeat v1.2.0 is coming. This version supports more powerful metrics collect jsonpath, upgrade springboot version to 2.7.4, support This version supports more powerful metrics collect jsonpath, upgrade springboot version to 2.7.4, support metrics unit convert display, and more. Fixed several bugs and improved the overall stable usability.

Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Thanks to the contributors! 👍👍 @Ceilzcx @Privauto @VampireAchao @DreamGirl524 @CharlieXCL @emrys-he @SxLiuYu @tomsun28

Expand Down
4 changes: 2 additions & 2 deletions home/blog/2022-11-28-hertzbeat-v1.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Hi guys! HertzBeat v1.2.2 is coming. This release brings significant features. T
Let's Try It Now!

Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Thanks to the contributors! 👍👍

Expand Down Expand Up @@ -63,7 +63,7 @@ Have Fun!
大家好,HertzBeat v1.2.2发布啦!这个版本带来个超多重大更新,我们支持了对云原生kubernets, docker的监控,支持了对springboot应用, nacos注册发现中心,达梦数据库,opengauss数据库等的指标监控。我们也引入了一个实验性特性,用户可以使用promethues promql 从promethues server拿取指标数据作为hertzbeat自定义监控指标数据。当然我们也新增了多个测试用户覆盖,修复了多个BUG。还有个很多用户想要的更新,我们新增了对linux监控的top10 cpu 内存利用率的进程监控指标。有个这个指标,我们就可以干很多事情。比如监控某个进程CPU异常,内存爆满啥的。快来试试吧!

只需要一条docker命令即可安装体验heartbeat :
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

感谢hertzbeat贡献者们的贡献!👍👍

Expand Down
4 changes: 2 additions & 2 deletions home/blog/2022-12-28-hertzbeat-v1.2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Hi guys! HertzBeat v1.2.3 is coming. This release we support prometheus exporter
Let's Try It Now!

Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Thanks to the contributors! 👍👍

Expand Down Expand Up @@ -62,7 +62,7 @@ Have Fun!
大家好,HertzBeat v1.2.3发布啦!这个版本带来了重大更新,我们支持了对prometheus exporter协议监控,用户可以很方便的使用hertzbeat来适配监控prometheus exporter. 基于这个能力,这个版本我们也支持了对apache shenyu, apache iotdb的指标监控。我们更新了UI布局,修复了多个BUG,也支持了短信通知。快来体验下吧!

只需要一条docker命令即可安装体验heartbeat :
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

感谢hertzbeat贡献者们的贡献!👍👍

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-01-05-monitor-iotdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn about using Star Support! **

Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Note ⚠️HertzBeat v1.2.3 version supports IoTDB v0.12 v0.13. Since its v1.0 has just been released, all metrics of this version are not yet compatible.
2 changes: 1 addition & 1 deletion home/blog/2023-01-08-monitor-shenyu.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn about using Star Support Oh! **
Experience heartbeat with a single docker command:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
2 changes: 1 addition & 1 deletion home/blog/2023-02-02-monitor-dynamic-tp.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ HertzBeat Github: https://github.com/apache/hertzbeat
**Welcome to learn how to use Star Support!**
Experience heartbeat with a single docker command:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
2 changes: 1 addition & 1 deletion home/blog/2023-02-11-monitor-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ HertzBeat Github: https://github.com/apache/hertzbeat

> Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
2 changes: 1 addition & 1 deletion home/blog/2023-02-15-monitor-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This practical article took us to experience how to use the open source real-tim

> Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

## What is Hertz Beat?

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-03-15-hertzbeat-v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ and more new features welcome to explore

Only one docker command is needed to install and experience heartbeat

`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

Thanks to the hertzbeat contributors for their contributions! 👍👍👍

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-03-22-monitor-springboot2.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ This practical article took us to experience how to use the open source real-tim
> Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
## More powerful
Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-05-09-hertzbeat-v1.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Support monitoring EulerOS metrics and SpringBoot3 metrics. Fixed several bugs,
Let's Try Now!

Only one docker command is needed to install and experience hertzbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

## Upgrade Note⚠️.

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-05-11-greptimedb-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ docker run -d -p 1157:1157 \
-v /opt/data:/opt/hertzbeat/data \
-v /opt/application.yml:/opt/hertzbeat/config/application.yml \
--restart=always \
--name hertzbeat tancloud/hertzbeat
--name hertzbeat apache/hertzbeat
```


Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-07-05-hertzbeat-v1.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Let's Try Now!

Only one docker command is needed to install and experience hertzbeat:

`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
`docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`

```or use quay.io (if dockerhub network connect timeout)```

Expand Down
4 changes: 2 additions & 2 deletions home/blog/2023-08-14-hertzbeat-v1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ As for open source commercialization, the premise of open source commercializati

1. Just one command to get started:

```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat```
```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/hertzbeat```

```or use quay.io (if dockerhub network connect timeout)```

Expand All @@ -86,7 +86,7 @@ As for open source commercialization, the premise of open source commercializati
3. 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
docker run -d -e IDENTITY=custom-collector-name -e MANAGER_IP=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_IP=127.0.0.1` : set the main hertzbeat server ip.
Expand Down
4 changes: 2 additions & 2 deletions home/blog/2023-09-26-hertzbeat-v1.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]

1. Just one command to get started:

```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat```
```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/hertzbeat```

```or use quay.io (if dockerhub network connect timeout)```

Expand All @@ -71,7 +71,7 @@ keywords: [open source monitoring system, alerting system, Linux monitoring]
3. 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
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.
Expand Down
Loading

0 comments on commit 37083e3

Please sign in to comment.