ocsinventory


Is this Nethserver module helpful to you?
Please consider donating to the author

Thank you kindly!

2019/03/04 11:32 · HF

Available for NS7 in my repository, for NS6 please use the software center

Open Computer and Software Inventory Next Generation (OCS inventory NG) is free software that enables users to inventory IT assets. OCS-NG collects information about the hardware and software of networked machines running the OCS client program (“OCS Inventory Agent”). OCS can visualize the inventory through a web interface. Furthermore, OCS includes the capability of deploying applications on computers according to search criteria. Agent-side IpDiscover makes it possible to discover the entirety of networked computers and devices.

List of functionalities

Stephane de Labrusse at stephdl@de-labrusse.fr

ocsinventory needs php71, so it is not more compatible for ns7, for testing purpose you can upgrade php to 7.3 at your own risks, nethgui is not fully compatible with php > 5.6

yum install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum install nethserver-ocsinventory --enablerepo=ocsinventory,stephdl,remi-php73,remi

Please note this as experimental!!

OCS version 2.7 is no more working on NS7 with remi php7.3, so you have to install the last working version 2.6 (added by flatspin 25.06.2020)

yum install http://mirror.de-labrusse.fr/NethServer/7/x86_64/nethserver-stephdl-1.1.0-1.ns7.sdl.noarch.rpm
yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install https://rpm.ocsinventory-ng.org/ocsinventory-release-latest.el7.ocs.noarch.rpm
yum install nethserver-ocsinventory ocsinventory-2.6.0-2.el7.ocs ocsinventory-reports-2.6.0-2.el7.ocs ocsinventory-server-2.6.0-2.el7.ocs --enablerepo=ocsinventory,stephdl,remi-php73,remi

1-You need to install my repository, see how to do it

2-You must install the ocs repository

yum install http://rpm.ocsinventory-ng.org/enterprise/7/x86_64/ocsinventory-release-7-4.el7.ocs.noarch.rpm

3-You can install OCSInventory-ng

yum install nethserver-ocsinventory

go to https://IP/ocsreports login 'admin' password 'admin'

config show ocsinventory 
  ocsinventory=configuration
    Name=ocsreports    #Change the web alias eg https://IP/othername
    access=private     #restrict the web access to private or public
    status=enabled     #Enabled or disabled the ocsinventory web access

After a change you must use the event

signal-event nethserver-ocsinventory-update

Please read the documentation, this software must be configured for your needs.

* OCS Inventory NG in 2 pages - Basics * Administration of OCS Inventory NG

FIXME

Look first in the official repository of your linux distribution, probably you will have what you are looking for.

* for NS7/el7

see the ocs repository

yum install http://rpm.ocsinventory-ng.org/enterprise/7/x86_64/ocsinventory-release-7-4.el7.ocs.noarch.rpm
yum install ocsinventory-agent 

* for Windows * for macosx * for unix

Please raise Issues on github

  • ocsinventory.txt
  • Last modified: 2020/06/25 07:06
  • by Ralf Jeckel