Skip to content

convectionlabs/puppet-statsd

 
 

Repository files navigation

puppet-statsd

Puppet Forge Build Status

Description

This Puppet module will install statsd on Debian or RedHat.

Installation

puppet module install --modulepath /path/to/puppet/modules jdowning-statsd

Usage

    class { 'statsd':
      address          => '10.20.1.2',
      graphiteHost     => 'my.graphite.host',
      flushInterval    => 1000,
      percentThreshold => [75, 90, 99],
    }

Testing

bundle install
bundle librarian-puppet install
vagrant up

About

Puppet module to install and manage statsd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 81.3%
  • Ruby 11.2%
  • Shell 7.5%