I have a custom poller grabbing an array from the OID 1.3.6.1.2.1.25.3.3.1.2.
On the dashboard for a Palo Alto 7080, the "Universal Device Poller Status" widgit shows my poller as CPULoad, and it shows to have fetched 12 value(s). If I click on the link under the test "12 value(s)" I see a nice chart, complete with the actual names of the objects, such as "slot 6 Management Processor", "Slot 10 Data Processor", etc... These names are useful and CORRECT.
However I have a requirement to export the values, as we must track and include in corporate reporting the CPU usage that is related to specific applications, and we MUST exclude things like the management processors and log processors. So when I retrieve the values from swql, I am able to pull the array holding all of the cpu slots, but the CPUs are presented in a different order, and because some of the CPUs are load balanced, we can't tell the slots apart because they look the same. So what I want to do is find the table that holds the correct slot label for the array, and do a join on those so we can get the correct label in the exported swql data.
Can someone tell me what swql table holds labels for the palo alto card slots? I assume the data is coming from the MIB, and SolarWinds is using it correctly so I want to do that too...
Thanks!!
Keoki