MeetMe / newrelic-plugin-agent

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

newrelic-plugin-agent is not able to send the data to newrelic. #364

Open ashwani-opstree opened 9 years ago

ashwani-opstree commented 9 years ago

This is my log details of rabbitmq INFO 2014-12-01 07:28:22,643 1235 MainProcess MainThread newrelic_plugin_agent.agent init L55 : Agent v1.3.0 initialized, Linux-3.13.0-36-generic-x86_64-with-glibc2.4 (Ubuntu 14.04 trusty) CPython v2.7.6 INFO 2014-12-01 07:28:22,644 1235 MainProcess MainThread helper.controller run L251 : newrelic-plugin-agent v2.4.1 started INFO 2014-12-01 07:28:22,644 1235 MainProcess MainThread newrelic_plugin_agent.agent start_plugin_polling L263 : Enabling plugin: rabbitmq INFO 2014-12-01 07:28:22,645 1235 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq poll L354 : Polling RabbitMQ via http://localhost:15671/api ERROR 2014-12-01 07:28:22,652 1235 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq http_get L303 : Error fetching data from http://localhost:15671/api/channels: ('Connection aborted.', BadStatusLine("''",)) ERROR 2014-12-01 07:28:22,654 1235 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq http_get L303 : Error fetching data from http://localhost:15671/api/nodes: ('Connection aborted.', BadStatusLine("''",)) ERROR 2014-12-01 07:28:22,655 1235 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq http_get L303 : Error fetching data from http://localhost:15671/api/queues: ('Connection aborted.', BadStatusLine("''",)) INFO 2014-12-01 07:28:22,656 1235 MainProcess MainThread newrelic_plugin_agent.plugins.rabbitmq poll L374 : Polling complete in 0.01 seconds INFO 2014-12-01 07:28:22,656 1235 MainProcess MainThread newrelic_plugin_agent.agent send_components L220 : Sending 7 metrics to NewRelic INFO 2014-12-01 07:28:22,773 1235 MainProcess MainThread newrelic_plugin_agent.agent process L133 : Stats processed in 0.13 seconds, next wake in 59 seconds

gmr commented 9 years ago

Are you sure the RabbitMQ management UI is enabled and accessible to the agent.