MeetMe / newrelic-plugin-agent

Multi-Plugin python-based Agent for NewRelic's Platform
BSD 3-Clause "New" or "Revised" License
425 stars 265 forks source link

rabbitmq plugin not displaying any data on newrelic dashboard #485

Open iamsuman opened 8 years ago

iamsuman commented 8 years ago

Installed newrelic_rabbitmq_plugin https://rpm.newrelic.com/accounts/1269000/plugins/directory/25 Log file shows no errors, but newrelic dashboard shows 0 messages, 0 publish rate

from the log: INFO 2016-04-25 10:27:08,179 29126 MainProcess MainThread newrelic_plugin_agent.agent start_plugin_polling L263 : Enabling plugin: rabbitmq INFO 2016-04-25 10:27:08,180 29126 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq poll L354 : Polling RabbitMQ via http://pprdiaeas306:15672/api INFO 2016-04-25 10:27:08,293 29126 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq poll L374 : Polling complete in 0.11 seconds INFO 2016-04-25 10:27:08,294 29126 MainProcess MainThread newrelic_plugin_agent.agent send_components L220 : Sending 7 metrics to NewRelic INFO 2016-04-25 10:27:08,649 29126 MainProcess MainThread newrelic_plugin_agent.agent process L133 : Stats processed in 0.47 seconds, next wake in 59 seconds

jpatel3 commented 7 years ago

@iamsuman Were you able to resolve it? I am seeing the same thing.

jpatel3 commented 7 years ago

Try - curl -i -u : http://localhost:15672/api/vhosts, you will see the issue it might be facing on trying to make http api calls. I had to create new user with monitoring access permission. It started working fine after it. hope it helps!