From fbf82c1cd1c40c26601e1bc0da5ebefee5627f1f Mon Sep 17 00:00:00 2001 From: darode Date: Thu, 19 Apr 2012 13:18:41 +0000 Subject: [PATCH] 2012-04-19 Dario Rodriguez * win32/bin/pandora_agent.conf: Added sencodary server parameters example in agent configuration. MERGED FROM 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6037 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/ChangeLog | 7 +++++++ pandora_agents/win32/bin/pandora_agent.conf | 15 +++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index fc6d5a2f96..b3cd330047 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,10 @@ +2012-04-19 Dario Rodriguez + + * win32/bin/pandora_agent.conf: Added sencodary server parameters example + in agent configuration. + + MERGED FROM 4.0.2 + 2012-04-18 Dario Rodriguez * unix/pandora_agent: Fixed a problem detecting agent user to launch diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 9397cfbda9..d8f2c64b73 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -84,6 +84,21 @@ server_port 41121 # Enable or disable XML buffer. xml_buffer 0 +# Secondary server configuration +# ============================== + +# If secondary_mode is set to on_error, data files are copied to the secondary +# server only if the primary server fails. If set to always, data files are +# always copied to the secondary server. +#secondary_mode on_error +#secondary_server_ip localhost +#secondary_server_path /var/spool/pandora/data_in +#secondary_server_port 41121 +#secondary_transfer_mode tentacle +#secondary_server_pwd mypassword +#secondary_server_ssl no +#secondary_server_opts + # Module Definition # Check online documentation and module library at http://pandorafms.org # =================