-
Notifications
You must be signed in to change notification settings - Fork 7
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
External RabbitMQ issues partition issue which isn't true #374
Comments
@JeffreyDevloo , why is the check RabbitMQ.INTERNAL implemented? Can't we just make sure that it always enables the rabbitmq_management? Or was this for a certain reason? |
Legacy most likely |
Since the whole conecpt of the HC is that it only detects problems and doesn't make any changes, I propose following:
|
After discussion with @matthiasdeblock , it seems that the HC will enable the setting if it was disabled in case of an internally managed RabbitMQ. This violates the basic principle that the HC doesn't change anything in your environment. So what needs to happen
|
Problem description
RabbitMQ is triggering a partition issue while it should trigger something else:
According to the code it should print another message when it is an externally managed RabbitMQ:
Workaround
Manually enable the rabbitmq_management worked for the externally managed rabbitMQ.
The text was updated successfully, but these errors were encountered: