Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

mburns/statsd

 
 

Repository files navigation

Build Status Cookbook Version

Description

Installs and configures Statsd

Platforms

  • Ubuntu 14.04, 16.04
  • RHEL 6.9, 7.3
  • Debian 8.9

Attributes

Attribute Type Default Description
node['statsd']['port'] Integer 8125 Port for Statsd to listen for stats on
node['statsd']['graphite_host'] String 'localhost' Host to forward processed statistics to
node['statsd']['graphite_port'] Integer 2003 Port to forward processed statistics to
node['statsd']['graphite_options'] Hash {} Additional graphite namespacing options
node['statsd']['package_version'] String '0.6.0' Version to use when creating the package
node['statsd']['tmp_dir'] String '/tmp' Temporary directory to use while building the package
node['statsd']['repo'] String 'https://github.com/etsy/statsd.git' git repository to use
node['statsd']['sha'] Integer d16d744e6424dfd519dc71795a212ad1c08c3114 SHA commit id of the repo to use

Usage

Include the statsd recipe which will checkout Statsd from git, build a package from it, and then install the package. Statsd is run under a "statsd" system user.

By default statsd will attempt to send statistics to a graphite instance running on localhost, which can be configured using the Graphite cookbook at http://community.opscode.com/cookbooks/graphite.

Packages

No packages published

Languages

  • Ruby 97.1%
  • JavaScript 1.1%
  • Other 1.8%