fix default value of collectors.dfsr.sources-enabled (#1506)

This commit is contained in:
Jan-Otto Kröpke
2024-07-22 15:21:19 +02:00
committed by GitHub
parent caee5a05fe
commit 31bb6d03ee

View File

@@ -22,7 +22,7 @@ type Config struct {
}
var ConfigDefaults = Config{
DfsrEnabledCollectors: "",
DfsrEnabledCollectors: "connection,folder,volume",
}
// collector contains the metric and state data of the DFSR collectors.