Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
/ puppet-statsd Public archive

100% recycled, organic puppet module for managing statsd

License

Notifications You must be signed in to change notification settings

maestrodev/puppet-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Maestro
Oct 9, 2013
430621d · Oct 9, 2013

History

28 Commits
Mar 26, 2013
Dec 18, 2012
Jul 16, 2013
Jan 1, 2013
Jul 16, 2013
Jul 16, 2013
Dec 3, 2012
Jul 16, 2013
Jul 16, 2013
Nov 12, 2012
Oct 9, 2013
Jul 16, 2013
Jul 16, 2013
Dec 3, 2012
Jul 16, 2013

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