Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Sep 26, 2014
1 parent 5452a1a commit 63661ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.1.9

* Add `nodejs_bin` attribute to explicitly point to a Node.js binary.

## v1.1.8

* Ensure `globalSuffix` is `undefined` when not used.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -13,3 +13,4 @@ Peter Schultz (@pschultz)
Ralph Meijer (@ralphm)
Russell Cardullo (@russellcardullo)
Sergey Khaladzinski (@gansbrest)
Jameson Lee (@jamesonjlee)
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ Installs and configures StatsD.
* `node["statsd"]["delete_counters"]` - Don't send values to graphite for
inactive counters (default: `false`).
* `node["statsd"]["username"]` - Will be used for process supervision
(default: `stasd` )
(default: `stasd`).
* `node["statsd"]["dump_messages"]` - Print debugging information on incoming
messages (default: `false`).
* `node["statsd"]["graphite"]["legacy_namespace"]` - Flag to use legacy
Expand All @@ -62,6 +62,8 @@ Installs and configures StatsD.
metrics (default: `gauges`).
* `node["statsd"]["graphite"]["prefix_set"]` - Graphite prefix for set
metrics (default: `sets`).
* `node["statsd"]["nodejs_bin"]` - Specify a direct path to the Node.js binary
(default: `#{node["nodejs"]["dir"]}/bin/node`).

## Recipes

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "hectcastro@gmail.com"
license "Apache 2.0"
description "Installs and configures StatsD."
version "1.1.8"
version "1.1.9"
recipe "statsd", "Installs and configures StatsD"
name "statsd"

Expand Down

0 comments on commit 63661ac

Please sign in to comment.