mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-07-19 22:21:26 +02:00
fix default value of collectors.dfsr.sources-enabled (#1506)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user