Our organization uses an application that runs multiple instances of the same executable file for specific data needs. Each executable process is launched from a different folder, and the catch is that these applications are running on the same server.
For example:
- Data application 1 is located in C:\DataApp1\APP.EXE
- Data application 2 is located in C:\DataApp2\APP.EXE
- Data application 3 is located in C:\DataApp3\APP.EXE
I can set up a Process Monitor (WMI) and SolarWinds SAM will display each process ID (PID) in the dashboard. However, I need to monitor and report off of each separate application that has been launched from each folder. So in SolarWinds, what I need to be able to do is set up an application template to monitor Data Application 1 that resides in C:\DataApp1\APP.EXE, then set up another template for data applicaiton 2, and so on.
How can I monitor an application that has been launched from each specific folder\path?