textfile: disable collector by default (#1560)

This commit is contained in:
Jan-Otto Kröpke
2024-08-11 12:57:14 +02:00
committed by GitHub
parent e478843faa
commit 7bb16d2f5b
4 changed files with 4 additions and 4 deletions

View File

@@ -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"
)