No keep-alive sent from client

Hi,

I’ve been using Sensu a little while now but recently I’ve been seeing a lot of " No keep-alive sent from client in over 120 seconds" alerts recently.

Some background

Sensu version 0.12.6 running on a single Ubuntu 12.04.3 LTS AWS instance

rabbitmq-server 3.1.5-1

Sensu-client 0.12.6 (We have Gentoo and Ubuntu clients but they are both having the same issue)

RabbitMQ is not clustered and is running locally on the Sensu server.

In my RabbitMQ logs I’m seeing the following

error on AMQP connection <0.725.0>: {ssl_upgrade_error,closed} (unknown POSIX error)

and also

connection_closed_abruptly

and sometimes

{amqp_error,not_found,“no queue ‘keepalives’ in vhost ‘/sensu’”,

I’ve done some googling and come to a bit of a blank.

Any help/guidance would be great,

Thanks,

Will