hectcastro / chef-statsd

A Chef cookbook to install StatsD.
Apache License 2.0
38 stars 50 forks source link

allow configuring the management interface and port #40

Closed adamvduke closed 9 years ago

adamvduke commented 9 years ago

By default statsd binds the admin interface to 0.0.0.0, but this can be overridden in config.js along with the default port, 8126. This change allows configuring a different interface and/or different port. The documentation for the configuration params is here

hectcastro commented 9 years ago

Looks good. Thanks, @adamvduke.