Hi all
Need advice and references for report availability queries with filtering
show node name, ip address, availability, customproperties with coverage last month
Hi all
Need advice and references for report availability queries with filtering
show node name, ip address, availability, customproperties with coverage last month
The best place to start is in the Orion.Nodes table
Hi Bob
Thanks for you answer, but it seems still got error message need more
enlightenment
SELECT TOP 100 N.Caption AS [NodeName] ,AVG(N.ResponseTimeHistory.Availability) AS [Availability], n.CustomProperties._Group FROM Orion.Nodes as N WHERE N.ResponseTimeHistory.DateTime>ADDDAY(-7,GETUTCDATE()) GROUP BY N.Caption, n.CustomProperties.YOURCUSTOMPROPERTYNAMEHERE ORDER BY AVG(N.ResponseTimeHistory.Availability)
wow.. thanks Bob it's works.
wow.. thanks Bob it's works.
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 200,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.