tes
This commit is contained in:
parent
f570e87ec3
commit
b22da1fcf2
1 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
|||
];
|
||||
|
||||
# Add the docker telegraf listener
|
||||
services.telegraf.extraConfig.inputs.docker = {};
|
||||
services.telegraf.extraConfig.inputs.docker = {
|
||||
endpoint = "unix:///sys/fs/cgroup/system.slice/podman.socket";
|
||||
};
|
||||
users.users.telegraf.extraGroups = [ "podman" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue