mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Fix linter
Signed-off-by: Emin Umut Gercek <eumutgercek@gmail.com>
This commit is contained in:
parent
d679000a11
commit
6b0be659b9
|
@ -51,11 +51,6 @@ var neighborStatesMap = map[uint16]string{
|
||||||
unix.NUD_PERMANENT: "permanent",
|
unix.NUD_PERMANENT: "permanent",
|
||||||
}
|
}
|
||||||
|
|
||||||
type neighborState struct {
|
|
||||||
ip string
|
|
||||||
state string
|
|
||||||
}
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("arp", defaultEnabled, NewARPCollector)
|
registerCollector("arp", defaultEnabled, NewARPCollector)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue