cookbook 'statsd', '= 0.2.4'
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.4 Follow12
Installs/Configures statsd
cookbook 'statsd', '= 0.2.4', :supermarket
knife supermarket install statsd
knife supermarket download statsd
Description
Installs and configures Statsd
Platforms
- Ubuntu 14.04, 16.04
- RHEL 6.9, 7.3
- Debian 8.9 # 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.
Change Log
v0.2.4 (2018-03-02)
Enhancements
- Test against modern CentOS, Debian & Ubuntu versions
- Lint fix to make CI happy (allow methods longer than 25 lines)
- Update package name to reflect current statsd version
v0.2.3 (2018-02-11)
Enhancements
- Add Apache 2.0 License file
v0.2.2 (2018-02-11)
Compatibility
- Now requires Chef >= 12.10
Merged Pull Requests
v0.2.1 (2015-08-26)
Merged Pull Requests
v0.2.0 (2015-08-26)
Merged Pull Requests
v0.1.0 (2015-08-25)
Enhancements
- Refactor code into separate recipes
statsd::debian
,statsd::rhel
, andstatsd::service
Test Framework
- Set up testing with Test Kitchen and Travis
- Write unit tests
License Metric
0.2.4 passed this metric
0.2.4 passed this metric