Good afternoon,
Where can I find SAM script arguments in the database? I notice the table APM_ComponentTemplate has the name, but none of the specifics. Where is that stored?
It would be in the APM_ComponentTemplateSetting table. Depending on the componentID you can find all if them with:
Select * from APM_ComponentTemplateSetting where [Key} = 'ScriptArguments'
What script arguments are you referring to?
If you look at a PowerShell script monitor, after Enable Component and Credential for Monitoring there's the Script Arguments field. It's just before the Script Body. That's the one I'm looking for.
Thanks!