Closed alexlovelltroy closed 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
Looks like communication between sensu and flapjack takes place through redis as well. MOAR elasticache!
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