Hector Castro

Results 51 comments of Hector Castro

Also wanted to provide a heads up that this PR now has merge conflicts with `develop`.

Not that I'm aware of. @bflad was using this cookbook heavily in an environment recently – perhaps he has some input.

Hey @jgoldschrafe, would you mind submitting that as a pull request? If so, I'll try to review it over the weekend.

Could you talk a little about the problem this aims to solve? Seems like maybe providing a way to delete previously installed plugins via attributes?

Are you also including the `collectd` recipe along with `attribute_driven`?

Hm. The `run_list` for this cookbook's Test Kitchen [definition](https://github.com/hectcastro/chef-collectd/blob/3b66887747fd02fb7437059c692ab97007cc2ca7/.kitchen.yml#L21-L23) includes both recipes and all tests pass on Ubuntu and CentOS. The Chef client version is `12.4.1`. Any more details around...

Ah, the name of the LWRP for the version of this cookbook that gets installed via Chef Supermarket is `collectd_ng_plugin`. Names have changed because of the Chef Supermarket namespacing. Some...

> I am running into this same error. @hectcastro what does your reference to collectd_ng_plugin mean exactly? Since there is already a `collectd` cookbook in the Chef Supermarket, I was...

I believe CentOS 6 comes with Upstart support. It looks like the `carbon-cache` service tried to start but failed. Do you have logs for the `carbon-cache` service available?

Thanks for brining this to my attention. If you have this working locally, feel free to open a PR and I'll test it.