jcoene / statsd-librato-cookbook

StatsD Librato Chef Cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Librato StatsD Cookbook

Installs and manages statsd-librato, an Etsy compatible StatsD daemon that submits data to Librato.

Requirements

  • Chef
  • Ubuntu or Debian

Usage

Install with Berkshelf:

cookbook "statsd", git: "git://github.com/jcoene/statsd-librato-cookbook.git"

Include the statsd::default recipe to your run list or inside your cookbook.

Attributes

The following attributes are set under the statsd namespace:

  • version - The version of statsd-librato to install. Must correspond with a packaged release from statsd-librato on github.
  • user - The system user account to run statsd as. Defaults to "statsd"
  • log_file - The log file for the statsd-librato application. Defaults to "/var/log/statsd.log"
  • address - The statsd service address and port, defaults to "0.0.0.0:8125"
  • librato_user - Your Librato username (required)
  • librato_token - The Librato API token (required)
  • librato_source - The source setting for submitting data from this machine (optional)
  • flush - The interval at which metrics are flushed to Librato in seconds. Defaults to 60.
  • percentiles - An array of integers representing additional percentiles to submit for timers. Defaults to none.

Recipes

  • default

Author and License

Copyright 2014 Jason Coene, released under the MIT license.

About

StatsD Librato Chef Cookbook

License:MIT License


Languages

Language:Ruby 100.0%