]> arthur.barton.de Git - netdata.git/commitdiff
call cgroup-name.sh for all docker and lxc cgroups
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 25 Jan 2017 00:30:09 +0000 (02:30 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 25 Jan 2017 00:30:09 +0000 (02:30 +0200)
src/sys_fs_cgroup.c

index 2050756b0aae4475ac691fbe574cc37abab46bbf..4914b2ed99a839e595d01be6586b1213d5323c85 100644 (file)
@@ -181,7 +181,8 @@ void read_cgroup_plugin_configuration() {
 
     enabled_cgroup_renames = simple_pattern_create(
             config_get("plugin:cgroups", "run script to rename cgroups matching",
-                    " /system.slice/docker-*.scope "
+                    " *docker* "
+                    " *lxc* "
                     " !/ "
                     " !*.mount "
                     " !*.partition "