Devices can be imported from a seed file containing device definitions. This function can only be accessed by users with the system administrator flag set.
Seed file - Select a seed file to import and click Import.
Group / Selected groups - Assign the imported devices to a selected group. Enter text to display the names of groups in the Group list that match the text entered. Only one group can be selected. Click the Add button to add the group to the Selected groups list. You can also click the Select button to browse for target groups.
After the import has finished a status message displays.
Seed File Format
The seed file must be a text file formatted as follows:
Device name;Device address;Device description + new line
Device name - Name of the device.
Device address - The address of the device. This can be a host name or an IPv4 number.
Device description - Description of the device.
Example
IServer;192.168.0.1;My server
Each line in the seed file must be terminated with a new line. Each individual field must be separated with a semicolon.