I’ve been battling RabbitMQ for the past couple of days to get it to work in a cluster with firewalled hosts. The cluster appears to be up and running okay.
But now my sensu-server is shutting itself down with a “rabbitmq connection error”
I’ve tried adding a “rabbitmq_exchange” resource in puppet following the user and vhost creation and with permissions set, but I can’t create the exchange:
I’ve been battling RabbitMQ for the past couple of days to get it to work in a cluster with firewalled hosts. The cluster appears to be up and running okay.
But now my sensu-server is shutting itself down with a “rabbitmq connection error”
A followup to this. I have it working now, and a theory as to why it was failing.
I’m using AMQP to echo metrics checks to graphite, on the “metrics” exchange. Sensu is configured “exchange”: { “passive” : true }.
What I tried that worked was to shut down carbon and graphite, reset RabbitMQ, startup RabbitMQ and Sensu, then start up carbon and graphite. Everything came up smoothly.
Not sure what the best way to ensure that happening would be.
I’ve tried adding a “rabbitmq_exchange” resource in puppet following the user and vhost creation and with permissions set, but I can’t create the exchange:
I’ve been battling RabbitMQ for the past couple of days to get it to work in a cluster with firewalled hosts. The cluster appears to be up and running okay.
But now my sensu-server is shutting itself down with a “rabbitmq connection error”