wiki.ocsinventory-ng.org
Open in
urlscan Pro
51.75.183.104
Public Scan
Submitted URL: http://wiki.ocsinventory-ng.org/
Effective URL: https://wiki.ocsinventory-ng.org/
Submission: On May 13 via api from US — Scanned from GB
Effective URL: https://wiki.ocsinventory-ng.org/
Submission: On May 13 via api from US — Scanned from GB
Form analysis
1 forms found in the DOMGET ./search.html
<form id="rtd-search-form" class="wy-form" action="./search.html" method="get">
<input type="text" name="q" placeholder="Search docs">
</form>
Text Content
OCS Inventory Documentation * OCS Inventory NG 2.x Documentation * OCS Inventory NG 2.x Documentation * Prerequisites * Newbie documentation * Basic documentation * Deploying softwares and execute commands using OCS * Docker documentation * Authentication * Management console and its advanced features * Deployment * CVE Inventory * Network Discovery with OCS Inventory NG * OCS Tools * Multi-site network architecture * Extras * Plugin Engine * REST API * Developers * FAQ * Contribution * 01.Prerequisites * Libraries version * 02.Newbie documentation * OCS Inventory NG Basics * 03.Basic documentation * Administration of OCS Inventory NG * Deploying database server * Setting up a OCS Inventory Server with rpm * Setting up a OCS Inventory Server * Setting up the Android Agent * Setting up the MacOSX agent on client computers * Setting up the UNIX agent manually on client computers * Setting up the UNIX agent using repository on client computers * Setting up the Windows Agent 2.x on client computers * Understanding OCS Crontab * Updating the server * 04.Management console and its advanced features * CVE Search management * CVE Search match regex * CVE Search visualize history * Configure OCS news * Configure mail notification * Export a computer * Layout management * Manage authentification with CAS * Managing SAAS inventory * Managing administrative data * Managing users profiles of the web interface * Querying inventory results * Synchronization between OCS and LDAP * Using Assets Categorization * Using Saved Searches * Using Software Categorization * Using computers archive feature * Using computers groups * Using wake on lan feature * 05.Deployment * Configuration * Deploying packages or executing commands on client hosts * Developers * Introduction * Prerequisites * Linux * Summary * Mac * Summary * Windows * Summary * 06.Network Discovery with OCS Inventory NG * Managing and using SNMP feature * SNMP Synchronization * Using IP discovery feature * Using IPDiscover scanner * Using Local SNMP scan feature * Using SNMP scan feature * 07.OCS Tools * OCS Ansible Role for Unix Packager * OCS Inventory NG Agent Deployement Tool * OCS MacOSX Packager * OCS Packager for MacOSX * OCS Packager for UNIX * OCS Packager * OCS Unix Packager * OCS Windows Packager * 08.Multi site network architecture * Synchronisation between OCS server master slaves * Using local proxy cache to deploy * 09.Extras * Backup restore of OCS Inventory NG database * Common errors * Enable Powershell Support on Windows Agent * Management server tuning * Secure your OCS Inventory NG Server * 10.Plugin engine * Using plugins installer * 11.Rest API * Authentification * Configuration * DELETE Routes * GET Routes * Introduction * POST Routes * PUT Routes * 12.Developers * HOWTO compile OCS Windows Agent * HOWTO create theme * HOWTO package OCS MacOSX agent releases * HOWTO package OCS Unix agent releases * HOWTO package OCS Unix server releases * XML Format * 13.Docker documentation * Using the docker image * 14.Archive * OLD Docker documentation * OLD Using the docker image * 15.Kubernetes * Helm charts OCS Inventory Documentation * Docs » * OCS Inventory NG 2.x Documentation * -------------------------------------------------------------------------------- OCS INVENTORY NG 2.X DOCUMENTATION To make it easier to read, the OCS Inventory NG documentation has been divided into 11 sections. PREREQUISITES * Libraries and Modules versions NEWBIE DOCUMENTATION * OCS Inventory NG - Basics BASIC DOCUMENTATION * Setting up a OCS Inventory server * Setting up manually the UNIX agent on client computers * Setting up the UNIX agent on client computers using offical repositories * Setting up the Windows Agent 2.X on client computers * Setting up the MacOSX agent on client computers * Setting up the Android Agent * Administration of OCS Inventory NG * Deploying database server * Updating the server * Understanding OCS Crontab DEPLOYING SOFTWARES AND EXECUTE COMMANDS USING OCS DOCKER DOCUMENTATION * Using docker image * Deploy with kubernetes AUTHENTICATION * Managing users profiles of the web interface * Synchronization between OCS and LDAP MANAGEMENT CONSOLE AND ITS ADVANCED FEATURES * Querying inventory results * Using computers archiving capabilities * Using computers groups * Using assets categorization * Using softwares categorization * Using Wake On Lan * Using and managing saved searches * Managing administrative data * Managing Web application Inventory * Managing layouts * Export a computer * Configure mail notification * Configure OCS news DEPLOYMENT * Prerequisites to packages deployment * Introduction and working principle * Configuring the deployment * Windows deployment templates * Linux deployment templates * MacOS deployment templates * Developers - Creating your own templates CVE INVENTORY * Enabled and configure CVE-search reporting * Setup matching regex for CVE-search server * Visualize CVE Inventory history NETWORK DISCOVERY WITH OCS INVENTORY NG * Using IP discovery feature * Using SNMP scan feature * Managing SNMP on Web Console OCS TOOLS * OCS Inventory NG Agent Deployement Tool * OCS Packager for Windows * OCS Packager for MacOSX * OCS Packager for Unix * Ansible role for Unix Packager MULTI-SITE NETWORK ARCHITECTURE * Using local proxy cache to deploy * Synchronisation between OCS server master/slaves EXTRAS * Secure your OCS Inventory NG Server * Management server tuning * Enable Powershell Support on Windows Agent * Backup/restore of OCS Inventory NG database * Common errors PLUGIN ENGINE * Plugin installer REST API * Introduction * Configuration * Autentification * GET Routes * POST Routes * DELETE Routes * PUT Routes DEVELOPERS * XML-Format * HOWTO create theme * HOWTO package OCS Unix server releases * HOWTO package OCS Unix agent releases * HOWTO package OCS MacOSX agent releases * HOWTO compile OCS Windows Agent FAQ * Can I upgrade my server from version X to the last stable version ? Solution: Since we made a lot of changes from 2.0 to 2.5 in the database schema. We recommend you to not upgrade your OCS from 1.0 to 2.5 and newer directly. You may need to upgrade to 2.0 before. * After installing the server, I go to the graphical admin console (GUI) and it asks me to install the database ? Solution: The database is installed on the first access to the graphical admin console (GUI). * What URL must I put in the agent to contact the server ? Solution: The URL must be in this form http://dns_or_ip/ocsinventory. It is recommended that you use DNS instead of IP. * ocsinventory directory does not exist on my server Solution: ocsinventory is a virtual directory call by mod_perl in apache. ocsinventory directory must not exist. * Error 500: Solution: OCS engine can't comunicate with mysql server. Probably due to a wrong mysql account. You have to check z-ocsinventory-server.conf exactly theses few lines # Master Database settings # Replace localhost by hostname or ip of MySQL server for WRITE PerlSetEnv OCS_DB_HOST localhost # Replace 3306 by port where running MySQL server, generally 3306 PerlSetEnv OCS_DB_PORT 3306 # Name of database PerlSetEnv OCS_DB_NAME ocsweb PerlSetEnv OCS_DB_LOCAL ocsweb # User allowed to connect to database PerlSetEnv OCS_DB_USER ocs # Password for user PerlSetVar OCS_DB_PWD ocs Modify OCS_DB_USER and OCS_DB_PWD with your own account, restart apache, and finaly launch an inventory. * Error 417: Solution : insert ignore_expect_100 on into your squid.conf file and then run squid -k reconfigure. CONTRIBUTION If you think something is missing feel free to open an issue or fork it and document it by yourself. Same for mistakes in the documentation. The Github repository below is directly linked to our documentation. See our GitHub repository Next -------------------------------------------------------------------------------- Built with MkDocs using a theme provided by Read the Docs. Next »