Installs and configures Bucky https://github.com/cloudant/bucky
- Ubuntu 12.04
- Debian
- python
- runit
node['bucky']['metricsd_enabled'] = "True"
- enable metricsdnode['bucky']['metricsd_ip'] = "127.0.0.1"
- metricsd bind ipnode['bucky']['metricsd_port'] = 23632
- metricsd portnode['bucky']['statsd_enabled'] = "True"
- enable statsdnode['bucky']['statsd_ip'] = "127.0.0.1"
- statsd bind ipnode['bucky']['statsd_port'] = 8125
- statsd portnode['bucky']['collectd_enabled'] = "True"
- enable collectdnode['bucky']['collectd_ip'] = "127.0.0.1"
- collectd bind ipnode['bucky']['collectd_port'] = 25826
- collectd port- `node['bucky']['graphite_ip'] = "127.0.0.1"`` - graphite bind ip
- `node['bucky']['graphite_port'] = "2003"`` - graphite port
recipe[bucky]
should build a stand-alone Bucky installation.