I have ubuntu 12.04, Ocsinventory unified agent for UNIX, Linux and MacOSX (2.4.2)
I want to install uptime plugin.
i copy uptime.pm to /usr/local/share/perl/5.14.2/Ocsinventory/Agent/Modules
and add to modules.conf use Ocsinventory::Agent::Modules::Download::Uptime;
but when i run perl perl modules.conf i get
perl modules.conf
Can't locate Ocsinventory/Agent/Modules/Download/Uptime.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at modules.conf line 7.
BEGIN failed--compilation aborted at modules.conf line 7.
where do i nead to put uptime.pm ?