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: clone_config:
condition: service_completed_successfully condition: service_completed_successfully
node_exporter: # node_exporter:
image: quay.io/prometheus/node-exporter:latest # image: quay.io/prometheus/node-exporter:latest
command: # command:
- '--path.rootfs=/host' # - '--path.rootfs=/host'
pid: host # pid: host
restart: unless-stopped # restart: unless-stopped
volumes: # volumes:
- '/:/host:ro,rslave' # - '/:/host:ro,rslave'
networks: # networks:
- traefik-public # - traefik-public
volumes: volumes:
grafana-data: grafana-data:

View File

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