initial commit

This commit is contained in:
Martin Lindhe
2016-08-26 08:59:27 +02:00
commit dac70ad805
6 changed files with 250 additions and 0 deletions

5
collectors/wmi.go Normal file
View File

@@ -0,0 +1,5 @@
package collectors
const (
wmiNamespace = "wmi"
)