-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monit issues (template file name, internal issues) #8
Comments
Argh, you're right -- this has slipped me, because we have a customized Monit cookbook which uses The Glad that the cookbook is useful, thanks! :) |
Ryan, check the fix, please -- works locally with Vagrant and stock Monit cookbook. |
Also, could you please check the setup with 90ed2a1? It contains a fix for proper installation of the |
Hi Karel, Thanks for the rapid turnaround! I won't be able to check things in code until this weekend or Monday, but it looks correct on inspection. I also separately ran into the Thanks again, |
Hi Ryan, no rush, and thanks! |
Updated and deployed. Everything looks good. Thanks Karel! |
… template Closes #29, closes #8 Related: apsoto/monit@ed83113
While investigating Monit issues, pushed 42db58c -- the Monit integration actually has been relying on default template location/filename. Should work now -- added a test to Vagrant as well. |
First of all, I wanted to say: great cookbook! I've been hacking around with various other ElasticSearch cookbooks, and this was the only one that was current, works with AWS, and doesn't drag in a whole mess of other dependencies.
One thing I found on initially running the recipe is that the Monit conf template is "elasticsearch.monitrc.erb", but the
monitrc
recipe (v0.6) has a hard-coded assumption of"#{name}.conf.erb"
. I ended up renaming "elasticsearch.monitrc.erb" to "elasticsearch.conf.erb" to get past it, but I don't particularly like my solution as "elasticsearch.conf.erb" sounds too general.Here's my exception:
Also, I get an error for this line in the monit conf:
Skimming the monit recipe, I don't see an
http_auth
attribute anywhere.The text was updated successfully, but these errors were encountered: