chef-monit
chef-monit copied to clipboard
Chef cookbook for monit package
For example using Dokku and it's monit plugin, I need to specifically include "/home/dokku/*/monitrc" which wasn't possible previously. P.S. Just noticed that I'd also wrapped the include valus in double...
Hi, there any reason to have this: default["monit"]["idfile"] = "/var/.monit.id" default["monit"]["statefile"] = "/var/lib/monit/state" Instead of: default["monit"]["idfile"] = "/var/lib/monit/id" default["monit"]["statefile"] = "/var/lib/monit/state" Grouping every monit file in its directory ?
Setting the login credentials for the web interface using node['monit']['web_interface']['allow'] is resulting in the unencrypted credentials being available from the chef server. Is there a good way to remove them...