We are trying to create a query that we could run against a node, preferably by IP to check what components are in a specific template. I have one that I believe will work for what templates are on a node, but we are trying to automate things. It would be nice to run a query to check instead of click on each node and have to dig into the applications to see if something is already being monitored. I stink at joins and believe I will have to join dbo.Nodes, dbo.APM_Application, dbo.APM_ApplicationTemplate and dbo.APM_Component, but I'm not really sure on how.
Can anyone help me a tad?
Thank,
Lance