Version information
released Feb 10th 2013
Start using this module
Add this module to your Puppetfile:
mod 'ispavailability-bucky', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
ispavailability/bucky — version 0.0.2 Feb 10th 2013
puppet-bucky
A puppet module for managing and configuring bucky
https://github.com/cloudant/bucky
This module is puppet 3 tested
Usage
Installation, make sure service is running and will be started at boot time:
class { 'bucky': }
Removal/decommissioning:
class { 'bucky':
ensure => 'absent',
}
Install everything but disable service(s) afterwards:
class { 'bucky':
status => 'disabled',
}
For the meaning of all variables please check the bucky website.
statsd
statsd_enabled => true
statsd_ip => '127.0.0.1'
statsd_port => 8125
statsd_flush_time => 10
collectd
collectd_enabled => true
collectd_ip => '127.0.0.1
collectd_port => 25826
collectd_types => []
collectd_converters => {}
collectd_use_entry_points => 'True'
metricsd
metrics_enabled => true
metricsd_ip => '127.0.0.1'
metricsd_port => 23632
metricsd_flush_time => 10
metricsd_handlers => ''
graphite
grahite_host => '127.0.0.1'
graphite_port => 2003
graphite_max_reconnect => 3
graphite_reconnect_delay => 5
graphite_pickle_enable => 'False'
graphite_pickle_buffer_size => 500
General settings
name_prefix => 'None'
name_postfix => 'None'
name_replace_char => '_'
name_strip_duplicates => 'True'
name_host_trim => []
0.0.2 ( Feb 10 2013 ) Minor fixes and supply of RedHat and Debian based init scripts. Minor adjustments to readme file
0.0.1 ( Jan 19 2013 ) Initial release of the module
Dependencies
- puppetlabs/stdlib (>= 3.0.0)