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

Fix rabbitmqctl cluster_name regexp extractor #1

Closed
wants to merge 1 commit into from

Commits on May 25, 2018

  1. Fix rabbitmqctl cluster_name regexp extractor

    rabbitmqctl outputs can be multilined if some lines are too long, 
    thus breaking the grep regexp. 
    This can happen if container's hostname is too long.
    
    Adding the "paste" and removing spaces ensures the cluster_name
    can be extracted
    yanndegat committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b1ec3a9 View commit details
    Browse the repository at this point in the history