add node exporters
This commit is contained in:
11
hosts/ps08rp/node-exporter/compose.yaml
Normal file
11
hosts/ps08rp/node-exporter/compose.yaml
Normal file
@@ -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'
|
11
hosts/ps09rp/node-exporter/compose.yaml
Normal file
11
hosts/ps09rp/node-exporter/compose.yaml
Normal file
@@ -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'
|
Reference in New Issue
Block a user