From 1f4398edc8a67b3f8724690f56b3cf7c89763a11 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Thu, 28 Apr 2011 02:37:13 +0000 Subject: [PATCH] 2011-04-28 Junichi Satoh * FreeBSD/pandora_agent.conf: Added missing templates. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 4 ++++ pandora_agents/unix/FreeBSD/pandora_agent.conf | 12 ++++++++++++ 2 files changed, 16 insertions(+) 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