Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Plugins don't send data to OCS Server

Hi people, I have installed two plugins in my OCS Inventory NG server 2.5: Running Process and Security Certificate.

On the server side -mine is OCS Inventory 2.5-, I put the .zip plugins under /usr/share/ocsinventory-reports/ocsreports/download, and after that I installed them from the Plugin Manager option and everything was OK.

On the agent side, I put both agent parts of plugins (Processes.pm and Securitycertificate.pm) under /usr/local/share/perl/5.24.1/Ocsinventory/Agent/Modules.

After that I ran the ocsinventory-agent Perl script and finally I went to the miscellaneous option from the OCS Inventory Server and a saw that the Running Process and Security Certificate sections were totally empty. Agents don't send data to server.

Please can you tell me what can be wrong, or what can I do in order to put to work plugins ??? Any way to check the agent side plugins execution ???

Special thanks.
in OCS Inventory NG agent for Unix by (340 points)

1 Answer

0 votes

Hi,

Did you activated modules? Have you added these two lines in /etc/ocsinventory-agent/modules.conf file :

  • use Ocsinventory::Agent::Modules::Processes;
  • use Ocsinventory::Agent::Modules::SecurityCertificate;

Finally what errors have you in ocsinventory-agent.log file and in error.log (from httpd)?

Regards

Frank

by (88.5k points)
 
Powered by Question2Answer
...