Skip to content

Instantly share code, notes, and snippets.

@wakwanza
Last active October 26, 2016 22:05
Show Gist options
  • Save wakwanza/a812fb20f725e599b83e9de1cc5560b5 to your computer and use it in GitHub Desktop.
Save wakwanza/a812fb20f725e599b83e9de1cc5560b5 to your computer and use it in GitHub Desktop.
Sensu client config file
{
"rabbitmq": {
"ssl": {
"private_key_file": "SSLKEY",
"cert_chain_file": "SSLCERT"
},
"port": 5671,
"host": "SENSUHOST",
"user": "SENSUUSER",
"password": "SENSUPASSWORD",
"vhost": "SENSUVHOST"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment