I am trying to get a list of how many SQL experience monitors we have and what the SQL command are associated with them. Is there a SWQL query I can use or build to get this.
I am trying to get a list of how many SQL experience monitors we have and what the SQL command are associated with them. Is there a SWQL query I can use or build to get this.
Cooked this SWQL query up in my lab just now
SELECT c.Application.Node.Caption as Node , c.Application.Name as App , c.Name as Component , cs.[Key] as [key] , es.Setting as script FROM Orion.APM.ExternalSetting es join orion.apm.ComponentSetting cs on cs.Value = es.id and cs.[key] = 'ScriptBody' join orion.apm.Component c on c.ComponentID = cs.ComponentID
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.