how to monitor services or exe if its down

Started by itreydxb, January 26, 2016, 05:25:04 PM

Previous topic - Next topic

itreydxb

Dear Experts/Users:

How can I monitor and application it its down or not running? Like any exe file.

Victor Kirhenshtein

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