first commit
This commit is contained in:
commit
ba848e218d
1001 changed files with 152333 additions and 0 deletions
9
Prometheus/docker启动.md
Normal file
9
Prometheus/docker启动.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
```
|
||||
docker run --name=prometheus -d \
|
||||
-p 9090:9090 \
|
||||
-v /home/chenqionghe/promethues/server/prometheus.yml:/etc/prometheus/prometheus.yml \
|
||||
-v /home/chenqionghe/promethues/server/rules.yml:/etc/prometheus/rules.yml \
|
||||
prom/prometheus:v2.7.2 \
|
||||
--config.file=/etc/prometheus/prometheus.yml \
|
||||
--web.enable-lifecycle
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue