Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NDM] Add ping metrics to snmp metadata.csv #17458

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions snmp/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ datadog.snmp_traps.invalid_packet,count,,packet,,The number of invalid SNMP Trap
datadog.snmp_traps.received,count,,packet,,The total number of SNMP Traps received.,0,snmp,,
datadog.snmp_traps.traps_not_enriched,count,,packet,,The number of SNMP Traps that were not enriched.,0,snmp,,
datadog.snmp_traps.vars_not_enriched,count,,,,The number of SNMP Traps variables that were not enriched.,0,snmp,,
networkdevice.ping.avg_rtt,gauge,,,,Average ping round-trip time per check run,0,snmp,,
networkdevice.ping.packet_loss,gauge,,,,Ping packet loss percentage,0,snmp,,
networkdevice.ping.reachable,gauge,,,,Set to 1 when a device is reachable by ping,0,snmp,,
networkdevice.ping.unreachable,gauge,,,,Set to 1 when a device is unreachable by ping,0,snmp,,
snmp.accessPoint,gauge,,,,Constant metric equal to 1,0,snmp,,
snmp.accessPointInterface,gauge,,,,Constant metric equal to 1,0,snmp,,
snmp.adapterCollisions,count,,,,[Dell iDRAC] Total number of single collisions.,0,snmp,,
Expand Down
Loading