@cryptotaxi247 / netdata-1 / commits / a62f8c885

Fix cgroups.plugin supported_platforms to Linux only (#21740)

cgroups are a Linux kernel feature — mark the plugin as Linux-only in metadata.yaml. Previously had empty include/exclude lists which the generator interpreted as "all platforms".

Costa Tsaousis committed Feb 11, 2026 at 12:57 UTC a62f8c8851c438041427d59a68d89c0281888e1e
1 file changed +2 -1
src/collectors/cgroups.plugin/metadata.yaml
+2 -1
@@ -36,7 +36,8 @@ modules:
36 metrics_description: "Monitor containers and virtual machines resource utilization — CPU, memory, disk I/O, and network — via Linux cgroups."
37 method_description: ""
38 supported_platforms:
39 - include: []
39 + include:
40 + - Linux
41 exclude: []
42 multi_instance: true
43 additional_permissions: