Hi,
I have the following problem.
I want to monitor an exe. This is also possible, by examining the process of application. Now I would like to bring the following. Should not be running the exe, then these should be started on the host monitor. Problem is that the executable can be started only on the console. Does anyone have any idea how can I implement it?
Monitor an Application
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Monitor an Application
Sure, Process test can be used for that purpose:I want to monitor an exe. This is also possible, by examining the process of application.
http://www.ks-soft.net/hostmon.eng/mfra ... chkProcess
Not sure I understand what do you want to implement.Now I would like to bring the following. Should not be running the exe, then these should be started on the host monitor. Problem is that the executable can be started only on the console. Does anyone have any idea how can I implement it?
If you want to start exe file on system where HostMonitor is running, just assign "Execute external program" action to Process test. Also, exe file can be started by RMA agent ("Execute by" option of Action properties dialog):
http://www.ks-soft.net/hostmon.eng/mfra ... htm#actPrg
If you need to start exe on remote system, you may try PsTools, cool set of freeware command line utilities http://www.sysinternals.com/ntw2k/freew ... ools.shtml
E.g. you may use "Execute external program" action and PsExec utility to start process on remote system.