Closed rodriguezsergio closed 11 years ago
Also, this node.default['graphite']['carbon']['relay']['relay_method'] = "consistent-hashing"
should be default['graphite']['carbon']['relay']['method'] = "rules" # rules | consistent-hashing
https://github.com/hw-cookbooks/graphite/blob/master/recipes/federated.rb#L34 https://github.com/hw-cookbooks/graphite/blob/master/attributes/carbon_relay.rb#L12
and
node.default['graphite']['carbon']['relay']['udp_receiver_port'] = 2003
is a non-existent attribute (at least in the attributes folder).
https://github.com/hw-cookbooks/graphite/blob/master/recipes/federated.rb#L32
which is unused in
https://github.com/hw-cookbooks/graphite/blob/master/templates/default/carbon.conf.erb. So either the relevant line needs to be added to the carbon.conf
template or that line be removed from the federated
recipe.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Shouldn't this
read
node['graphite']['carbon']
?https://github.com/hw-cookbooks/graphite/blob/master/recipes/federated.rb#L51