compass-adapters/chef/cookbooks/statsd
Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00
..
attributes Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
files/default Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
recipes Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
templates/default Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
.foodcritic-rules Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
Berksfile Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
Berksfile.lock Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
Gemfile Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
Gemfile.lock Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
README.md Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00
metadata.rb Replace cookbooks for IceHouse release 2014-08-07 08:36:02 +00:00

README.md

Description

Installs and sets up statsd http://github.com/etsy/statsd

Requirements

Ubuntu 12.04

Attributes

  • node['statsd']['port'] - The port for Statsd to listen for stats on. Defaults to 8125
  • node['statsd']['graphite_host'] - The host to forward processed statistics to. Defaults to localhost.
  • node['statsd']['graphite_port'] - The port to forward processed statistics to. Defaults to 2003
  • node['statsd']['package_version'] - The version to use when creating the package. Defaults to 0.6.0
  • node['statsd']['tmp_dir'] - The temporary directory to while building the package. Defaults to /tmp
  • node['statsd']['repo'] - The gitrepo to use. Defaults to "git://github.com/etsy/statsd.git"
  • node['statsd']['sha'] - The sha checksum of the repo to use

Usage

Including this recipe will build a dpkg from the statsd git repository and install it.

By default statsd will attempt to send statistics to a graphite instance running on localhost.

Testing

See SilverLining documentation

License and Author

Author:: Scott Lampert (sl724q@att.com)

Copyright 2012-2014, AT&T Services, 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.