munin
munin copied to clipboard
Development repository for Opscode Cookbook munin
Has this project been abandoned? I am getting dependency errors because the dependencies themselves need updates.
The README and commit messages are pretty explanatory, if you have any questions let me know.
By default all ec2 hosts were given a hostname directive in the munin-node.conf file with the value of .ec2.internal. This is should be optional.
Hello guys! I've implemented this Cookbook today to do some deploy tests, and I saw a litle misconfiguration (or a bug): When the Cookbook it's completely deployed, for some reason...
From the apache_site.rb from the apache cookbook: "conf_name = "#{params[:name]}.conf" This change is needed because it is failing to activate the munin vhost: I, [2015-05-28T15:17:19.987614 #16970] INFO --: \* execute[a2ensite...
Because of this statement provisioning fails on a debian box. I also don't get why someone wants to stop apache when explicitly choosing nginx.
``` Current Code (Line 39): apache_site 'munin.conf' chef-client log: [2014-08-28T13:44:23-04:00] INFO: Processing execute[a2ensite munin.conf.conf] action run (munin::server_apache line 25) ``` should be.. ``` Proposed Code (Line 39): apache_site 'munin' chef-client...
I prefer to use munin without authentication because it's deployed in internal network. So I added options 'htauth' and 'htpassword' to `server_auth_method` to enable htpasswd. And authentication method will be...