w60g Interface collector (#63)

Allow the collection of w60g interface statistics.
This commit is contained in:
Welby McRoberts
2019-12-26 18:20:24 +00:00
committed by Steve Brunton
parent 55ae663ce3
commit 5cea9840a7
4 changed files with 159 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ type Config struct {
POE bool `yaml:"poe,omitempty"`
Pools bool `yaml:"pools,omitempty"`
Optics bool `yaml:"optics,omitempty"`
W60G bool `yaml:"w60g,omitempty"`
WlanSTA bool `yaml:"wlansta,omitempty"`
WlanIF bool `yaml:"wlanif,omitempty"`
Monitor bool `yaml:"monitor,omitempty"`