I've gone through what I believe to be all widgets that contain the term "Universal device poller", and none of them give me what I want.
To start, I created a undp to retrieve an OID related to the device serial number. The purpose is to see if a pair of active/passive devices that share a virtual IP are flipping back and forth.
The Universal Device Poller Status widget shows the latest polled value and the time it was polled.
What I'm looking for is to show every time it polled and the value. For example, something like this:
Date/Time - SN
00:00 - abcd
00:01 - abcd
00:02 - abcd
00:03 - wxyz
00:04 - wxyz
00:05 - abcd
etc.
I was able to source the SQL for this query, but I can't seem to find a widget that can display a custom SQL query - only a custom SWQL query. Am I wrong?
So I created a report to display this, and was looking for a widget to display the report, but I could not figure that out either.
Appreciate any suggestions on how to get this data displayed on my node details/summary page. Thanks