From 2d67cefa7cefd82a827b4ea1ac59c29c103484f7 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 7 Oct 2010 09:18:13 +0000 Subject: [PATCH] 2010-10-07 Ramon Novoa * Linux/pandora_agent.conf: Added an example usage of the agent_threads configuration token. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 5 +++++ pandora_agents/unix/Linux/pandora_agent.conf | 3 +++ 2 files changed, 8 insertions(+) diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index b47a076a80..13b743fda6 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,8 @@ +2010-10-07 Ramon Novoa + + * Linux/pandora_agent.conf: Added an example usage of the + agent_threads configuration token. + 2010-10-06 Junichi Satoh * pandora_agent: Added FreeBSD specific commands. diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index ff9c0c660a..a4327fcdcb 100755 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -88,6 +88,9 @@ transfer_mode tentacle # If set to 1 allows the agent to be configured via the web console (Only Enterprise version) # remote_config 1 +# Number of threads to execute modules in parallel +#agent_threads 1 + # Secondary server configuration # ==============================