Issue #1541 has been updated by luke. Status changed from Accepted to Ready for Testing Assigned to set to luke
Fixed in the refactor/0.24.x/nagios branch in my repository. Again, because this is for a client it's written against 0.24.x, but I'll convert it to master once it's delivered to the client. ---------------------------------------- Bug #1541: nagios objects write files to clientbucket on every change http://projects.reductivelabs.com/issues/show/1541 Author: marthag Status: Ready for Testing Priority: Normal Assigned to: luke Category: nagios Target version: Complexity: Unknown Affected version: 0.24.5 Keywords: The nagios_* objects write their configuration files to the clientbucket after every change, even when there are multiple changes in the same puppet run. This makes it extremely slow when you are making a lot of changes at once. <pre> notice: //nagios::server/Nagios_service[puppet-server7]/ensure: created info: Filebucket[/var/lib/puppet/clientbucket]: Adding /etc/nagios/nagios_service.cfg(e8ab872cbbb1efa834d86ae7db9beaa9) info: //nagios::server/Nagios_service[puppet-server7]: Scheduling refresh of Exec[nagios3 reload] notice: //nagios::server/Nagios_service[puppet-server3]/ensure: created info: Filebucket[/var/lib/puppet/clientbucket]: Adding /etc/nagios/nagios_service.cfg(dd4a71ffd9a9df2ccc8de0e39e85cc2b) info: //nagios::server/Nagios_service[puppet-server3]: Scheduling refresh of Exec[nagios3 reload] notice: //nagios::server/Nagios_service[puppet-server5]/ensure: created info: Filebucket[/var/lib/puppet/clientbucket]: Adding /etc/nagios/nagios_service.cfg(115294d431ffebc6847cf02db470842e) info: //nagios::server/Nagios_service[puppet-server5]: Scheduling refresh of Exec[nagios3 reload] notice: //nagios::server/Nagios_service[puppet-server2]/ensure: created info: Filebucket[/var/lib/puppet/clientbucket]: Adding /etc/nagios/nagios_service.cfg(de78f44281018067170921292fd24e2d) info: //nagios::server/Nagios_service[puppet-server2]: Scheduling refresh of Exec[nagios3 reload] </pre> ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
