Is there a way either through the NPM GUI or a report to list out all of the nodes in the Solarwinds and whether or not Hardware Monitoring is enabled on that node?
Thanks,
I've never come across a quick resource. You can click on each status on the Hardware Health OverView and get a list of the nodes that way. Another way can be to use the Report Writer to create the below query as a SQL report:
select Nodes.Caption as Node
From Nodes
JOIN APM_HardwareHealthReportData on Nodes.NodeID = APM_HardwareHealthReportData.NodeID
Where Nodes.NodeID in (Select NodeID from APM_HardwareHealthReportData)
Group by Nodes.Caption
Regards,
Matthew Harvey
Senior Sales Engineer
Loop 1 Systems
http://www.loop1systems.com
Putting Knowledge Into Motion