hectcastro / chef-collectd

A Chef cookbook to install collectd.
Apache License 2.0
23 stars 65 forks source link

Extract default write_graphite port value to attributes default file #73

Open vdemonchy opened 7 years ago

barrowkwan commented 7 years ago

Can this PR be merged? the hard coded port number is blocking us as we can't use port 2003

vdemonchy commented 7 years ago

@barrowkwan as a workaround, you can override the default using a force_default attribute in your cookbook/recipe, which will always take over precedence : force_default['collectd']['plugins']['write_graphite']['config']['Port'] = 1234