# Manual execution

The Pandora FMS HPVM plugin could be deployed as described next:  
  
Configure the as\_agent\_plugin ​token to 1 (launched as agent plugin)

```
module_plugin /usr/bin/perl pandora_hpvm.pl pandora_hpvm.conf
```

Configure the as\_agent\_plugin ​token to 0 (launched as server plugin), for example, run by crontab:

```
*/5 * * * * root /usr/bin/perl pandora_hpvm.pl pandora_hpvm.conf
```