Skip to content
This repository has been 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

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