Add health collector (#70)

* Add health collector for voltage & temperature
* Run gofmt
* Add help text to health collector
This commit is contained in:
Ben Reedy
2020-02-10 18:55:10 +00:00
committed by GitHub
parent 8578c271bb
commit 3b33400d24
6 changed files with 116 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ type Config struct {
DHCP bool `yaml:"dhcp,omitempty"`
DHCPL bool `yaml:"dhcpl,omitempty"`
DHCPv6 bool `yaml:"dhcpv6,omitempty"`
Health bool `yaml:"health,omitempty"`
Routes bool `yaml:"routes,omitempty"`
POE bool `yaml:"poe,omitempty"`
Pools bool `yaml:"pools,omitempty"`