• EnglishEspañol日本語한국어Português
  • Log inStart now

SNMP monitoring results have metrics missing

Problem

During SNMP monitoring, you don't see all of the expected metrics for your device.

Solution

Identify what metrics exist in New Relic by running the following NRQL query, replacing $DEVICE_NAME as necessary:

FROM Metric SELECT
uniques(metricName)
WHERE instrumentation.provider = 'kentik'
AND device_name = '$DEVICE_NAME'
SINCE 1 HOUR AGO LIMIT MAX

This query will give you a list of every dimensional metric being collected on your device in the last hour. If the metric is not listed, you should try these tests:

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.