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

rabbitmq HA solution #541

Closed
gauravyadav01 opened this issue Aug 22, 2016 · 3 comments
Closed

rabbitmq HA solution #541

gauravyadav01 opened this issue Aug 22, 2016 · 3 comments

Comments

@gauravyadav01
Copy link

Hi ,

It would be great if you add rabbitmq HA config to this module.

such as

{
"rabbitmq": [
{
"host": "10.0.0.6",
"port": 5671,
"vhost": "/sensu",
"user": "sensu",
"password": "secret",
"heartbeat": 30,
"prefetch": 50,
"ssl": {
"cert_chain_file": "/etc/sensu/ssl/cert.pem",
"private_key_file": "/etc/sensu/ssl/key.pem"
}
},
{
"host": "10.0.0.7",
"port": 5671,
"vhost": "/sensu",
"user": "sensu",
"password": "secret",
"heartbeat": 30,
"prefetch": 50,
"ssl": {
"cert_chain_file": "/etc/sensu/ssl/cert.pem",
"private_key_file": "/etc/sensu/ssl/key.pem"
}
}
]
}

@jaxxstorm
Copy link
Contributor

This will be available when #518 is rebased and merged

@gauravyadav01
Copy link
Author

thanks...

@jaxxstorm
Copy link
Contributor

This is a duplicate of #269 so closing

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

No branches or pull requests

2 participants