This file is used to list changes made in each version of the munin cookbook.
- Added server_list attribute to contain a list of IP addresses of Munin servers (thanks docwhat)
- Loosened dependencies on other cookbooks (thanks kesor)
- Switched to ChefSpec 3.1 and added more tests (thanks kampfschlaefer + sethvargo/btm)
- Provided /etc/munin/munin-conf.d for additional configuration (thanks kampfschlaefer)
- Extended multi environment monitoring to optionally just include certain chef environments via an array (thanks kampfschlaefer)
- COOK-3581 - Ensure munin-node is started before enabling the service
- COOK-3224 - Fix crashe in client recipe (comparison of Chef::Node with Chef::Node failed)
- COOK-2881 - Use correct log dir on EPEL
- COOK-3471 - Add initial Chef solo support
- [COOK-2965] - munin cookbook has foodcritic failures
- [COOK-2518] - Multi Environment
- [COOK-2662] -
munin::server_apache2
fatal due to attribute precendence
- [COOK-2103] - Name the munin-hosts by fqdn instead of pure hostname
- [COOK-2182] - FC043 - prefer new notification syntax in munin cookbook
- [COOK-2137] - SmartOS support for Munin
- [COOK-2140] - nginx template
server_name
incorrect
- [COOK-1600] - add an attribute for setting the listen port.
- [COOK-1750] - readme typo fix
- [COOK-1122] - amazon platform support
- [COOK-1143] - munin_plugin() should accept an optional cookbook parameter
- [COOK-1205] - Add NGINX support to munin
- [COOK-1517] - attributes for
max_processes
,max_graph_jobs
, andmax_cgi_graph_jobs
- [COOK-920] - FreeBSD support
- [COOK-923] - account for empty node search results
- [COOK-500] - sort server list from search
- [COOK-501] - add support for RHEL platforms
- [COOK-918] - updates required for latest
mod_auth_openid
and add htauth basic option.
- Use Chef 0.10's
node.chef_environment
instead ofnode['app_environment']
.