- Added support for Archlinux (#40)
- Added acceptance tests
- Added CONTRIBUTING.md for how to contribute to the module (#41)
- Document all parameters in README.md
- Two new parameters: bind_address and bind_port (#37)
- Bugfix: Rescue InvalidAddressError only if ruby is capable (#38)
Contributors to this release: David Hayes, Julien Pivotto, Stig Sandbeck Mathisen, Victor Engmark
- Bugfix: Add missing dependency for the "munin-node" package when $munin::node::purge_configs is true. (#34)
Contributors to this release: Martin Meinhold
-
Bugfix: The mastergroup, if used in the node's FQN (Fully Qualified Name), should no longer be empty on Puppet 4.0. (#27)
-
Bugfix: Using munin::master and munin::node with export and collect disabled should no longer trigger warnings about missing storeconfigs. (#30, #33)
- Add FreeBSD support.
-
New feature: Log to syslog with the "log_destination" and "syslog_facility" parameters. (#23, #24, #25)
-
New feature: Set the plugin runtime timeout with the "timeout" parameter. (#29, #32)
-
New feature: Purge unmanaged plugins and plugin configuration with the "purge_configs" parameter. (#28, #31)
Support the future parser.
Contributors to this release: Rike-Benjamin Schuppner, Stig Sandbeck Mathisen
This release adds support for DragonFly BSD, FreeBSD, OpenBSD.
Other changes listed below, per component.
Contributors to this release: Alex Hornung, Chris Roddy, Frank Groeneveld, Fredrik Thulin, Julien Pivotto, Martin Jackson, Sebastian Wiesinger, Stig Sandbeck Mathisen
-
Add "host_name" parameter to override the host name of the munin node.
-
Add "file_group" parameter, used for configuration and log files.
-
Add "log_dir" parameter.
-
Improved handling of "allow" ACL parameter.
-
Improved collection logic. Set "collect_nodes" to "mine" to collect nodes which are targeted for this master, or "unclaimed" to pick up nodes not aimed a specific master.
-
Add global tls_* parameters for connecting to nodes.
-
Add "dbdir", "htmldir", "rundir" parameters.
-
Add "extra_config" parameter, which takes an array of extra configuration lines for munin.conf.
- Support absolute paths as target for a plugin.
- Retracted, had a breaking bug on older (3.4.x) puppet versions.
-
Support multiple masters with different nodes (Thanks: Cristian Gae)
-
Support older (1.4.6) munin versions (Thanks: Sergio Oliveira)
-
Update for compatibility with puppet 3.4 (Thanks: Harald Skoglund)
-
Easier configuration with more parameters. All parameters have trivial validation.
- new parameter "config_root". Defaults should match supported operating systems.
- new parameter "config_root". Defaults should match supported operating systems.
-
new parameter "address". Default is $::fqdn. This will be used as the "address" when registering with the munin master.
-
new parameter "config_root". Defaults should match supported operating systems.
-
new parameter "package_name". Default should match supported operating systems.
-
new parameter "service_name". Default should match supported operating systems.
-
new parameter "service_ensure". Default is "". Possible values: "", "running" or "stopped".
- new class
Bugfix for the munin::plugin define.
-
Bugfix: Ensure that we can run tests on ruby 1.8.
-
Bugfix: No longer requires the class
Munin::Plugins
, which does not exist in this module. (#3) -
The
ensure
attribute no longer defaults to "link". If not set, a potentially existing plugin with the same name is not touched. -
Plugin and configuration directories are now configurable.
-
Improved rspec tests, which now actually match the documentation.
A few pull requests
-
Bugfix: Install munin package before creating munin-conf.d directory (#1)
-
Make graph strategy configurable (#2)
-
Improve documentation
Initial release