Skip to content

Instantly share code, notes, and snippets.

@jonasrosland
Created August 22, 2014 13:06
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 jonasrosland/fd27975ece4228305922 to your computer and use it in GitHub Desktop.
Save jonasrosland/fd27975ece4228305922 to your computer and use it in GitHub Desktop.
Dockerized sensu config - some things taken from https://github.com/arcus-io/docker-sensu/blob/master/run.sh
{
"rabbitmq": {
"port": 5672,
"host": "$RABBITMQ_PORT_15672_TCP_ADDR",
"user": "guest",
"password": "guest",
"vhost": "/"
},
"redis": {
"host": "$DB_PORT_6379_TCP_ADDR",
"port": 6379
},
"api": {
"host": "localhost",
"port": 4567
},
"handlers": {
"default": {
"type": "pipe",
"command": "true"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment