diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 905dae702f..41132b008b 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,7 @@ +2011-04-28 Junichi Satoh + + * FreeBSD/pandora_agent.conf: Added missing templates. + 2011-04-13 Dario Rodriguez * AIX/pandora_agent.conf, Linux/pandora_agent.conf, HP-UX/pandora_agent.conf diff --git a/pandora_agents/unix/FreeBSD/pandora_agent.conf b/pandora_agents/unix/FreeBSD/pandora_agent.conf index dc7a96b499..e19db5af9b 100755 --- a/pandora_agents/unix/FreeBSD/pandora_agent.conf +++ b/pandora_agents/unix/FreeBSD/pandora_agent.conf @@ -88,6 +88,18 @@ transfer_mode tentacle # If set to 1 allows the agent to be configured via the web console (Only Enterprise version) # remote_config 1 +# If set to 1 start Drone Agent's Proxy Mode +# proxy_mode 1 + +# Max number of simmultaneus connection for proxy (by default 10) +# proxy_max_connection 10 + +# Proxy timeout (by default 1s) +# proxy_timeout 1 + +# Number of threads to execute modules in parallel +#agent_threads 1 + # User the agent will run as #pandora_user root