Hello Everyone,
I'm making a dashboard about a value that I'm capturing via UnDP, when pulling data from the Orion.NPM.CustomPollerStatus table it returns the status values and name of the VPN in the same table.
With SWQL I can take these values and separate them to be able to create a status dashboard for my VPN
Example
VPN Name | status
x.x.x.x | UP
I'm using this query with SWQL:
SELECT RowID, Status FROM Orion.NPM.CustomPollerStatus