Network Management

Determine the nodes status and response time without going to the list resource in NPM

This article provides steps on how to check if the nodes status and response time is set to ICMP or SNMP.

First published date

10/30/2018 4:11 PM

Last published date

2/14/2023 11:56 AM

Overview

This article provides steps on  how to check if the nodes status and response time is set to ICMP or SNMP from the Orion database.

Product section

Network Performance Monitor

Cause

The Device is down which is why is does not show the list resource.

Resolution

  1.  Run Database manager by going to Start > All Programs > Solarwinds Orion > Advanced Features > Database Manager.
  2. Add default server > Expand your database  > right-click on Solarwindsorion > Select New Query.
  3. Run the following query:
-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production, or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.

SELECT * FROM [dbo].[Pollers]
where netobject = 'N:3'

Note: N:3 is for the node ID.

 

  1. Look for N.ResponseTime.ICMP.Native or N.ResponseTime.SNMP.Native if its enable.