mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-14 17:44:35 -08:00
eecc2b1dea
Allow filtering APR entries based on device. Useful for ignoring entries for network namespaces (containers). Signed-off-by: Ben Kochie <superq@gmail.com>
9 lines
604 B
Plaintext
9 lines
604 B
Plaintext
IP address HW type Flags HW address Mask Device
|
|
192.168.1.1 0x1 0x2 cc:aa:dd:ee:aa:bb * eth0
|
|
192.168.1.2 0x1 0x2 bb:cc:dd:ee:ff:aa * eth0
|
|
192.168.1.3 0x1 0x2 aa:bb:cc:dd:ee:ff * eth0
|
|
192.168.1.4 0x1 0x2 dd:ee:ff:aa:bb:cc * eth1
|
|
192.168.1.5 0x1 0x2 ee:ff:aa:bb:cc:dd * eth1
|
|
192.168.1.6 0x1 0x2 ff:aa:bb:cc:dd:ee * eth1
|
|
10.0.0.1 0x1 0x2 de:ad:be:ef:00:00 * nope
|