Importing Servers
Import server list
Use this to import multiple server into ezeelogin from a ASCII text file. This feature can be used to add hundreds of servers from a csv files created in a specific format or this could be used to import csv files that was created using the export server script ezexport.php
Upload CSV file Select the csv file that contains the list of server that has to be imported.
Field separator Specify the separator that is used to delimit parameters of a server. By default its the "," character. Any character can be used as delimiter, but make sure that character doesn't appear anywhere in any of the fields (particularly check password, description, kvm_info, reboot_info, comments and other text fields). The example below uses ',' (comma character) as delimiter.
Enter the delimiter in the specified field and click on . Ezeelogin will upload the file and parse it. It will display a preview of the parsed information so that you can check for any errors.
Verify that all information have been parsed correctly into the corresponding fields. Click on the button to complete the import. Finally the status of the import will be displayed.
Click on the Import button to import the servers from the csv file into the Ezeelogin
The file to be imported should be ASCII csv file with csv header.
Format:
name,ip_address,group,password,ssh_port,ssh_user,keep_password,control_panel,enable_ssh,datacenter,description,tunnel_host,switch_user,switch_pass,switch_sudo,prompt1,prompt2,prompt3,cp_user,cp_pass,rc_host,rc_user,rc_pass,host,hostnode,rackid,machineid,noc,kvm_info,secure_kvm_info,reboot_info,secure_reboot_info,os,cpu,ram,raid,drive1,drive2,drive3,drive4,motherboard,comments,use_dns,passphrase,ssh_key
value1,value2,value3,value4,value5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
The fields: keep_password, enable_ssh, secure_kvm_info and secure_reboot_info can be either 'Y' (enable) or 'N' (disable). Only name, ip, group and password are mandatory fields. For group and control_panel, use the corresponding names.