Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin7674 authored Apr 27, 2022
1 parent fb4c612 commit cc5f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker volume ls
docker run -d -p 9090:9090 -v /root/prometheus.yml:/etc/prometheus/prometheus.yml --volume prometheus-volume:/prometheus prom/prometheus:v1.8.2
```

在監控目標主機運行 node-exporter
## node-exporter
```
docker run -d -p 9100:9100 prom/node-exporter:v1.1.0
```
Expand Down

0 comments on commit cc5f81e

Please sign in to comment.