# Manual execution

To run the plugin, configure the configuration file according to the instructions above.

Execution of the plugin:

Binary version:

```
./docker_services.64 docker_services.conf
```

Code version without libraries deployed:

```
perl -I lib pandora_mysql.pl pandora_mysql.conf
```

Where, lib is a directory containing the PandoraFMS folder containing the PluginTools.pm library.  
**Note** : You can customize the options given by the configuration file by adding '-value field' after the call:

```
./docker_services.64 docker_services.conf -agent_interval 200
```

<div id="bkmrk-"></div>