0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-21 08:17:14 +00:00

ignore system.slice/run-XXX.scope cgroups; fixes

This commit is contained in:
Costa Tsaousis (ktsaou) 2017-11-07 01:26:50 +02:00
parent 5609e6dc1b
commit 091460b35c
No known key found for this signature in database
GPG key ID: 29CA335889B9A863

View file

@ -151,7 +151,8 @@ void read_cgroup_plugin_configuration() {
// ----------------------------------------------------------------
" !*/init.scope " // ignore init.scope
" *.scope " // we need all *.scope for sure
" !/system.slice/run-*.scope " // ignore system.slice/run-XXXX.scope
" *.scope " // we need all other *.scope for sure
// ----------------------------------------------------------------