Where in the database would I find the details for file paths being monitored by a File Existence Monitor component? I am in the process of building detailed reports for our nodes, applications, and components we have configured.
At the template level? If using SQL, it's in APM_ComponentTemplateSetting. If using SWQL, it's in Orion.APM.ComponentTemplateSetting.
You'll need to join off the ComponentID from the application template and also filter off the Key column = 'FullPath'.