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?
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