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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.