@cryptotaxi247 / netdata-1 / commits / b2e2900cc

filter out systemd-udevd.service/udevd (#15571)

Ilya Mashchenko committed Jul 27, 2023 at 17:21 UTC b2e2900cc6c94492bbbdd878bb1ddf5d845da453
1 file changed +1
collectors/cgroups.plugin/sys_fs_cgroup.c
+1
@@ -476,6 +476,7 @@ void read_cgroup_plugin_configuration() {
476 " !*.mount "
477 " !*.partition "
478 " !*.service "
479 + " !*.service/udev "
480 " !*.socket "
481 " !*.slice "
482 " !*.swap "