saltstack-formulas / sensu-formula

Salt Stack formula to manage Sensu.
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
23 stars 78 forks source link

Separate Redis configuration from the server configuration #13

Closed multani closed 8 years ago

multani commented 8 years ago

It allows to install Sensu API and Sensu Server on different machines, "connected" together via Redis and RabbitMQ.

As far as I understand, both the "server" and the "API server" need to access Redis and RabbitMQ, although they don't have to be both (Sensu services) on the same machine.

This PR allows to install these two services on different machines.

powellchristoph commented 8 years ago

Thanks for the PR @multani. I had double check what would happen if you run two states that both include a third state on the same minion.