The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::HTTP::Server::Proxy - An embedded HTTP server plugin providing a proxy for agents not able to contact the server

DESCRIPTION

This is a server plugin to transmit inventory toward a server.

It listens on port 62354 by default.

The following default requests are accepted:

/proxy/fusioninventory
/proxy/apiversion

CONFIGURATION

disabled yes by default
url_path /proxy by default
port 0 by default to use default one
prolog_freq 24 by default, this is the delay agents will finally recontact the proxy
local_store empty by default, this is the folder where to store inventories
only_local_store no by default, set it to yes to not submit inventories to server.
maxrate 30 by default
maxrate_period 3600 (in seconds) by default.

Defaults can be overrided in proxy-server-plugin.cfg file or better in the proxy-server-plugin.local if included from proxy-server-plugin.cfg.