-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
We have a cluster of hosts with infiniband cards that had an older version (1.1.2) of the node_exporter installed and running without error. We just updated to the latest version (1.6.1) and we are now seeing errors from the arp collector at each scrape.
Host operating system: output of uname -a
Linux xxxxx 4.18.0-425.19.2.el8_7.x86_64 #1 SMP Fri Mar 17 01:52:38 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of node_exporter --version
node_exporter, version 1.6.1 (branch: HEAD, revision: 4a1b776)
build user: root@586879db11e5
build date: 20230717-12:10:52
go version: go1.20.6
platform: linux/amd64
tags: netgo osusergo static_build
node_exporter command line flags
/usr/local/bin/node_exporter --collector.systemd --collector.textfile --collector.textfile.directory=/var/lib/node_exporter --web.listen-address=0.0.0.0:9100 --web.telemetry-path=/metrics
Are you running node_exporter in Docker?
No
node_exporter log output
Aug 16 11:53:54 xxxxx node_exporter[256428]: ts=2023-08-16T15:53:54.696Z caller=collector.go:169 level=error msg="collector failed" name=arp duration_seconds=0.000139986 err="could not get ARP entries: failed to parse ARP entry: address 00:00:00:02:fe:80:00:00:00: invalid MAC address"
What did you do that produced an error?
upgraded the node_exporter
What did you expect to see?
no issues
What did you see instead?
error from the arp collector