@cryptotaxi247 / netdata-1 / commits / e51f2bfae

generic-udp.yaml pass (#20326)

Co-authored-by: ilyam8 <ilya@netdata.cloud>

Fotis Voutsas committed May 22, 2025 at 09:55 UTC e51f2bfae6ae42a4a5d7a1f9df6ba3bfdf598ee5
1 file changed +20 -16
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-udp.yaml
+20 -16
@@ -2,30 +2,34 @@
2
3 metrics:
4 - MIB: UDP-MIB
5 - metric_type: monotonic_count
5 symbol:
6 OID: 1.3.6.1.2.1.7.8.0
7 name: udpHCInDatagrams
9 - description: The total number of UDP datagrams delivered to UDP users, for devices that can receive more than 1 million UDP datagrams per second.
10 - unit: "{datagram}"
8 + description: UDP datagrams received
9 + family: Network/IP/UDP/Packets
10 + unit: "{packet}"
11 + metric_type: monotonic_count
12 - MIB: UDP-MIB
12 - metric_type: monotonic_count
13 symbol:
14 - OID: 1.3.6.1.2.1.7.2.0
15 - name: udpNoPorts
16 - description: The total number of received UDP datagrams for which there was no application at the destination port.
17 - unit: "{datagram}"
14 + OID: 1.3.6.1.2.1.7.9.0
15 + name: udpHCOutDatagrams
16 + description: UDP datagrams sent
17 + family: Network/IP/UDP/Packets
18 + unit: "{packet}"
19 + metric_type: monotonic_count
20 - MIB: UDP-MIB
19 - metric_type: monotonic_count
21 symbol:
22 OID: 1.3.6.1.2.1.7.3.0
23 name: udpInErrors
23 - description: The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
24 - unit: "{datagram}"
24 + description: UDP datagrams received but couldn’t be delivered (not due to missing app)
25 + family: Network/IP/UDP/Errors
26 + unit: "{error}"
27 + metric_type: monotonic_count
28 - MIB: UDP-MIB
26 - metric_type: monotonic_count
29 symbol:
28 - OID: 1.3.6.1.2.1.7.9.0
29 - name: udpHCOutDatagrams
30 - description: The total number of UDP datagrams sent from this entity, for devices that can transmit more than 1 million UDP datagrams per second.
31 - unit: "{datagram}"
30 + OID: 1.3.6.1.2.1.7.2.0
31 + name: udpNoPorts
32 + description: UDP datagrams received with no app on the destination port
33 + family: Network/IP/UDP/Errors
34 + unit: "{error}"
35 + metric_type: monotonic_count