fix default value of collectors.dfsr.sources-enabled (#1506)
This commit is contained in:
parent
caee5a05fe
commit
31bb6d03ee
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue