Skip to content

adler/puppet-statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-statsd

Manage Statsd with Puppet

Synopsis

class { 'statsd':
  graphiteserver   => 'my.graphite.server',
  flushinterval    => 1000, # flush every second
  percentthreshold => [75, 90, 99],
  address          => '10.20.1.2',
  listenport       => 2158,
  provider         => npm,
}

Notes

To ensure that you have a fairly recent version of statsd, it's recommended that you install statds via npm. The most recent version of statds in Debian Sid is 0.0.2, which is so old that the current documentation doesn't even remotely apply.

Contributors

About

100% recycled, organic puppet module for managing statsd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 82.1%
  • Shell 17.9%