#This is a sample .csv file for bulk import of HBase monitors.
#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. Values with embedded commas can be given inside "".
#9. Fields MonitorGroupID and PollInterval are Optional.If PollInterval is not specified, the default value for it will be 5 minutes.
#10. PollInterval should be given in Minutes.
#11. Field Credential ID :Enter the credentialID, if the credentials given in the Applications Manager's Credential Manager is used.
#12. Specify Is Authentication required as true or false depending on whether UserName and Password are needed or not. If using Credential Manager, specify it as true.
#13. ManagedServerID and ManagedServerGroupName must be specified only if bulk import is being performed from the Admin Server in the Enterprise Edition.
#14.The existing MonitorGroupID have to be specified and it will not create new Monitor Group if the ID specified is not existing.
#Header:DisplayName,Host Name / IP Address,JMX Port,credentialID,Is Authentication required,UserName,Password,JNDI Path,PollInterval,MonitorGroupID
Production,Server1,10101,,true,Administrator,P@s$w0rd,/jmxrmi,,
Staging,Server2,10102,1,true,Administrator,P@s$w0rd,/jmxrmi,,
Deployment,Server3,10102,1,true,Administrator,P@s$w0rd,/jmxrmi,,