Skip to content

Releases: jdowning/puppet-statsd

Release 2.0.0

13 Sep 17:37
Compare
Choose a tag to compare

Lots of changes to the API (parameters) plus additional support for multiple backends.

  • add support for Stackdriver backend
  • clean up manifests/backends.pp to properly check and install backend(s) when declared
  • configure Graphite backend only if declared
  • update Vagrantfile, tests/vagrant.pp
  • update test matrix, dependencies, documentation

Release 1.1.0

13 Apr 19:20
Compare
Choose a tag to compare

This module is forked from puppetlabs-operations/puppet-statsd and includes several additons and improvements.

  • Include most statsd parameters in main class
  • Add support for InfluxDB and Librato backends
  • Add TravisCI testing
  • Add Vagrantfile for CentOS and Ubuntu