So a solution to anyone who might have the same problem. My machines have hardening scripts installed per default. The setting: “hidepid” was set to “2” which disables the container to see the other processes. It works if you run the container with root but not if you go via the more secure way of using the docker proxy. So you have to enable the user running the netdata container to see the other processes (setting “hidepid” to “0”).
1 Like