Skip to content
Snippets Groups Projects
Commit fa56781c authored by Jan David Mol's avatar Jan David Mol
Browse files

allow node exporter to see other processes as well

parent 96bea1c5
Branches
No related tags found
1 merge request!6Add ipmi-exporter docker container
...@@ -11,4 +11,5 @@ services: ...@@ -11,4 +11,5 @@ services:
image: prom/node-exporter image: prom/node-exporter
container_name: ${CONTAINER_NAME_PREFIX}node-exporter container_name: ${CONTAINER_NAME_PREFIX}node-exporter
network_mode: host # run on the host to be able to access host network statistics network_mode: host # run on the host to be able to access host network statistics
pid: host
restart: unless-stopped restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment