FusionInventory-Agent
view release on metacpan or search on metacpan
bin/fusioninventory-agent view on Meta::CPAN
=item * usb
=item * user
=item * video
=item * virtualmachine
=back
=item B<--scan-homedirs>
Allow the agent to scan home directories for virtual machines.
=item B<--scan-profiles>
Allow the agent to scan user profiles for software.
=item B<--html>
Save the inventory as HTML.
This is only used for local inventories.
=item B<-f>, B<--force>
Send an inventory to the server, even if this last one doesn't ask for it.
=item B<--backend-collect-timeout>=I<TIME>
Timeout for inventory modules execution.
=item B<--additional-content>=I<FILE>
Additional inventory content file.
This file should be an XML file, using same syntax as the one produced by the
agent.
=back
=head2 Package deployment task specific options
=over
=item B<--no-p2p>
Do not use peer to peer to download files.
=back
=head2 Server target specific options
=over
=item B<-P>, B<--proxy>=I<PROXY>
Use I<PROXY> as HTTP proxy.
By default, the agent uses HTTP_PROXY environment variable.
=item B<-u> I<USER>, B<--user>=I<USER>
Use I<USER> for server authentication.
=item B<-p>, B<--password>=I<PASSWORD>
Use I<PASSWORD> for server authentication.
=item B<--ca-cert-dir>=I<DIRECTORY>
CA certificates directory.
=item B<--ca-cert-file>=I<FILE>
CA certificates file.
=item B<--no-ssl-check>
Do not check server SSL certificate.
=item B<--timeout>=I<TIME>
Timeout for server connections.
=back
=head2 Web interface options
=over
=item B<--no-httpd>
Disable the embedded web server.
=item B<--httpd-ip>=I<IP>
The network interface to use for the embedded web server (all).
=item B<--httpd-port>=I<PORT>
The network port to use for the embedded web server (62354).
=item B<--httpd-trust>=I<IP>
Trust requests from given addresses without authentication token (false).
For example: "192.168.0.0/24", "192.168.168.0.5" or an IP range like
"20.34.101.207 - 201.3.9.99". Hostnames are also accepted. See L<Net::IP>
documentation to get more example.
Multiple values can be specified, using comma as a separator.
=item B<--listen>
This option should be used if no local or server target is defined and
the agent still needs to answer http requests. B<--no-httpd> should not be set
and B<--httpd-trust> should be set to enable trusted remote clients.
=back
( run in 1.228 second using v1.01-cache-2.11-cpan-71847e10f99 )