When I create alerts using custom pollers the result set returns the correct number of objects meeting the criteria but it only shows the name of the customer poller and not the name of the node. IE. the code below returns 2 items effected but I want to know the names of the nodes not the name of the custom poller. Any helps is appreciated.
SELECT E0.[Uri], E0.[DisplayName]
FROM Orion.NPM.CustomPollerAssignmentOnNode AS E0
WHERE ( ( ( E0.[Node].[Vendor] = 'American Power Conversion Corp.' ) ) AND ( ( E0.[CustomPoller].[UniqueName] = 'upsBasicOutputStatus' ) AND ( E0.[CustomPollerStatusScalar].[RawStatus] = '3' ) ) )