@cryptotaxi247 / netdata-1 / commits / 18a15c094

SNMP: _generic-lldp.yaml (#20342)

Fotis Voutsas committed May 26, 2025 at 11:57 UTC 18a15c094cf3c475740c931c9ae6e98007a82ec9
2 files changed -37
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-lldp.yaml deleted
-36
@@ -1,36 +0,0 @@
1 -metrics:
2 - - MIB: LLDP-MIB
3 - table:
4 - OID: 1.0.8802.1.1.2.1.4.1
5 - name: lldpRemTable
6 - symbols:
7 - - name: lldpRem
8 - constant_value_one: true
9 - metric_tags:
10 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
11 - - symbol:
12 - OID: 1.0.8802.1.1.2.1.4.1.1.6
13 - name: lldpRemPortIdSubtype
14 - tag: lldp_rem_port_id_subtype
15 - description: "The type of port identifier encoding used in the associated port identifier object"
16 - unit: "TBD"
17 - mapping:
18 - 1: interface_alias
19 - 2: port_component
20 - 3: mac_address
21 - 4: network_address
22 - 5: interface_name
23 - 6: agent_circuit_id
24 - 7: local
25 - - symbol:
26 - OID: 1.0.8802.1.1.2.1.4.1.1.7
27 - name: lldpRemPortId
28 - tag: lldp_rem_port_id
29 - description: "The string value used to identify the port component associated with the remote system"
30 - unit: "TBD"
31 - - symbol:
32 - OID: 1.0.8802.1.1.2.1.4.1.1.9
33 - name: lldpRemSysName
34 - tag: lldp_rem_sys_name
35 - description: "The string value used to identify the system name of the remote system"
36 - unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/arista-switch.yaml
-1
@@ -5,7 +5,6 @@ extends:
5 - _generic-bgp4.yaml
6 - _generic-entity-sensor.yaml
7 - _generic-if.yaml
8 - - _generic-lldp.yaml
8 - _generic-ospf.yaml
9
10 metadata: