# Parameters and configuration **Parameters**
--confPath to configuration file
**Configuration file (--conf)** ``` agents_group_name = < Name of the target group for the created agents > interval = < Interval in seconds for agents and for metric analysis > interval_cost = < Time interval for costs, in seconds > threads = < Number of execution threads, each zone/instance will be equally distributed in the number of threads > transfer_mode = < Transfer mode, tentacle or local > tentacle_ip = < IP of the target machine for the created agents > tentacle_port = tentacle_opts = < Tentacle client additional options > data_dir = < (Only activated if the transfer_mode is local) Destination path for the XML of each agent, by default "/var/spool/pandora/data_in/" > storage = < Enable with 1 to enable volume monitoring > elastic_ip_address = < Enable with 1 to enable elastic IP address monitoring > advance_monitoring = < Activate with 1 to enable widespread monitoring (these modules will only be created in the agents of the running instances) > cpu_summary = < Enable with 1 to enable CPU monitoring > iops_summary = < Enable with 1 to enable IOPS monitoring > disk_summary = < Enable with 1 to enable disk monitoring > network_summary = < Enable with 1 to enable network monitoring > stats_agent = < Activate with 1 to enable a global agent that will monitor based on the task created and the parameters used > stats_agent_name = < Name for the agent that is activated with the "stats_agent" parameter. If you do not use and "stats_agent" is enabled, the agent will be called "Aws" by default > total_cost = < Activate with 1 to enable cost monitoring > cost_regions = < List with the regions in which you want to monitor costs > aws_regions = < List of regions to monitor (when you mark a region to monitor, it automatically monitors all buckets found within that region) > aws_instances = < List with the id of the ec2 instances to monitor > creds_b64 = < Base64 credentials in the JSON file to authenticate > ``` Example ``` agents_group_name = Aws interval = 300 interval_cost = 1 month threads = 4 transfer_mode = tentacle tentacle_ip = 172.42.42.101 tentacle_port = 41121 data_dir = /var/spool/pandora/data_in/ storage = 1 elastic_ip_address = 1 general_monitoring = 1 cpu_summary = 1 iops_summary = 1 disk_summary = 1 network_summary = 1 stats_agent = 1 stats_agent_name = AwsCloud total_cost = 1 cost_regions = ["us-east-1","us-west-1"] aws_regions = ["us-east-1","us-east-2","us-west-1","us-west-2","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-west-3","ap-northeast-1","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-south-1","sa-east-1"] aws_instances = ["i-0922a7a2ccc2168c1","i-0a5abff9200feb631"] creds_b64 = ewdhBDJDdvb2tleV9pZGdhjDNDHDhbdjdKKDNDbdBiwKInNlY3JldFSHSHHDGJCJChfDHCNCNHCdjdghDMDBGBkxlSLiIKfQ== ```