Hi, I am trying to create a report that will show me all the monitoring templates, what the nodes applied to it, and what its monitoring. Anyone do this?
This is a quick SWQL query with the list of templates, the nodes they are on, and the components in each instance of the app
SELECT at.Name as [Template], at.applications.node.caption as [Node], at.Applications.Components.name as [Component]
from orion.apm.ApplicationTemplate at
Thank you. Can it be done using the web based reports? I cant find the resources(content) to pick using the wizard.
I suspect it may not be available in there since i don't remember there being fields presented relating to the templates, but honestly I don't take the time to look anymore. Figuring out what is or is not allowed in the reporting GUI is always slower for me than just navigating the tables in SWQL studio and knowing that no matter what I want I'll be able to get what I need. That query took under 2 minutes to write once I loaded the tool up and leveraged the auto completion.