Skip to content
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

Add fix to resolve rabbitmq cluster heartbeat config failure. #623

Merged
merged 3 commits into from
Mar 24, 2017
Merged

Add fix to resolve rabbitmq cluster heartbeat config failure. #623

merged 3 commits into from
Mar 24, 2017

Conversation

dzeleski
Copy link
Contributor

This PR fixes a bug introduced by this change: #596

When a cluster is used the single node heartbeat var was conflicting with the cluster setting. This PR fixes that issue by mimicking what was done with the prefetch var.

The default is set to undef as I believe it should not be set by default. Sensu's documentation states that its default is to not be set which disables heartbeats and I would say we should follow that. The config example in the docs shows how to set it if needed: https://sensuapp.org/docs/latest/reference/rabbitmq.html#rabbitmq-attributes

@cwjohnston
Copy link
Contributor

This change seems 👍 to me, and 11a4769 itself will unblock a bunch of PRs currently failing due to changes in metadata-json-lint. @jaxxstorm any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants