# Sample .csv file for bulk import of Oracle Cloud monitors - Applications Manager User Guide *#This is a sample .csv file for bulk import of 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 the # symbol at the beginning of the line.* *#4. Save the file on any computer but upload it to the Applications Manager web client using the 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 will take a 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 midway, delete the uploaded file from the 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.Values with embedded commas can be given inside "".* *#11.Enter the credentials if you wish to use preconfigured credentials details from Credentials Manager.* *#12.ManagedServerID and ManagedServerGroupName can be specified only if bulk import is being performed from the Admin Server in the Enterprise Edition. If these field values are not specified, then the new monitor will be added in the least loaded Managed Server.* *#13.The existing MonitorGroupID has to be specified, and it will not create a new Monitor Group if the ID specified does not exist.* *#14.Possible values for the Field 'Action on terminated resources' are "Remove, Alert, Stop, Unmanage" and should be as mentioned to perform actions on terminated resources.* *#15.If you want to discover child monitors at a specific time interval but not in every poll, then specify the discovery interval greater than the poll interval. The discovery interval should be given in minutes.* ```csv #Header: DisplayName, Tenancy OCID, User OCID, Services, PEM File Path, Fingerprint, Subscribed regions, Stop discovery, Compartments to monitor, Action on terminated resources, Services to exclude, Advanced Settings, Discovery Interval, MonitorGroupID, PollInterval Production,TENANCY_OCID1,USER_OCID1,"Compute,Database,OracleCloudLoadBalancer,OracleCloudApplication,OracleCloudFunction,OracleCloudNATGateway,Storage","C:\Users\.oci\oci_api_key.pem","ab:cd:ef:gh:a1:7f:cd:6f:4d:47:d7:62:9e:53:f0:1f","eu-frankfurt-1",True,,Alert,"Compute",True,10,10000095,5 Testing,TENANCY_OCID2,USER_OCID2,"Compute,Database,OracleCloudLoadBalancer,OracleCloudApplication,OracleCloudFunction,OracleCloudNATGateway,Storage","C:\Users\.oci\oci_api_key.pem","ab:cd:ef:gh:a1:7f:cd:6f:4d:47:d7:62:9e:53:f0:1f","us-ashburn-1",False,,Remove,"Compute",False,10,10000095,5 ```