diff --git a/collector/ntp.go b/collector/ntp.go index fb2031f3..1b6c8211 100644 --- a/collector/ntp.go +++ b/collector/ntp.go @@ -35,7 +35,6 @@ type ntpCollector struct { } func init() { - ntp.Version = byte(*ntpProtocolVersion) Factories["ntp"] = NewNtpCollector } @@ -45,6 +44,7 @@ func NewNtpCollector() (Collector, error) { if *ntpServer == "" { return nil, fmt.Errorf("no NTP server specifies, see --ntpServer") } + ntp.Version = byte(*ntpProtocolVersion) return &ntpCollector{ drift: prometheus.NewGauge(prometheus.GaugeOpts{