```
An example configuration file:
```
[CONF]
xen_server_ip=192.168.80.17
user=root
password=S4ToBh!
temporal=/tmp
[PANDORA]
group=Unknown
logfile=/tmp/pandora_xenserver.log
interval=300
transfer_mode=tentacle
tentacle_ip=172.42.42.101
tentacle_client=tentacle_client
tentacle_port=41121
tentacle_opts=
data_dir=/tmp/data_in
[TUNNING]
time_adjustment=10
scan_vm_ip=1
scan_all_vm=1
scan_all_sr=1
scan_all_host=1
[REJECT]
vm_test_env=1
sr_additional=1
[RENAME]
vm_env_prod_157=Prod157
vm_env_dev_157=Dev157
```
It must be taken into account that the interval that we define in this configuration file, which will be the interval of the agents that are generated when the plugin is executed, has to be equal to the execution interval of the plugin. If this is not the case, the generated agent modules will be set to “unknown” at times when the agents try to collect the data but the plugin has not yet been executed.