From 2e168e9a74eceeb058ce77d9512cee37579a7c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Tue, 18 Apr 2023 17:39:22 +0200 Subject: Document CetusGuard as a Docker socket proxy solution (#14806) * Document CetusGuard as a Docker socket proxy solution * Re-add Docker Socket Proxy to docs --- collectors/cgroups.plugin/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'collectors') diff --git a/collectors/cgroups.plugin/README.md b/collectors/cgroups.plugin/README.md index 9424ba736a..2e4fff2303 100644 --- a/collectors/cgroups.plugin/README.md +++ b/collectors/cgroups.plugin/README.md @@ -120,8 +120,9 @@ container names. To do this, ensure `podman system service` is running and Netda to `/run/podman/podman.sock` (the default permissions as specified by upstream are `0600`, with owner `root`, so you will have to adjust the configuration). -[docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) can also be used to give Netdata restricted -access to the socket. Note that `PODMAN_HOST` in Netdata's environment should be set to the proxy's URL in this case. +[Docker Socket Proxy (HAProxy)](https://github.com/Tecnativa/docker-socket-proxy) or [CetusGuard](https://github.com/hectorm/cetusguard) +can also be used to give Netdata restricted access to the socket. Note that `PODMAN_HOST` in Netdata's environment should +be set to the proxy's URL in this case. ### Charts with zero metrics -- cgit v1.2.3