mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-09 22:46:36 +00:00
textfile: disable collector by default (#1560)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
DefaultCollectors = "cpu,cs,logical_disk,physical_disk,net,os,service,system,textfile"
|
||||
DefaultCollectors = "cpu,cs,logical_disk,physical_disk,net,os,service,system"
|
||||
DefaultCollectorsPlaceholder = "[defaults]"
|
||||
Namespace = "windows"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user