1FUSIONINVENTORY-INJECTOURs(e1r)Contributed Perl DocumentFaUtSiIoOnNINVENTORY-INJECTOR(1)
2
3
4
6 fusioninventory-injector - A tool to push inventory in an OCS Inventory
7 or compatible server.
8
10 fusioninventory-injector [options] [--file <file>|--directory
11 <directory>|--stdin|--useragent <user-agent>]
12
13 Options:
14 -h --help this menu
15 -d --directory load every .ocs files from a directory
16 -R --recursive recursively load .ocs files from <directory>
17 -f --file load a specific file
18 -u --url server URL
19 -r --remove remove succesfuly injected files
20 -v --verbose verbose mode
21 --stdin read data from STDIN
22 --useragent set used HTTP User-Agent for POST
23 -x --xml-ua use Client version found in XML as User-Agent for POST
24 --no-ssl-check do not check server SSL certificate
25 -C --no-compression don't compress sent XML inventories
26
27 Examples:
28 fusioninventory-injector -v -f /tmp/toto-2010-09-10-11-42-22.ocs --url https://login:pw@example/plugins/fusioninventory/
29 fusioninventory-injector -v -R -d /srv/ftp/fusion --url https://login:pw@example/plugins/fusioninventory/
30
32 This tool can be used to test your server, do benchmark or push
33 inventory from off-line machine.
34
35
36
37perl v5.38.0 2023-07-19 FUSIONINVENTORY-INJECTOR(1)