- Update write_graphite configuration to use Node tag.
- Update CentOS 6.x in Test Kitchen platforms.
- Update PID path reference in init script.
- Add configure flag attribute for building collectd from source.
- Fix incorrect recipe names in README.
- Add systemd support for RHEL 7.x.
- Rename cookbook to
collectd-ng
. - Add to Chef Supermarket.
- Add support for setting
write_queue_limit_high
,write_queue_limit_low
, andcollect_internal_stats
- Fix syntax error in
collectd_plugin
delete action.
- Add support for
redis
plugin.
- Fix syntax error in
packages
recipe.
- Fix regression in ability to install and configure using
packages
recipe withattribute_driven
.
- Add support for ChefSpec.
- Make use of
use_inline_resources
in resource providers. This change breaks backwards compatibility with versions of Chef prior to 11.
- Add support for supplying
FQDNLookup
as an attribute. - Ensure Python development libraries are when using the Python plugin on Debian.
- Update metadata version.
- Add support for collectd Python plugins.
- Add support for removing collectd plugins.
- Add support for a plugin configuration directory different from the base directory.
- Add support for Ubuntu 14.04 (Trusty) to test suite.
- Add support for
write_http
plugin.
- Bump collectd version to
5.4.1
.
- Fix permissions on
init.d
script.
- Updated direct
yum
dependency toyum-epel
.
- Update Vagrant boxes in Test Kitchen suite.
- Fix issue with collectd installation and vagrant-cachier.
- Bump collectd version to
5.4.0
. - Update collectd download URL for Test Kitchen suite.
- Add alternative collectd download URLs to README.
- Set
write_graphite
host attribute vianode.default
overnode.set
.
- Fixed
write_graphite
plugin issues when overridingHost
via attributes.
- Fixed issues with Chef 11 attributes changes.
- Fix FC043.
- Added test-kitchen support.
- Altered remote_file action to :create_if_missing.
- Bump collectd version to 5.1.1.
- Fix for RHEL5 package support for compilation.
- Install libraries for plugins prior to compilation.
- Fixes Foodcritic failures.
- Package installation support.
- RHEL init script support.
- Added a recompilation recipe.
- Added build-essential as a dependency.
- Scoped Graphite auto-discovery to Chef environment.
- Initial release.