Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] update relate doc and readme #1667

Merged
merged 5 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

**Home: [hertzbeat.dromara.org](https://hertzbeat.dromara.org) Global | [hertzbeat.com](https://hertzbeat.com) China**

**Cloud: [console.tancloud.cn](https://console.tancloud.cn)**

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

Expand All @@ -39,7 +38,6 @@
* Provides powerful status page building capabilities, easily communicate the real-time status of your service to users.

> 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 also provide **[SaaS Monitoring Cloud](https://console.tancloud.cn)**, users no longer need to deploy a cumbersome monitoring system to monitor their resources. **[Get started online for free](https://console.tancloud.cn)**.

----

Expand Down Expand Up @@ -103,7 +101,6 @@

## 🐕 Quick Start

- If you prefer to use HertzBeat directly without deploying it, we provide SAAS Monitoring Cloud-TanCloud, **[Log In For Free](https://console.tancloud.cn)**.
- If you wish to deploy HertzBeat locally, please refer to the following Deployment Documentation for instructions.

### 🍞 Install HertzBeat
Expand All @@ -122,7 +119,7 @@

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

3. Deploy collector clusters
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
Expand All @@ -140,7 +137,7 @@ Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/do
2. Configure the HertzBeat configuration yml file `hertzbeat/config/application.yml` (optional)
3. Run command `$ ./bin/startup.sh ` or `bin/startup.bat`
4. Access `http://localhost:1157` to start, default account: `admin/hertzbeat`
5. Deploy collector clusters
5. Deploy collector clusters (Optional)
- Download the release package `hertzbeat-collector-xx.tar.gz` to new machine [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
- Configure the collector configuration yml file `hertzbeat-collector/config/application.yml`: unique `identity` name, running `mode` (public or private), hertzbeat `manager-host`, hertzbeat `manager-port`
```yaml
Expand Down Expand Up @@ -443,15 +440,6 @@ HertzBeat is a top project under the [Dromara Open Source Community](https://dro

[Subscribe YouTube](https://www.youtube.com/channel/UCri75zfWX0GHqJFPENEbLow)

[Bilibili B站](https://space.bilibili.com/430192869)

##### Public

<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/dromara/hertzbeat/home/static/img/wechat.png" width="300"/>

<br/>

<img alt="planet" src="https://cdn.jsdelivr.net/gh/dromara/hertzbeat@gh-pages/img/planet.jpg" width="300"/>

##### Friends

Expand Down
32 changes: 6 additions & 26 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

**官网: [hertzbeat.dromara.org](https://hertzbeat.dromara.org) 全球网络 | [hertzbeat.com](https://hertzbeat.com) 中国网络**

**云服务: [console.tancloud.cn](https://console.tancloud.cn)**

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

Expand All @@ -40,7 +39,6 @@


> `HertzBeat`的强大自定义,多类型支持,高性能,易扩展,低耦合,希望能帮助用户快速搭建自有监控系统。
> 当然我们也提供了对应的 **[SAAS版本监控云服务](https://console.tancloud.cn)**,中小团队和个人无需再为监控自有资源而去部署一套监控系统,**[登录即可免费开始](https://console.tancloud.cn)**。

----

Expand Down Expand Up @@ -102,7 +100,6 @@

## 🐕 快速开始

- 如果您不想部署而是直接使用,我们提供SAAS监控云服务-TanCloud探云,**[即刻登录注册免费使用](https://console.tancloud.cn)**。
- 如果您是想将HertzBeat部署到内网环境搭建监控系统,请参考下面的部署文档进行操作。

### 🍞 HertzBeat安装
Expand All @@ -120,7 +117,7 @@

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

3. 部署采集器集群
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
Expand All @@ -138,7 +135,7 @@ docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MAN
2. 配置 HertzBeat 的配置文件 `hertzbeat/config/application.yml`(可选)
3. 部署启动 `$ ./bin/startup.sh ` 或 `bin/startup.bat`
4. 浏览器访问 `http://localhost:1157` 即可开始,默认账号密码 `admin/hertzbeat`
5. 部署采集器集群
5. 部署采集器集群(可选)
- 下载采集器安装包`hertzbeat-collector-xx.tar.gz`到规划的另一台部署主机上 [GITEE Release](https://gitee.com/dromara/hertzbeat/releases) [GITHUB Release](https://github.com/dromara/hertzbeat/releases)
- 配置采集器的配置文件 `hertzbeat-collector/config/application.yml` 里面的连接主HertzBeat服务的对外IP,端口,当前采集器名称(需保证唯一性)等参数 `identity` `mode` (public or private) `manager-host` `manager-port`
```yaml
Expand Down Expand Up @@ -425,21 +422,14 @@ Thanks these wonderful people, welcome to join us:

HertzBeat 赫兹跳动是 [Dromara开源社区](https://dromara.org/) 下顶级项目。Gitee GVP。

##### 微信交流群

加微信号 `tan-cloud` 或 扫描下面账号二维码拉您进微信群。
<img alt="tan-cloud" src="home/static/img/docs/help/tan-cloud-wechat.jpg" width="150"/>

##### QQ交流群

加QQ群号 `236915833` 或 扫描下面的群二维码进群。

<img alt="tan-cloud" src="home/static/img/docs/help/qq-qr.jpg" width="150"/>

##### Channel

**[Chat On Discord](https://discord.gg/Fb6M73htGr)**

**微信交流群** : Add friend `tan-cloud` and will invite you to the group.

[QQ交流群](https://jq.qq.com/?_wv=1027&k=Bud9OzdI) : Group num `236915833`

[Github Discussion](https://github.com/dromara/hertzbeat/discussions)

[Reddit Community](https://www.reddit.com/r/hertzbeat/)
Expand All @@ -448,16 +438,6 @@ HertzBeat 赫兹跳动是 [Dromara开源社区](https://dromara.org/) 下顶级

[Subscribe YouTube](https://www.youtube.com/channel/UCri75zfWX0GHqJFPENEbLow)

[Bilibili B站](https://space.bilibili.com/430192869)

##### 公众号与星球

<img alt="tan-cloud" src="home/static/img/wechat.png" width="300"/>

<br/>

<img alt="planet" src="home/static/img/planet.jpg" width="300"/>

##### 友情链接

- [Sa-Token](https://gitee.com/dromara/sa-token) : 一个轻量级 java 权限认证框架,让鉴权变得简单、优雅
Expand Down
130 changes: 0 additions & 130 deletions home/blog/2022-02-11-hertzbeat.md

This file was deleted.

Loading
Loading