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

NAME

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

Useful if you need to open a proxy on 2 different ports and even one with SSL support.

DESCRIPTION

This is a server plugin to pass 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 proxy2-server-plugin.cfg file or better in the proxy2-server-plugin.local if included from proxy2-server-plugin.cfg.