Add health collector (#70)
* Add health collector for voltage & temperature * Run gofmt * Add help text to health collector
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"gopkg.in/routeros.v2/proto"
|
||||
"strings"
|
||||
)
|
||||
|
||||
type dhcpLeaseCollector struct {
|
||||
|
||||
Reference in New Issue
Block a user