pythian / opsviz

25 stars 24 forks source link

Allow Sensu to use elasticache instead of local redis #14

Closed alexlovelltroy closed 9 years ago

alexlovelltroy commented 9 years ago

It should be as simple as adding elasticache to cloudformation and specifying the hostname and port in the custom json as: default.sensu.redis.host = "localhost" default.sensu.redis.port = 6379

Source: https://github.com/sensu/sensu-chef/blob/master/attributes/default.rb

alexlovelltroy commented 9 years ago

Looks like communication between sensu and flapjack takes place through redis as well. MOAR elasticache!