# README

NetARP

Description

The NetARP collector parses the content of /proc/net/arp and picks the following metrics for each network interface:

NameTypeData sourceDescription
Entriesgauge/proc/net/arpThe total number of ARP entries.
IncompleteEntriesgauge/proc/net/arpThe total number of incomplete ARP entries.

Configuration

{
  "collectors": {
    "NetARP": {
      "enabled": true
    }
  }
}
  • "enabled"
    • true - enable collector
    • false - disable collector