From 7ad80068e0d4bae7d5860749d897c07b0c3d6a12 Mon Sep 17 00:00:00 2001 From: marostegui Date: Thu, 14 Jun 2007 15:27:04 +0000 Subject: [PATCH] 2007-06-14 Manuel Arostegui * linux/pandora_agent.conf: Changed to disable by default the delayed start up. * aix/pandora_agent.conf: Changed to disable by default the delayed start up. * solaris/pandora_agent.conf: Changed to disable by default the delayed start up. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@512 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/ChangeLog | 11 +++++++++++ pandora_agents/aix/pandora_agent.conf | 2 +- pandora_agents/linux/pandora_agent.conf | 2 +- pandora_agents/solaris/pandora_agent.conf | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 0fe61d31d6..9848d1a00d 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,14 @@ +2007-06-14 Manuel Arostegui + + * linux/pandora_agent.conf: Changed to disable + by default the delayed start up. + + * aix/pandora_agent.conf: Changed to disable + by default the delayed start up. + + * solaris/pandora_agent.conf: Changed to disable + by default the delayed start up. + 2007-06-14 Manuel Arostegui * linux/INSTALL: Added how to use the new installer. diff --git a/pandora_agents/aix/pandora_agent.conf b/pandora_agents/aix/pandora_agent.conf index 0873f159e5..afe538e2bf 100755 --- a/pandora_agents/aix/pandora_agent.conf +++ b/pandora_agents/aix/pandora_agent.conf @@ -21,7 +21,7 @@ transfer_mode ssh # delayed_startup defines number of MINUTES before start execution # for first time when startup Pandora Agent -delayed_startup 90 +#delayed_startup 90 #Pandora nice defines priority of execution. Less priority means more intensive execution #A recommended value is 10. 0 priority means no Pandora CPU protection enabled diff --git a/pandora_agents/linux/pandora_agent.conf b/pandora_agents/linux/pandora_agent.conf index a99ed8c23d..8cd37de5aa 100755 --- a/pandora_agents/linux/pandora_agent.conf +++ b/pandora_agents/linux/pandora_agent.conf @@ -37,7 +37,7 @@ transfer_mode ssh # delayed_startup defines number of MINUTES before start execution # for first time when startup Pandora Agent -delayed_startup 90 +#delayed_startup 90 #Pandora nice defines priority of execution. Less priority means more intensive execution #A recommended value is 10. 0 priority means no Pandora CPU protection enabled diff --git a/pandora_agents/solaris/pandora_agent.conf b/pandora_agents/solaris/pandora_agent.conf index f452617228..79a9ef21d2 100755 --- a/pandora_agents/solaris/pandora_agent.conf +++ b/pandora_agents/solaris/pandora_agent.conf @@ -21,7 +21,7 @@ transfer_mode ssh # delayed_startup defines number of MINUTES before start execution # for first time when startup Pandora Agent -delayed_startup 90 +#delayed_startup 90 #Pandora nice defines priority of execution. Less priority means more intensive execution #A recommended value is 10. 0 priority means no Pandora CPU protection enabled