Troubleshooting tips for RabbitMQ and RabbitMQ single queue message plugins
When setting up the RabbitMQ plugin or the RabbitMQ single queue plugin, use the steps below to resolve the HTTP error 404.
For the RabbitMQ plugin
- Verify the configurations, such as the host, port, username, and password, in the plugin rabbitmq.cfg file.
- Check if the API below is reachable from the server where the plugin is installed by using the command below:
curl -u username:password http://host:port/api/overview
Sample URL: curl -u <RABBITMQ_USERNAME>:<RABBITMQ_PASSWORD> http://<RABBITMQ_HOST>:<RABBITMQ_PORT>/api/overview
curl -u username:password http://host:port/api/nodes
Sample URL: curl -u <RABBITMQ_USERNAME>:<RABBITMQ_PASSWORD> http://<RABBITMQ_HOST>:<RABBITMQ_PORT>/api/nodes
For the RabbitMQ single queue plugin
- Verify the configurations, such as the hostname, port, username, password, and queue_name, in the plugin rabbitmq_per_queue.cfg file.
- Check if the API below is reachable from the server where the plugin is installed by using the command below:
curl -u username:password http://hostname:port/#/queues/%2F/{{Test_queue}}
Sample URL: curl -u guest:guest http://localhost:15672/api/queues/%2F/Webhooks
If the URL is not working after the cURL command execution, please coordinate with your system administrator to sort out the issue.

Refer to
this document for the possible error messages and the solutions to fix those issues.
Related Articles
How do I add the Dell iDRAC plugin for Windows?
Prerequisites Ensure that the following prerequisites are met before using the iDRAC plugin for Windows: Install the latest version of the Net-SNMP package. You can follow this document to configure SNMP agents in your Windows Server or follow the ...
Troubleshooting steps for On-Premise Poller
Prerequisites and basic details: Prerequisites for installing On-Premise Poller Necessary ports to allow access to the installed On-Premise Poller How secure is On-Premise Poller Amount of bandwidth consumed by the On-Premise Poller software Adding ...
Troubleshooting tips for log collection errors
The following is a list of possible log collection errors and the solutions to fix them: Error message Reason Solution Upload Limit Reached You might have reached the maximum upload limit configured for this log type in the current billing cycle. ...
What are the dependency modules to be installed while adding a plugin?
Please find below the list of plugins with their required dependency modules: MySQL - pymysql Redis - redis Postgres - psycopg2 Memcached - memcached MongoDB - pymongo DB2 - ibm_db StatsD - statsd iNode - psutil Twilio - twilio Supervisord - ...
Possible reasons why your Nagios plugin is not working
Possible Reasons Troubleshooting Tips The performance data format is not in the supported format* Please ensure the performance data is defined in the following format: 'label'=value[UOM];[warn];[crit];[min];[max] Refer this documentation You get ...