NetXMS Support Forum

English Support => General Support => Topic started by: itreydxb on January 26, 2016, 05:25:04 PM

Title: how to monitor services or exe if its down
Post by: itreydxb on January 26, 2016, 05:25:04 PM
Dear Experts/Users:

How can I monitor and application it its down or not running? Like any exe file.
Title: Re: how to monitor services or exe if its down
Post by: Victor Kirhenshtein on January 26, 2016, 06:12:00 PM
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