Add Win32_Service collector

This commit is contained in:
Calle Pettersson
2017-03-03 14:51:24 +01:00
parent b4ca3412dd
commit 91374a75f2
3 changed files with 85 additions and 1 deletions

View File

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