Skip to content

nelsonjchen/chef-statsd

 
 

Repository files navigation

statsd Build Status

Description

Installs and configures StatsD.

Requirements

Platforms

  • Ubuntu 11.10 (Oneiric)
  • Ubuntu 12.04 (Precise)
  • CentOS 6.3 (Final)

Cookbooks

  • git
  • logrotate
  • nodejs

Attributes

  • node["statsd"]["dir"] - Directory to install into.
  • node["statsd"]["conf_dir"] - Directory for StatsD configuration.
  • node["statsd"]["repository"] - Reference to a StatsD repository.
  • node["statsd"]["log_file"] - Path to the StatsD log file.
  • node["statsd"]["flush_interval"] - Flush interval in milliseconds.
  • node["statsd"]["address"] - Address to bind StatsD to.
  • node["statsd"]["port"] - Port to run StatsD on.
  • node["statsd"]["graphite_host"] - Graphite host.
  • node["statsd"]["graphite_port"] - Graphite port.

Recipes

  • recipe[statsd] will install StatsD.

Usage

Currently only supports installation via a Git repository.

About

A Chef cookbook to install StatsD.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%