-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sensu-puppet-add heartbeat feature #596
Conversation
|
@derkgort there's a bunch of unrelated changes which have slipped in here which have caused the tests to fail. Can you please reassess? |
|
Yeah sorry. That was not my best work... |
|
I fixed my error from before. |
|
@derkgort yes, but you'll also need to update the tests so they pass. Thanks for cleaning this up. |
|
The travis checks pass. Do I need to check something else? |
|
Nope, this looks good, i will merge it after my Christmas break :) |
|
@derkgort I think im running into an issue with this change, previously the following config would work: Im now getting the following error on both rhel and windows: Im thinking something between the normal rabbitmq and rabbitmq_cluster config is getting messed up? If you look here: https://github.com/derkgort/sensu-puppet/blob/5ff634aba010e6e161d765380d204e5b09cf9767/manifests/rabbitmq/config.pp#L111-L123 It looks like there is an override to deal with the regular rabbitmq config options when a cluster is specified. EDIT: If you look at your heartbeat provider and type it differs from prefetch in a few ways. Im going to try and mess with it to see if I can get this fixed but building providers and types is not something I work with often. |
|
@derkgort @jaxxstorm Please see the following changes: I basically copied what was working for prefetch. |
|
@dzeleski I'd suggest to send a PR. That's what I did to get it changed. |
add support for setting the rabbitmq heartbeat value #559