https://www.ocsinventory-ng.org/en/rpm-repository-is-available-for-rhelcentosfedora/
https://www.ocsinventory-ng.org/en/rpm-repository-is-available-for-rhelcentosfedora/
<?php
/*
* Copyright 2005-2016 OCSInventory-NG/OCSInventory-ocsreports contributors.
* See the Contributors file for more details about them.
*
* This file is part of OCSInventory-NG/OCSInventory-ocsreports.
*
* OCSInventory-NG/OCSInventory-ocsreports is free software: you can redistribute
* it and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of the License,
* or (at your option) any later version.
*
* OCSInventory-NG/OCSInventory-ocsreports is distributed in the hope that it
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with OCSInventory-NG/OCSInventory-ocsreports. if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*/
// Check for mbstring before loading session and conf data
if (!extension_loaded('mbstring')) {
die("Please install php mbstring extension");
}
require("require/fichierConf.class.php");
// Before session_start to allow objects to be unserialized from session
require_once('require/menu/include.php');
require_once('require/config/include.php');
@session_start();
$debut = microtime(true);
// Is it an AJAX call ? (ajax.php)
if (!defined('AJAX')) {
define('AJAX', false);
}
require ('require/header.php');
addLog('PAGE', $protectedGet[PAG_INDEX]);
if (!AJAX && !isset($protectedGet["popup"]) && !isset($protectedGet["no_footer"])) {
require (FOOTER_HTML);
}
I'M USING VERSION 2.3.1, SOMEONE CAN HELP ME?
Now i am able to access the admin console after disabling the SElinux...
Disabled SElinux with the commands :
# vi etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX= disabled
Save and Close then restart the server.
# shutdown -r now
Hi,
Installed agent in Windows client, but it is not communicating with server. Getting below error, can any one help for me.
"Failed sending control message to OCS inventory Service... Error code 1053 = The service did not respond to the start or control request in a timely fashion"
Thanks in advance,
Nagesh
i just installed ocs inventory ng server on a ubuntu 16.04
i installed the agent on windows
the client pc doesn't show up in my inventory
ocsinventory.ini
[OCS Inventory Agent]
ComProvider=ComHTTP.dll
Debug=1
Local=
NoSoftware=0
HKCU=0
NoTAG=0
IpDisc=
[HTTP]
Server=http://192.168.56.101/ocsreports
SSL=0
CaBundle=cacert.pem
AuthRequired=0
User=
Pwd=
ProxyType=0
Proxy=
ProxyPort=0
ProxyAuthRequired=0
ProxyUser=
ProxyPwd=
[OCS Inventory Service]
PROLOG_FREQ=10
INVENTORY_ON_STARTUP=0
OLD_PROLOG_FREQ=10
TTO_WAIT=36000
agent LOG
Starting OCS Inventory NG Agent on Tuesday, December 05, 2017 13:47:15.
AGENT => Running OCS Inventory NG Agent Version 2.3.1.1
AGENT => Using OCS Inventory NG FrameWork Version 2.3.1.1
AGENT => Loading plug-in(s)
DLL PLUGIN => Searching for Plug-in DLL(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
DLL PLUGIN => 0 DLL Plug-in(s) successfully loaded on 0 DLL(s) found
AGENT => Using network connection with Communication Server
COM PROVIDER => Loading Communication Provider <C:\Program Files (x86)\OCS Inventory Agent\ComHTTP.dll>
AGENT => Using Communication Provider <OCS Inventory NG cURL Communication Provider> Version <2.3.1.1>
AGENT => Sending Prolog
DID_CHECK => Read DeviceID <QPKJ1-198C-2017-12-05-11-58-10> and MACs <50:65:F3:1B:A6:7600:00:00:00:00:0000:00:00:00:00:00> in file <ocsinventory.dat>
COM SERVER => Initializing cURL library for sendRequest
COM SERVER => Using cURL without server authentication
COM SERVER => Disabling cURL proxy support
COM SERVER => Disabling cURL SSL server validation support
COM SERVER => Sending HTTP Post request to URL <http://192.168.56.101/ocsreports>
COM SERVER => HTTP Post response received <HTTP Status Code #200>
COM SERVER => Cleaning cURL library
AGENT => Prolog successfully sent
AGENT => Prolog Frequency set to 10 hour(s)
AGENT => Inventory on startup option set to
AGENT => Unloading communication provider
AGENT => Unloading plug-in(s)
AGENT => Execution duration: 00:00:00.
please help
Bonjour,
L'url http://192.168.56.101/ocsreports n'est pas bonne pour remonter les inventaires. La bonne url est http://192.168.56.101/ocsinventory. Il faut ensuite redémarrer le service ocsinventory sur le client.
Cordialement
Frank
Bonjour,
Depuis quelques jour j'ai perdu l'affichage de mon OCS sur les navigateurs Chrome et Internet Explorer. Il fonctionne parfaitement depuis Mozilla par contre.
J'ai vidé le cache des navigateurs sans succès.
Merci pour votre aide.
Debian 9.1 | Apache 2.4.25 | PHP 7.0.19 | OCSReports 2.3.1
Most of the time, error 500 is cause by a bad mysql login/password.
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Main#FAQ
http://ask.ocsinventory-ng.org/1/i-got-an-error-500-when-my-agent-contact-the-server
Titanax : - Male Enhancement is such testosterone increaser which reestablishes young stamina, quality and additionally vitality through such legitimate way. It is such an astonishing and advances men improving supplement which acts such mind blowing for boosting testosterone level up and makes the extent of muscles more perfect through such flawless way. the most astounding part which Titanax Male Enhancement perform for the male that it fabricate perfect and tore muscles for them in delicate size in general through such immaculate way and influences them to feel solid by and large.
If define additional TAG with type "SELECT", and the tag is NULL in DB. In administrative mode in GUI shown first item from drop box instead of empty.
I read-only mode and in old versions info shown correct.