# Parameters
**Parameters**
--conf | File path configuration |
**Conf file path configuration**
```
token =
agents_group_name = < Name of the target group for the created agents >
threads =
interval = < Interval in seconds for agents >
use_prefix = < Enable with 1 to enable use of prefixes >
prefix =
applicate_project = < Enable with 1 to be able to specify a project to target >
filter_project =
transfer_mode = tentacle
data_dir = /var/spool/pandora/data_in
tentacle_ip = < IP of the target machine for the created agents >
tentacle_port =
discard_activate = < Activate with 1 to be able to specify droplets to discard in monitoring >
discard_droplets = < Specifies droplets to discard, example: ["droplet1","droplet2"]
```
**Example**
```
token = dop_v1_JSUzI1NiIsImtpZCI6IkVpeVhfTFFzSWpmcGtjZzM0blZrZDY3YUtMbzNqTWZmcmdLZ2NKbl
agents_group_name = Applications
threads = 2
interval = 300
use_prefix = 1
prefix = DigitalOcean.
applicate_project = 1
filter_project = SeraCents
transfer_mode = tentacle
data_dir = /var/spool/pandora/data_in
tentacle_ip = 172.42.42.101
tentacle_port = 41121
discard_activate = 1
discard_droplets = ["ubuntu-s-1vcpu-1gb-sfo3-01","ubuntu-s-1vcpu-4gb-sfo3-03"]
```