Skip to content

chef-datadog, 2.1.0

Compare
Choose a tag to compare
@miketheman miketheman released this 20 Apr 15:59
· 925 commits to main since this release

2.1.0 / 2015-04-20

  • [FEATURE] Add support for mesos check, #200 @DorianZaccaria

  • [FEATURE] Add support for docker check, #197 @DorianZaccaria

  • [OPTIMIZE] Set compile_time when using chef_gem resource, #196 @miketheman

  • [FEATURE] Add support for ntp check, #182 @chrissnell, @miketheman

  • [OPTIMIZE] Remove long-dead debug_mode and replace with log_level, #187 @remh

  • [FEATURE] Add support for http & tcp monitoring check, #177 @mtougeron, #178 @chrissnell, @miketheman

  • [FEATURE] Add support for fluentd monitoring check, #191 @takus, #192 @miketheman

  • [FEATURE] Add support for process monitoring check, #190 @jpcallanta

  • [FEATURE] Add configuration flags to elasticsearch template, #169 @chrissnell

  • [FEATURE] Add configuration flag to control collection of EC2 tags from Agent, #159 @mirceal

  • [FEATURE] Add Agent package attribute to control package provider action, #127, #147 @miketheman

  • [OPTIMIZE] Use hkp keyserver URL on debianoids, #138 @khouse

  • [BUGFIX] Use correct indentation for kafka recipe, correct values, add tests, #163, @donaldguy & @miketheman

  • [BUGFIX] Use correct indentation for activemq recipe, correct param, add tests, #171 @SelerityMichael & @miketheman

  • [FEATURE] Add support for bind_host parameter, #148 @jblancett

  • [FEATURE] Add support for Fedora platform, #135 @juliandunn

  • [FEATURE] Add recipe for package removal, #125 @bitmonk

  • [FEATURE] Add support for custom emitters, #123 @arthurnn & @graemej

  • [FEATURE] Add support for statsd forwarding in config file, #117 @ctrlok

  • [BUGFIX] Simplify JMX configuration, #116 @miketheman

    NOTE This has been broken for some time, and has had multiple attempts at fixing properly. The correct interface
    has never been documented, and the implementation has always been left up to the reader. We have changed this to be
    much simpler - instead of trying to account for any possible methods

  • [BUGFIX] Correct cassandra template render flags, @miketheman

  • [DOCS] Remove suggestion for python cookbook, as it is no longer needed. @miketheman

  • [MISC] Updates to test suite for simplicity, deprecation warnings, dependencies @miketheman & @darron