Skip to content

Commit 3b61883

Browse files
committed
add ping metrics to snmp metadata.csv
1 parent 58f3ead commit 3b61883

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snmp/metadata.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ datadog.snmp_traps.invalid_packet,count,,packet,,The number of invalid SNMP Trap
88
datadog.snmp_traps.received,count,,packet,,The total number of SNMP Traps received.,0,snmp,,
99
datadog.snmp_traps.traps_not_enriched,count,,packet,,The number of SNMP Traps that were not enriched.,0,snmp,,
1010
datadog.snmp_traps.vars_not_enriched,count,,,,The number of SNMP Traps variables that were not enriched.,0,snmp,,
11+
networkdevice.ping.avg_rtt,gauge,,,,Average ping round-trip time per check run,0,snmp,,
12+
networkdevice.ping.packet_loss,gauge,,,,Ping packet loss percentage,0,snmp,,
13+
networkdevice.ping.reachable,gauge,,,,Set to 1 when a device is reachable by ping,0,snmp,,
14+
networkdevice.ping.unreachable,gauge,,,,Set to 1 when a device is unreachable by ping,0,snmp,,
1115
snmp.accessPoint,gauge,,,,Constant metric equal to 1,0,snmp,,
1216
snmp.accessPointInterface,gauge,,,,Constant metric equal to 1,0,snmp,,
1317
snmp.adapterCollisions,count,,,,[Dell iDRAC] Total number of single collisions.,0,snmp,,

0 commit comments

Comments
 (0)