#This is a sample .csv file for multiple imports with Kafka monitoring
#1. Header should start with #Header: followed by the Input Field names. It is already coded for you. Note: Do not modify the header.
#2. From the second line onwards, give the input values according to the column names in the header.
#3. You can remove the example entries in this file from the second line onwards and add your own monitor input information. You can add comments by including # symbol in the beginning of the line.
#4. Save the file in any computer but upload it to the Applications Manager webclient using bulk import monitor form.
#5. After uploading, click on Next, the entire monitor input information will be shown in a table format for your reference.
#6. If everything is OK, click on Start Discovery. The monitors will be scheduled for discovery. It would take few minutes to complete the process. When the monitors are scheduled for discovery, simultaneously the uploaded file will be deleted from Applications Manager (as this file contains security information).
#7. If you want to cancel the process in midway, delete the uploaded file from Applications Manager machine.
#8. Fields MonitorGroupID and PollInterval are Optional.If PollInterval is not specified, the default value for it will be 5 minutes.
#9. PollInterval should be given in Minutes.
#10. Field Credential ID :Enter the credentialID, if the credentials given in the Applications Manager's Credential Manager is used.
#11.Values with embedded commas can be given inside "".
#12.ManagedServerID and ManagedServerGroupName must be specified only if bulk import is being performed from the Admin Server in the Enterprise Edition.
#13.The existing MonitorGroupID have to be specified and it will not create new Monitor Group if the ID specified is not existing.
#Header:DisplayName,HostName,JMX Port,credentialID,PollInterval,UserName,Password,JNDIPath,MonitorGroupID
Production,Server1,9999,1,5,,,/jmxrmi,10000014
Staging,Server2,6000,,5,Administrator,P@s$w0rd,/jmxrmi,10000014
Deployment,Server3,1095,,5,Administrator,P@s$w0rd,/jmxrmi,10000014