Linux Agent

Download the latest agent from the OSC Inventory NG website:

mkdir -p /extra/src
cd /extra/src
wget http://superb-west.dl.sourceforge.net/sourceforge/ocsinventory/OCSNG_LINUX_AGENT_1.01_with_require.tar.gz
tar zxvf OCSNG_LINUX_AGENT_1.01_with_require.tar.gz
cd OCSNG_LINUX_AGENT_1.01

The agent requires a variety of Perl modules. On a RedHat/Fedora distro, you might be able to install them with:

yum install perl-XML-Simple
yum install perl-Compress-Zlib
yum install perl-Net-IP
yum install perl-LWP
yum install perl-Digest-MD5
yum install perl-Net-SSLeay

However, you'll probably have to tweak you yum repositories to get those. Alternatively, install them from CPAN:

perl -e shell -MCPAN
install XML::Simple
install Compress::Zlib
install Net::IP
install LWP
install Digest::MD5
install Net::SSLeay

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 1 year 12 months ago
    10.6.7
  • 2 years 1 day ago
    Drop Centos 5/6 stuff