[ci skip] monitor data for ethernet ports (#45)

* fix import name conflict
* adding in ethernet monitor information via prometheus gauge
* set CGO_ENABLED env var on build
This commit is contained in:
Steve Brunton
2019-08-20 22:11:03 -04:00
committed by GitHub
parent ea9cc69a3a
commit beb09ce540
6 changed files with 141 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ type Config struct {
Optics bool `yaml:"optics,omitempty"`
WlanSTA bool `yaml:"wlansta,omitempty"`
WlanIF bool `yaml:"wlanif,omitempty"`
Monitor bool `yaml:"monitor,omitempty"`
} `yaml:"features,omitempty"`
}