/statsd

statsd chef cookbook - automatically installs and configures statsd

Primary LanguageRuby

statsd chef cookbook

Statsd, a non-blocking proxy to graphite: counting and timing for great justice

Overview

Installs statsd daemon for recording arbitrary information to graphite

Recipes

  • default - Base configuration for statsd
  • server - Server

Integration

Supports platforms: debian and ubuntu

Cookbook dependencies:

  • runit
  • nodejs
  • graphite
  • metachef

Attributes

  • [:statsd][:git_repo] - (default: "https://github.com/etsy/statsd.git")
  • [:statsd][:port] - (default: "8125")
  • [:statsd][:flush_interval] - (default: "10000")
  • [:statsd][:home_dir] - (default: "/usr/local/share/statsd")
  • [:statsd][:conf_dir] - (default: "/etc/statsd")
  • [:statsd][:log_dir] - (default: "/var/log/statsd")
  • [:statsd][:pid_dir] - (default: "/var/run/statsd")
  • [:statsd][:user] - (default: "statsd")
  • [:statsd][:run_state] - (default: "start")
  • [:statsd][:graphite][:port] - (default: "2003")
  • [:statsd][:graphite][:addr] - (default: "localhost")
  • [:groups][:statsd][:gid] - (default: "310")
  • [:users][:statsd][:uid] - (default: "310")

License and Author

Author:: Nathaniel Eliot - Infochimps, Inc (coders@infochimps.com) Copyright:: 2011, Nathaniel Eliot - Infochimps, Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

readme generated by cluster_chef's cookbook_munger