add network collector

This commit is contained in:
Martin Lindhe
2016-09-27 16:17:03 +02:00
parent 141b28a656
commit 6a5ae712d6
3 changed files with 260 additions and 1 deletions

View File

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