]> arthur.barton.de Git - netdata.git/commitdiff
enable cgroup renames for docker under systemd; fixes #1636
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 25 Jan 2017 00:06:53 +0000 (02:06 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 25 Jan 2017 00:06:53 +0000 (02:06 +0200)
src/sys_fs_cgroup.c

index 17e794658ff265fe6f3a3d1da7c7d388ac87c590..2050756b0aae4475ac691fbe574cc37abab46bbf 100644 (file)
@@ -181,6 +181,7 @@ 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 "
                     " !/ "
                     " !*.mount "
                     " !*.partition "