Skip to content

Instantly share code, notes, and snippets.

@kshep
Last active November 9, 2015 19:56
Show Gist options
  • Save kshep/9516430cfc02ce8766be to your computer and use it in GitHub Desktop.
Save kshep/9516430cfc02ce8766be to your computer and use it in GitHub Desktop.
Sensu Redis Transport Setup
1) Add /etc/sensu/conf.d/transport.json on both your server and all client:
{
"transport": {
"name": "redis"
}
}
2) Restart server and client.
3) Uninstall rabbitmq ;-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment