On Mon, 4 Apr 2011 11:33:54 +0100
FRLinux FRLinux wrote:

> Hello,
Hi,
 
> I have another quick one about puppet dashboard. We are using the
> Debian one for Squeeze (1.0.4) and as the database has significantly
> grown, if/when we click on a list of unresponsive nodes to check them,
> the web interface sits there doing nothing then the puppetmaster
> process starts timing out for all nodes compiling their catalogs.
> 
> Has anyone got a workaround for this? Does it involve cleaning the
> database from time to time?
We added a cron which does:

rake RAILS_ENV=production reports:prune upto=1 unit=wk
rake RAILS_ENV=production db:raw:optimize
from /opt/puppet-dashboard
once per week.

since then, the server has increased its performance significally and
we see no more timeout errors.

> The box is a VM with 3G of allocated RAM, our ibdata1 file is pretty
> big, reached 8G recently.
> 
> So what do others do?
> 
> Cheers,
> Steph
HTH,
Arnau 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to