mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-10 09:39:46 +01:00
fixed missing braces from some merge
This commit is contained in:
parent
8e7b67527a
commit
973b6dc379
@ -179,6 +179,8 @@ func WithIpsec() Option {
|
|||||||
func WithConntrack() Option {
|
func WithConntrack() Option {
|
||||||
return func(c *collector) {
|
return func(c *collector) {
|
||||||
c.collectors = append(c.collectors, newConntrackCollector())
|
c.collectors = append(c.collectors, newConntrackCollector())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// WithLte enables lte metrics
|
// WithLte enables lte metrics
|
||||||
func WithLte() Option {
|
func WithLte() Option {
|
||||||
|
Loading…
Reference in New Issue
Block a user