Skip to content

Commit

Permalink
Add the node exporter to prometheus configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <[email protected]>
  • Loading branch information
kmgowda committed Feb 1, 2021
1 parent c315550 commit c23e01e
Show file tree
Hide file tree
Showing 10 changed files with 13,762 additions and 18 deletions.
3 changes: 1 addition & 2 deletions docker-compose-sbk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ services:
container_name: prometheus
hostname: prometheus
volumes:
- ./grafana/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./grafana/prometheus/targets.json:/etc/prometheus/targets.json
- ./grafana/prometheus:/etc/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose-static-ip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ services:
prometheus:
image: prom/prometheus
volumes:
- ./grafana/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./grafana/prometheus/targets.json:/etc/prometheus/targets.json
- ./grafana/prometheus:/etc/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ services:
container_name: prometheus
hostname: prometheus
volumes:
- ./grafana/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./grafana/prometheus/targets.json:/etc/prometheus/targets.json
- ./grafana/prometheus:/etc/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
Expand Down
Loading

0 comments on commit c23e01e

Please sign in to comment.