From fa56781c946d7a43f4e52e06f4a37e7a4dc53621 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 8 Apr 2024 15:43:42 +0200
Subject: [PATCH] allow node exporter to see other processes as well

---
 node-exporter.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/node-exporter.yml b/node-exporter.yml
index 3323252..3a483d4 100644
--- a/node-exporter.yml
+++ b/node-exporter.yml
@@ -11,4 +11,5 @@ services:
     image: prom/node-exporter
     container_name: ${CONTAINER_NAME_PREFIX}node-exporter
     network_mode: host # run on the host to be able to access host network statistics
+    pid: host
     restart: unless-stopped
-- 
GitLab