Merge pull request #29 from martinlindhe/network

add network collector
This commit is contained in:
Martin Lindhe
2016-09-28 08:23:36 +02:00
committed by GitHub
3 changed files with 260 additions and 1 deletions

View File

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