This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

NPM10.2 - System OID in Node Details resource

Hi guys,

It would be AWESOME if you could include the System OID in the Node Details resource. There is no painless way of getting it, now that System Manager no longer exists..............................
I know there's the System OID gouping for the views but if you have several nodes in a group then you wouldn't be able to find the right OID that you are looking for, even if you hover the cursor on the node, after clicking on a hundred nodes in that group.

Regards,
Deltona

  • I think, it makes sense to show SysObjectID in Node Details resource. Below are steps how you can change Node Details on your own.

    Steps to add SysObjectID to Node Details resource:
    1) Open Node Details resource file for editing (C:\Inetpub\SolarWinds\Orion\NetPerfMon\Resources\NodeDetails\NodeDetails.ascx)
    2) Insert below code to appropriate place in NodeDetails.ascx file
      <tr>
          <td class="Property" width="10"> </td>
          <td class="PropertyHeader" nowrap>SysObjectID</td>
          <td class="Property"> </td>
          <td class="Property"><%#Eval("SysObjectID")%> </td>
      </tr>
    3) Save the file and refresh Orion's Node Details view
    4) You should see new SysObjectID row in Node Details resource

    Regards,
    Michal

  • Folks,

    I see value of having all info in one place (Node Details), but right now you can use existing System OID resource (from Node Detail Reports category) that you can add to aNode view.

    thanks