@cryptotaxi247 / netdata-1 / commits / 6b14efe8f

chore(go.d/sensors): disable by default (#19667)

Ilya Mashchenko committed Feb 18, 2025 at 11:42 UTC 6b14efe8f3df15d346e4aded7572691cd59db7ff
1 file changed +1
src/go/plugin/go.d/collector/sensors/collector.go
+1
@@ -21,6 +21,7 @@ func init() {
21 JobConfigSchema: configSchema,
22 Defaults: module.Defaults{
23 UpdateEvery: 10,
24 + Disabled: true,
25 },
26 Create: func() module.Module { return New() },
27 Config: func() any { return &Config{} },