phlipper / chef-monit

Chef cookbook for monit package
http://phlippers.net/chef-monit
MIT License
67 stars 69 forks source link

Added reload_on_change property that defines if monit should be reloaded when configuration changes (default: true) #30

Closed pauloricardomg closed 10 years ago

pauloricardomg commented 10 years ago

The reload when configuration change feature was making monit start when I was bootstrapping my node, but I wanted to avoid this behavior, otherwise monit will start services that are not ready to start yet. So, setting this value to false will avoid monit to be started during bootstrap.

phlipper commented 10 years ago

@pauloricardomg thanks for this! i've rebased and merged in #31 as I am working on a little bit of cleanup as well.