Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created February 4, 2014 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogg9/8811478 to your computer and use it in GitHub Desktop.
Save marianogg9/8811478 to your computer and use it in GitHub Desktop.
..
"rabbitmq": {
"ssl": {
"private_key_file": "/etc/sensu/ssl/client_key.pem",
"cert_chain_file": "/etc/sensu/ssl/client_cert.pem"
},
"port": 5671,
"host": "rabbitmq.mgmt-int",
"user": "my_user",
"password": "my_pass",
"vhost": "/sensu"
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment