Coder Social home page Coder Social logo

chef-statsd's Introduction

DESCRIPTION:

Installs and configures Statsd (github.com/etsy/statsd)

REQUIREMENTS:

Ubuntu 11.04 (Natty)

ATTRIBUTES:

  • statsd/port : The port for Statsd to listen for stats on.

  • statsd/graphite_host : The host to forward processed statistics to.

  • statsd/graphite_port : The port to forward processed statistics to.

  • statsd/package_version : The version to use when creating the package. Defaults to 0.0.3

  • statsd/tmp_dir : The temporary directory to while building the package

  • statsd/repo : The gitrepo to use “git://github.com/etsy/statsd.git”

  • statsd/sha : The sha checksum of the repo to use

TODO:

  • statsd/backend

  • add more options here

USAGE:

Include the statsd recipe, which will checkout Statsd from git, build a Debian 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 community.opscode.com/cookbooks/graphite.

CAVEATS:

This cookbook depends on :

  • git cookbook : to fetch the statsd code

  • nodejs cookbook : to install nodejs (default from source, but use flags to do it from package)

    "nodejs": {
      "install_method": "package"
    },
  • npm cookbook : to install backends (the community published one is broken)

    we have a fork on monigusto
    

KUDOS:

This cookbook assembles ideas from:

chef-statsd's People

Contributors

jedi4ever avatar jellybob avatar ashmere avatar nogara avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.