diff --git a/hosts/ps08rp/node-exporter/compose.yaml b/hosts/ps08rp/node-exporter/compose.yaml new file mode 100644 index 000000000..596479c7d --- /dev/null +++ b/hosts/ps08rp/node-exporter/compose.yaml @@ -0,0 +1,11 @@ +--- +services: + node_exporter: + image: quay.io/prometheus/node-exporter:v1.9.0 + container_name: node_exporter + command: + - '--path.rootfs=/host' + pid: host + restart: always + volumes: + - '/:/host:ro,rslave' diff --git a/hosts/ps09rp/node-exporter/compose.yaml b/hosts/ps09rp/node-exporter/compose.yaml new file mode 100644 index 000000000..596479c7d --- /dev/null +++ b/hosts/ps09rp/node-exporter/compose.yaml @@ -0,0 +1,11 @@ +--- +services: + node_exporter: + image: quay.io/prometheus/node-exporter:v1.9.0 + container_name: node_exporter + command: + - '--path.rootfs=/host' + pid: host + restart: always + volumes: + - '/:/host:ro,rslave'