I generated a tar.gz of the 2.8.1 agent with the Standalone Unix Packager and installed it on a CentOS 7 machine.
The agent runs fine and correctly uploads the inventory to the server.
I'm wondering how do I add a unix plugin to an agent installed this way.
Normally I would copy the plugin (.pm file) in the /usr/share/perl5/vendor_perl/Ocsinventory/Agent/Modules/ folder and enable it in the modules.conf file (eg. use Ocsinventory::Agent::Modules::Processes;).
How do I achieve the same result in the static compiled version generated with the Packager for Unix?
Server version 2.8.0 running on CentOS 8.
Thanks