From d22805bd8d107af5d2d7112d837fa4322a83a015 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 28 Oct 2015 14:03:24 +0100 Subject: [PATCH] Modified server_opts help in Unix agents and added server_opts token in windows --- pandora_agents/unix/AIX/pandora_agent.conf | 2 +- pandora_agents/unix/Darwin/pandora_agent.conf | 2 +- pandora_agents/unix/FreeBSD/pandora_agent.conf | 2 +- pandora_agents/unix/HP-UX/pandora_agent.conf | 2 +- pandora_agents/unix/Linux/pandora_agent.conf | 2 +- pandora_agents/unix/NetBSD/pandora_agent.conf | 2 +- pandora_agents/unix/SunOS/pandora_agent.conf | 2 +- pandora_agents/win32/bin/pandora_agent.conf | 3 +++ 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pandora_agents/unix/AIX/pandora_agent.conf b/pandora_agents/unix/AIX/pandora_agent.conf index fb24c81aae..e76c0668bc 100644 --- a/pandora_agents/unix/AIX/pandora_agent.conf +++ b/pandora_agents/unix/AIX/pandora_agent.conf @@ -62,7 +62,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). # server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). # server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/unix/Darwin/pandora_agent.conf b/pandora_agents/unix/Darwin/pandora_agent.conf index f241eefc01..aa5deb0160 100644 --- a/pandora_agents/unix/Darwin/pandora_agent.conf +++ b/pandora_agents/unix/Darwin/pandora_agent.conf @@ -92,7 +92,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). #server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). #server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/unix/FreeBSD/pandora_agent.conf b/pandora_agents/unix/FreeBSD/pandora_agent.conf index 1b2abc58da..91a0c930cb 100644 --- a/pandora_agents/unix/FreeBSD/pandora_agent.conf +++ b/pandora_agents/unix/FreeBSD/pandora_agent.conf @@ -77,7 +77,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). #server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). #server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/unix/HP-UX/pandora_agent.conf b/pandora_agents/unix/HP-UX/pandora_agent.conf index 5cda8545f3..a0904df9e9 100644 --- a/pandora_agents/unix/HP-UX/pandora_agent.conf +++ b/pandora_agents/unix/HP-UX/pandora_agent.conf @@ -64,7 +64,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). # server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). # server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index f600e009b2..bae87c185d 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -103,7 +103,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). #server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). #server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/unix/NetBSD/pandora_agent.conf b/pandora_agents/unix/NetBSD/pandora_agent.conf index 66889bd745..17130ffe66 100644 --- a/pandora_agents/unix/NetBSD/pandora_agent.conf +++ b/pandora_agents/unix/NetBSD/pandora_agent.conf @@ -73,7 +73,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). #server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). #server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/unix/SunOS/pandora_agent.conf b/pandora_agents/unix/SunOS/pandora_agent.conf index 6f3e164b48..382ee986a8 100644 --- a/pandora_agents/unix/SunOS/pandora_agent.conf +++ b/pandora_agents/unix/SunOS/pandora_agent.conf @@ -67,7 +67,7 @@ transfer_mode tentacle # Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default). #server_ssl no -# Extra options for the Tentacle client (for example, server_opts "-v -r 5"). +# Extra options for the Tentacle client (for example: server_opts -v -r 5). #server_opts # delayed_startup defines number of seconds before start execution diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 1e3ea43c23..ef2f7f07aa 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -68,6 +68,9 @@ server_port 41121 # In case of using FTP or tentacle with password. User is always "pandora" #server_pwd pandora +# Extra options for the Tentacle client (for example: server_opts -v -r 5). +#server_opts + # If set to 1 disables log writing into pandora_agent.log #disable_logfile 1