disable node_exporter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Glaum 2023-07-19 15:34:31 +02:00
parent c82c83874b
commit 931f73d263
2 changed files with 14 additions and 14 deletions

View File

@ -82,16 +82,16 @@ services:
clone_config:
condition: service_completed_successfully
node_exporter:
image: quay.io/prometheus/node-exporter:latest
command:
- '--path.rootfs=/host'
pid: host
restart: unless-stopped
volumes:
- '/:/host:ro,rslave'
networks:
- traefik-public
# node_exporter:
# image: quay.io/prometheus/node-exporter:latest
# command:
# - '--path.rootfs=/host'
# pid: host
# restart: unless-stopped
# volumes:
# - '/:/host:ro,rslave'
# networks:
# - traefik-public
volumes:
grafana-data:

View File

@ -7,7 +7,7 @@ scrape_configs:
static_configs:
- targets:
- "traefik:8080"
- job_name: node_exporter
static_configs:
- targets:
- "node_exporter:9100"
# - job_name: node_exporter
# static_configs:
# - targets:
# - "node_exporter:9100"