Données techniques du wiki.ocsinventory-ng.org
Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations.
Notre service GeoIP a trouvé l'hôte wiki.ocsinventory-ng.org.Actuellement, hébergé dans France et son fournisseur de services est OVH SAS .
Latitude: |
50.69421005249 |
Longitude: |
3.1745600700378 |
Pays: |
France (fr)
|
Ville: |
Roubaix |
Région: |
Nord-Pas-de-Calais |
ISP: |
OVH SAS |
the related websites
doc.ubuntu-fr.org wiki.scienceamusante.net wikiberal.org wikidebrouillard.org wikiinfi.com wiki.aquatribu.com ubuntu-fr.org randonner-leger.org forums.jeuxonline.info wiki-compta.com france5.fr france-japon.net actu.orange.fr
Analyse d'en-tête HTTP
Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.
Date: | Mon, 27 May 2019 21:17:51 GMT |
Server: | Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips |
Last-Modified: | Mon, 27 May 2019 21:00:03 GMT |
ETag: | "89e7-589e4d50c8943" |
Accept-Ranges: | bytes |
Content-Length: | 35303 |
Cache-Control: | private, must-revalidate |
Expires: | Mon, 27 May 2019 21:18:51 GMT |
Content-Type: | text/html; charset=UTF-8 |
DNS
ipv4: | IP:5.135.50.70 ASN:16276 OWNER:OVH, FR Country:FR
|
HtmlToText
ocs inventory documentation ocs inventory ng 2.x documentation ocs inventory ng 2.x documentation prerequisites newbie documentation basic documentation management console and its advanced features deployment network discovery with ocs inventory ng ocs tools multi-site network architecture extras plugin engine rest api developers contribution faq 01.newbie documentation ocs inventory ng basics 01.prerequisites libraries version 02.basic documentation administration of ocs inventory ng deploying database server setting up a ocs inventory server setting up the android agent setting up the macosx agent on client computers setting up the unix agent on client computers setting up the windows agent 2.x on client computers updating the server 02.newbie documentation ocs inventory ng basics 03.basic documentation administration of ocs inventory ng deploying database server setting up a ocs inventory server setting up the android agent setting up the macosx agent on client computers setting up the unix agent on client computers setting up the windows agent 2.x on client computers updating the server 03.management console and its advanced features configure mail notification export a computer managing administrative data managing users profiles of the web interface querying inventory results synchronization between ocs and ldap using assets categorization using software categorization using computers groups using the plugins feature 04.deployment deploying packages or executing commands on client hosts 04.management console and its advanced features configure ocs news configure mail notification export a computer managing administrative data managing users profiles of the web interface querying inventory results synchronization between ocs and ldap using assets categorization using software categorization using computers groups using the plugins feature 05.deployment deploying packages or executing commands on client hosts 05.network discovery with ocs inventory ng using ip discovery feature using snmp scan feature 06.network discovery with ocs inventory ng using ip discovery feature using snmp scan feature 06.ocs tools ocs ansible role for unix packager ocs inventory ng agent deployement tool ocs packager for macosx ocs packager for unix ocs packager 07.multi site network architecture synchronisation between ocs server master slaves using local proxy cache to deploy 07.ocs tools ocs ansible role for unix packager ocs inventory ng agent deployement tool ocs packager for macosx ocs packager for unix ocs packager 08.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 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 09.rest api authentification configuration delete routes get routes introduction post routes put routes 10.developers howto create theme howto package ocs macosx agent releases howto package ocs unix agent releases howto package ocs unix server releases xml format 10.plugin engine using plugins installer 11.prerequisites libraries version 11.rest api authentification configuration delete routes get routes introduction post routes put routes 12.developers howto create theme howto package ocs macosx agent releases howto package ocs unix agent releases howto package ocs unix server releases xml format 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 the unix agent on client computers 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 management console and its advanced features querying inventory results using computers groups using the plugins feature using assets categorization using softwares categorization managing users profiles of the web interface managing administrative data synchronization between ocs and ldap export a computer configure mail notification configure ocs news deployment deploying packages or executing commands on client hosts network discovery with ocs inventory ng using ip discovery feature using snmp scan feature ocs tools ocs inventory ng agent deployement tool ocs packager 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 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 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. next built with mkdocs using a theme provided by read the docs . next »
Analyse PopURL pour wiki.ocsinventory-ng.org
http://wiki.ocsinventory-ng.org/index.php?title=Howtos:Install_OCS_on_debian
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Secure
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Packager
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Teledeploy
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:WindowsAgent
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Server
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Groups
http://wiki.ocsinventory-ng.org/index.php?title=Main_Page
http://wiki.ocsinventory-ng.org/index.php?title=Documentation:Ipdiscover
http://wiki.ocsinventory-ng.org/index.php?title=Howtos:Install_OCS_on_WAMP
Informations Whois
Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;
Domain Name: OCSINVENTORY-NG.ORG
Registry Domain ID: D116828800-LROR
Registrar WHOIS Server:
Registrar URL: http://www.ovh.com
Updated Date: 2015-02-05T14:06:10Z
Creation Date: 2006-02-17T23:17:40Z
Registry Expiry Date: 2022-02-17T23:17:40Z
Registrar Registration Expiration Date:
Registrar: OVH
Registrar IANA ID: 433
Registrar Abuse Contact Email:
Registrar Abuse Contact Phone:
Reseller:
Domain Status: ok https://icann.org/epp#ok
Registry Registrant ID: C159295604-LROR
Registrant Name: emmanuel guillory
Registrant Organization:
Registrant Street: 13 Avenue de la Baraudiere - Apt Hcd 27
Registrant City: ST HERBLAIN
Registrant State/Province:
Registrant Postal Code: 44800
Registrant Country: FR
Registrant Phone: +33.624668352
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email: emmanuel.guillory@free.fr
Registry Admin ID: C159295607-LROR
Admin Name: emmanuel guillory
Admin Organization:
Admin Street: 13 Avenue de la Baraudiere - Apt Hcd 27
Admin City: SAINT HERBLAIN
Admin State/Province:
Admin Postal Code: 44800
Admin Country: FR
Admin Phone: +33.950713540
Admin Phone Ext:
Admin Fax:
Admin Fax Ext:
Admin Email: team@ocsinventory-ng.org
Registry Tech ID: C159295609-LROR
Tech Name: Didier LIROULET
Tech Organization:
Tech Street: 4 impasse du pigeonnier
Tech City: PEHCBUSQUE
Tech State/Province:
Tech Postal Code: 31320
Tech Country: FR
Tech Phone: +33.612478218
Tech Phone Ext:
Tech Fax:
Tech Fax Ext:
Tech Email: didier.liroulet@liroulet.net
Name Server: NS10.OVH.NET
Name Server: DNS10.OVH.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of WHOIS database: 2017-07-20T09:29:50Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to: (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.
REFERRER http://www.pir.org/
REGISTRAR Public Interest Registry
SERVERS
SERVER org.whois-servers.net
ARGS ocsinventory-ng.org
PORT 43
TYPE domain
RegrInfo
DOMAIN
NAME ocsinventory-ng.org
HANDLE D116828800-LROR
CREATED 2006-02-17
STATUS
ok https://icann.org/epp#ok
NSERVER
NS10.OVH.NET 213.251.128.129
DNS10.OVH.NET 213.251.188.129
OWNER
HANDLE C159295604-LROR
NAME emmanuel guillory
ADDRESS
STREET
13 Avenue de la Baraudiere - Apt Hcd 27
CITY ST HERBLAIN
PCODE 44800
COUNTRY FR
PHONE +33.624668352
EMAIL emmanuel.guillory@free.fr
ADMIN
HANDLE C159295607-LROR
NAME emmanuel guillory
ADDRESS
STREET
13 Avenue de la Baraudiere - Apt Hcd 27
CITY SAINT HERBLAIN
PCODE 44800
COUNTRY FR
PHONE +33.950713540
EMAIL team@ocsinventory-ng.org
TECH
HANDLE C159295609-LROR
NAME Didier LIROULET
ADDRESS
STREET
4 impasse du pigeonnier
CITY PEHCBUSQUE
PCODE 31320
COUNTRY FR
PHONE +33.612478218
EMAIL didier.liroulet@liroulet.net
REGISTERED yes
Go to top