MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/netdata/usr/lib/netdata/conf.d/go.d/snmp.profiles/default/_intel-lan-adapters.yaml
# Provide Intel lan adapters metrics

metrics:
  - MIB: INTEL-LAN-ADAPTERS-MIB
    table:
      OID: 1.3.6.1.4.1.343.2.7.2.2.1.3
      name: genericAdaptersTrafficStatsAttrTable
    metric_type: monotonic_count
    symbols:
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.1
        name: adapterRxPackets
        chart_meta:
          family: 'Network/Interface/Packet/Total/In'
          description: Total number of packets received
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.2
        name: adapterTxPackets
        chart_meta:
          family: 'Network/Interface/Packet/Total/Out'
          description: Total number of packets transmitted
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.3
        name: adapterRxBytes
        chart_meta:
          family: 'Network/Interface/Traffic/Total/In'
          description: Total number of bytes received
          unit: "By/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.4
        name: adapterTxBytes
        chart_meta:
          family: 'Network/Interface/Traffic/Total/Out'
          description: Total number of bytes transmitted
          unit: "By/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.5
        name: adapterRxErrors
        chart_meta:
          family: 'Network/Interface/Error/Total/In'
          description: Total number of packets received with errors (packets that failed to reach the protocol)
          unit: "{error}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.6
        name: adapterTxErrors
        chart_meta:
          family: 'Network/Interface/Error/Total/Out'
          description: Total number of packets that failed to transmit
          unit: "{error}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.7
        name: adapterRxDropped
        chart_meta:
          family: 'Network/Interface/Dropped/In'
          description: Total number of receive packets dropped due to overrun
          unit: "{drop}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.8
        name: adapterTxDropped
        chart_meta:
          family: 'Network/Interface/Dropped/Out'
          description: Total number of transmit packets dropped due to successive collisions
          unit: "{drop}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.9
        name: adapterRxMulticast
        chart_meta:
          family: 'Network/Interface/Multicast/In'
          description: Total number of Multicast packets received
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.10
        name: adapterCollisions
        chart_meta:
          family: 'Network/Interface/Error/Collision/Count'
          description: Total number of single collisions
          unit: "{collision}/s"
    metric_tags:
      - tag: adapter
        symbol:
          OID: 1.3.6.1.4.1.343.2.7.2.2.1.1.1.2
          name: adapterName
        table: genericAdaptersAttrTable