File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 log "github.com/sirupsen/logrus"
2626)
2727
28- const version string = "0.14.3 "
28+ const version string = "0.14.4 "
2929
3030var (
3131 showVersion = flag .Bool ("version" , false , "Print version information." )
9090 poeEnabled = flag .Bool ("poe.enabled" , true , "Scrape PoE metrics" )
9191 krtEnabled = flag .Bool ("krt.enabled" , false , "Scrape KRT queue metrics" )
9292 twampEnabled = flag .Bool ("twamp.enabled" , false , "Scrape TWAMP metrics" )
93- systemstatisticsEnabled = flag .Bool ("systemstatistics.enabled" , true , "Scrape system statistics metrics" )
93+ systemstatisticsEnabled = flag .Bool ("systemstatistics.enabled" , true , "Scrape system statistics metrics" )
9494 cfg * config.Config
9595 devices []* connector.Device
9696 connManager * connector.SSHConnectionManager
You can’t perform that action at this time.
0 commit comments