Dear Experts/Users:
How can I monitor and application it its down or not running? Like any exe file.
Hi,
you can install agent and then use Process.Count(exe_name) parameter to monitor how many instances of given process are running, and setup threshold to raise an alarm when it is 0 (or below any other required number). There are video tutorials available on setting up basic stuff like installing agent, configuring thresholds, event processing rules, etc.
Best regards,
Victor