Open
Description
Check the bug
I could not find a similar bug
Describe the bug
On my server, I have multiple users that run podman containers. I would like to monitor all containers through one glances instance. I tried adding an extra socket through the configuration file, but that did not seem to work.
To Reproduce
Steps to reproduce the behavior:
- Start Glances with podman sockets bound at /run/user/1000/podman/podman.sock and /run/user/1001/podman/podman.sock.
- Add podman_sock=unix:///run/user/1001/podman/podman.sock to the configuration file
- Only the one bound at /run/user/1000/podman/podman.sock gets used
Expected behavior
I want to be able to add multiple podman sockets so that I can monitor all containers on my server
Environement (please complete the following information)
- Operating System (lsb_release -a or OS name/version): Fedora 40 Server Edition
- Glances & psutil versions: Glances 4.1.2, psutil 6.0.0
- How do you install Glances (Pypi package, script, package manager, source): docker.io/nicolargo/glances:latest-full
- Glances test: