Update README.md

This commit is contained in:
StarsL.cn 2022-02-11 01:07:06 +08:00 committed by GitHub
parent f3d18b6707
commit c0a4334e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# 如何优雅的使用Consul管理Blackbox站点监控
### 关注公众号【**云原生DevOps**】加入运维群交流,获取更多...
![](https://github.com/starsliao/Prometheus/blob/master/qr.jpg)
## 实现功能
@ -73,15 +73,17 @@ consul acl bootstrap
```
---
### 部署Blackbox Manager
### 部署Consul Manager
##### 使用docker-compose来部署
编辑docker-compose.yaml文件修改传入的3个环境变量
- **consul的`token`consul的`URL`(/v1要保留),登录Blackbox Manager的`密码`**
- **consul的`token`consul的`URL`(/v1要保留),登录Consul Manager的`密码`**
- 启动:`docker-compose up -d`
- 访问:`http://{IP}:1026`
---
# 如何优雅的使用Consul管理Blackbox站点监控
##### Consul字段设计说明
- 所有数据存在一个名为`blackbox_exporter`的Services项中每个监控目标为一个子Service。