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.

Displaying Universal Device Pollers

Hi Guys,

I'm new to using Solarwinds products, so this might be a easy fix.


What I'm trying to do is get NPM to display the serial numbers of all cisco stack members on the Node Details page.

pic1.JPG

I'm not too fussed about where it puts it on this page, as long as I can list them somewhere.

I have added 9 new pollers into the Orion Universal Device Poller application. One for each potential stack member, as the OID for the serial number changes depending on where the device is in the stack.

pic2.JPG

When I set it to use a GET TABLE I can select the following box in the Web View page.

pic3.JPG

But all it displays is this :S Not very useful

pic4.JPG

Am I going about this all wrong? Can anyone offer some tips?


Regards, Daniel

  • Hi,

    if I'm right, you are using 1.3.6.1.2.1.47.1.1.1.1.11 OID with the specific RowID (e.g. 1.3.6.1.2.1.47.1.1.1.1.11.2 for entPhysicalSerialNum2). In such case you cann't use GET TABLE. Create only one custom poller for OID 1.3.6.1.2.1.47.1.1.1.1.11, use GET TABLE and as a result you will see all rows in one table.

    If this is not your case, can you show me how is your custom poller configured. Did you try to run Test?

    Jiri

  • Ok, so i changed entPhysicalSerialNum to do a GET TABLE of 1.3.6.1.2.1.47.1.1.1.1.11 and it sort of works.

    It lists a whole lot of empty rows and serial numbers of other parts of the system.

    How do I get it to just show me .1001 .2001 .3001 etc etc because the system serial number is the only one I want it to show.

    If I try and do a GET on 1.3.6.1.2.1.47.1.1.1.1.11.1001 it works with the test. However it only lets me display it as a gauge.

  • Ok i've got it working now.

    used the GET TABLE on 1.3.6.1.2.1.47.1.1.1.1.11 and I can untick the rows i don't want in the web interface. Shame I have to do it for 150+ stacks.