mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2025-02-20 01:01:20 +01:00
from dns dependency upate
This commit is contained in:
parent
ef33170130
commit
29f7e8c132
@ -275,7 +275,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
|
||||
d.Address = strings.TrimRight(s.Target, ".")
|
||||
d.User = dev.User
|
||||
d.Password = dev.Password
|
||||
_ := c.getIdentity(&d)
|
||||
_ = c.getIdentity(&d)
|
||||
realDevices = append(realDevices, d)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user