Skip to content

Instantly share code, notes, and snippets.

@joemiller
Created March 16, 2012 23:49
Show Gist options
  • Save joemiller/2053661 to your computer and use it in GitHub Desktop.
Save joemiller/2053661 to your computer and use it in GitHub Desktop.
rabbitmq config sample from sensu config.json
{
"rabbitmq": {
"ssl": {
"private_key_file": "/etc/sensu/ssl/client_key.pem",
"cert_chain_file": "/etc/sensu/ssl/client_cert.pem"
},
"port": 5671,
"host": "localhost",
"user": "sensu",
"password": "mypass",
"vhost": "/sensu"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment