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