Issue #1541 has been updated by luke. Status changed from Closed to Re-opened
That commit isn't actually the commit that fixes this. If you merge my refactor/0.24.x/nagios branch, you'll actually get the correct commit. There is one additional commit in that branch, fixing the naming things I apparently broke in Nagios. ---------------------------------------- Bug #1541: nagios objects write files to clientbucket on every change http://projects.reductivelabs.com:80/issues/1541 Author: marthag Status: Re-opened Priority: Normal Assigned to: jamtur01 Category: nagios Target version: 0.24.8 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 -~----------~----~----~----~------~----~------~--~---
