NetXMS Support Forum

English Support => General Support => Topic started by: nfogh on January 29, 2014, 02:41:37 PM

Title: Static configuration
Post by: nfogh on January 29, 2014, 02:41:37 PM
Hi.

Is it possible to skip autodetection/discovery of my network in NetXMS and define all nodes/services manually? Is there a way to do this using an external program/script?
Title: Re: Static configuration
Post by: Victor Kirhenshtein on February 02, 2014, 12:08:34 PM
Hi!

Actually, autodiscovery is off be default. You can configure network discovery in console (Configuration->Network Discovery). It is also possible to define nodes using external program. There are few options for that - you can use nxshell (http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations) for creating Python script with access to NetXMS API, or you can create simple Java app using NetXMS API.

Best regards,
Victor