From 4623aa9299577a900345a7a8c192c342f1de9278 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 28 Feb 2025 19:11:37 -0600 Subject: [PATCH] change paths --- hosts/ps09rp/node-exporter/compose.yaml | 4 ---- hosts/ps10rp/node-exporter/compose.yaml | 6 ++---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/hosts/ps09rp/node-exporter/compose.yaml b/hosts/ps09rp/node-exporter/compose.yaml index c6077f1e9..110c98c9d 100644 --- a/hosts/ps09rp/node-exporter/compose.yaml +++ b/hosts/ps09rp/node-exporter/compose.yaml @@ -4,14 +4,10 @@ services: image: quay.io/prometheus/node-exporter:v1.9.0 container_name: node-exporter command: - - '--path.procfs=/host/proc' - '--path.rootfs=/rootfs' - - '--path.sysfs=/host/sys' ports: - 9100:9100 pid: host restart: always volumes: - - /proc:/host/proc:ro - - /sys:/host/sys:ro - /:/rootfs:ro diff --git a/hosts/ps10rp/node-exporter/compose.yaml b/hosts/ps10rp/node-exporter/compose.yaml index 3e29ecb0a..b8727fca7 100644 --- a/hosts/ps10rp/node-exporter/compose.yaml +++ b/hosts/ps10rp/node-exporter/compose.yaml @@ -21,12 +21,10 @@ services: image: quay.io/prometheus/node-exporter:v1.9.0 container_name: node-exporter command: - - '--path.procfs=/host/proc' - '--path.rootfs=/rootfs' - - '--path.sysfs=/host/sys' + ports: + - 9100:9100 pid: host restart: always volumes: - - /proc:/host/proc:ro - - /sys:/host/sys:ro - /:/rootfs:ro