NetXMS Support Forum

Development => Windows => Topic started by: VSS on May 24, 2016, 05:28:17 PM

Title: Agent development - best-practice
Post by: VSS on May 24, 2016, 05:28:17 PM
Hello Dear NetXMS community!

We would like to develop agent with special functions for our needs. Is there any best-practice for such task?

As we can see there a few questions without answer on a forum...
Title: Re: Agent development - best-practice
Post by: Victor Kirhenshtein on May 24, 2016, 05:38:16 PM
Hi,

you best bet is to take any existing subagent as an example and ask questions here (src/agent/subagents/ecs for example - it is very simple subagent and structure should be easy to understand). You can also purchase training and/or support for your developers from Raden Solutions if you need premium support.

Best regards,
Victor
Title: Re: Agent development - best-practice
Post by: VSS on May 24, 2016, 06:39:48 PM
Quote from: Victor Kirhenshtein on May 24, 2016, 05:38:16 PM
Hi,

you best bet is to take any existing subagent as an example and ask questions here (src/agent/subagents/ecs for example - it is very simple subagent and structure should be easy to understand). You can also purchase training and/or support for your developers from Raden Solutions if you need premium support.

Best regards,
Victor

Thank you! We will start and look at it!