cookbook 'statsd', '= 0.2.0'
The statsd cookbook has been deprecated
Author provided reason for deprecation:
The statsd cookbook has been deprecated and is no longer being maintained by its authors. Use of the statsd cookbook is no longer recommended.
statsd (7) Versions 0.2.0 Follow12
Installs/Configures statsd
cookbook 'statsd', '= 0.2.0', :supermarket
knife supermarket install statsd
knife supermarket download statsd
Description
Installs and configures Statsd
Platforms
- Ubuntu 12.04, 14.04
- RHEL 6.4, 7.1
Attributes
Attribute | Type | Default | Description |
---|---|---|---|
node['statsd']['port'] |
Integer | 8125 |
Port for Statsd to listen for stats on |
node['statsd']['graphite_host'] |
String | 'localhost' |
Host to forward processed statistics to |
node['statsd']['graphite_port'] |
Integer | 2003 |
Port to forward processed statistics to |
node['statsd']['graphite_options'] |
Hash | {} |
Additional graphite namespacing options |
node['statsd']['package_version'] |
String | '0.6.0' |
Version to use when creating the package |
node['statsd']['tmp_dir'] |
String | '/tmp' |
Temporary directory to use while building the package |
node['statsd']['repo'] |
String | 'https://github.com/etsy/statsd.git' |
git repository to use |
node['statsd']['sha'] |
Integer | d16d744e6424dfd519dc71795a212ad1c08c3114 |
SHA commit id of the repo to use |
Usage
Include the statsd recipe which will checkout Statsd from git, build a 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 http://community.opscode.com/cookbooks/graphite.
Foodcritic Metric
0.2.0 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/0d2b2b58b83983b2d7a568a9/statsd/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/0d2b2b58b83983b2d7a568a9/statsd/metadata.rb:1
0.2.0 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/0d2b2b58b83983b2d7a568a9/statsd/metadata.rb:1