Collect OSS RabbitMQ logs on MacOS installed via Homebrew
search cancel

Collect OSS RabbitMQ logs on MacOS installed via Homebrew

book

Article ID: 297325

calendar_today

Updated On:

Products

Support Only for OpenSource RabbitMQ

Issue/Introduction

For MacOS installations of RabbitMQ made using Homebrew, the script rabbitmq-collect-env does not work. To collect logs for RabbitMQ that is set up using Brew, follow the instructions below.

Resolution

In order to gather the necessary artifacts for troubleshooting, kindly execute the commands below. Redirect the output to a file and attach it to the ticket for analysis.

  1. rabbitmqctl status
  2. rabbitmqctl environment
  3. rabbitmqctl cluster_status
  4. rabbitmqctl eval 'rabbit_diagnostics:maybe_stuck().'
  5. rabbitmqctl eval 'erlang:system_info(process_limit).'
  6. rabbitmqctl report
  7. rabbitmqctl eval 'inet:i().'