Just installed RabbitMQ 3.0.0 from 2.8.7. <br><br>All of my previously working nagios plugins are now failing with "Received 500 Read Timeout"<br><br>The management interface comes up fine and all looks correct.<br>
<br>e.g.<br><br> /usr/lib/nagios/plugins/check_rabbitmq_aliveness -p <password> -H <ip-address><br>RABBITMQ_ALIVENESS CRITICAL - Received 500 read timeout for vhost: /<br><br>/usr/lib/nagios/plugins/check_rabbitmq_server -p <password> -H <ip-address><br>
RABBITMQ_SERVER CRITICAL - Received 500 read timeout for path: nodes/pipe@10<br><br><br>I use the following rabbitmq nagios plugins:<br><br># 'check_rabbitmq_server' command definition<br>define command{<br> command_name check_rabbitmq_server<br>
command_line $USER1$/check_rabbitmq_server -p $ARG1$ -H $ARG2$<br> }<br><br># 'check_rabbitmq_broker' command definition<br>define command{<br> command_name check_rabbitmq_broker<br> command_line $USER1$/check_rabbitmq_server -p $ARG1$ -H $HOSTNAME$<br>
}<br><br># 'check_rabbitmq_aliveness' command definition<br>define command{<br> command_name check_rabbitmq_aliveness<br> command_line $USER1$/check_rabbitmq_aliveness -p $ARG1$ -H $HOSTADDRESS$<br>
}<br><br># 'check_rabbitmq_objects' command definition<br>define command{<br> command_name check_rabbitmq_objects<br> command_line $USER1$/check_rabbitmq_objects -p $ARG1$ -H $HOSTADDRESS$<br>
}<br><br># 'check_rabbitmq_overview' command definition<br>define command{<br> command_name check_rabbitmq_overview<br> command_line $USER1$/check_rabbitmq_overview -p $ARG1$ -H $HOSTADDRESS$<br>
}<br><br># 'check_rabbitmq_queue' command definition<br>define command{<br> command_name check_rabbitmq_queue<br> command_line $USER1$/check_rabbitmq_queue -p $ARG1$ -H $HOSTADDRESS$<br>
<br>They are all failing in the same manner. "500 Read Timeout"<br><br>I could not find anything about this in the 3.0.0 release notes.<br><br>Thanks<br><br>Henri Pipe<br><a href="mailto:henri.pipe@gmail.com">henri.pipe@gmail.com</a><br>
<br>