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 #2973
This commit is contained in:
parent
5609e6dc1b
commit
091460b35c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue