Set default collectors and update documentation

This commit is contained in:
Calle Pettersson
2016-10-14 10:19:57 +02:00
parent 5dd08db8c4
commit fab166f70a
2 changed files with 10 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ type WmiCollector struct {
}
const (
defaultCollectors = "cpu,logical_disk,net,os"
defaultCollectors = "cpu,cs,logical_disk,net,os,system"
serviceName = "wmi_exporter"
)