Hi Zbynek,
Thank you very much for your help.
The query worked but selected the RAW values rather then the transformed values that I need. Please see the screen shots where the values I'd like to keep are displayed bounded by the red frame. Another thing is the "Last Polled" formatting is too long and results in an extra line in the display.
Can this be corrected?
Thank you again,
Best regards,
Itzhak
Date: Fri, 9 Aug 2013 06:05:20 -0500
From: solarwindscommunityteam@communications.solarwinds.com
Subject: Re:
- Customizing the UnDP Summary Chart Bubblethwack
Customizing the UnDP Summary Chart Bubble
created by zbynek.botlo in Network Performance Monitor - View the full discussion
Ok so you need to place the Custom Query resource on the node details view. Edit this resource and insert following text as a Custom SWQL Query:
SELECT c.UniqueName AS
, s.Status AS , ToLocal(s.DateTime) ASFROM Orion.NPM.CustomPollerAssignment a
JOIN Orion.NPM.CustomPollers c ON a.CustomPollerID = c.CustomPollerID
JOIN Orion.NPM.CustomPollerStatus s ON a.CustomPollerAssignmentID = s.CustomPollerAssignmentID
WHERE c.PollerType <> 'F' AND a.NodeID = $
Let me know how it works for you.
Reply to this message by replying to this email -or- go to the message on thwack
Start a new discussion in Network Performance Monitor by email or at thwack