MeetMe / newrelic-plugin-agent

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

Plugins not visible on dashboard #427

Open tushar19892002 opened 8 years ago

tushar19892002 commented 8 years ago

I enabled mongoDB and HTTPd plugins but same are not visible in our dashboard. Following are the logs for newrelic-plugin-agent

INFO 2015-07-13 08:01:33,022 10391 MainProcess MainThread newrelic_plugin_agent.agent start_plugin_polling L263 : Enabling plugin: mongodb INFO 2015-07-13 08:01:33,032 10391 MainProcess MainThread newrelic_plugin_agent.plugins.base finish L140 : MongoDB poll successful, completed in 0.01 seconds INFO 2015-07-13 08:01:33,032 10391 MainProcess MainThread newrelic_plugin_agent.agent start_plugin_polling L263 : Enabling plugin: apache_httpd INFO 2015-07-13 08:01:33,035 10391 MainProcess MainThread newrelic_plugin_agent.plugins.base finish L140 : ApacheHTTPD poll successful, completed in 0.00 seconds INFO 2015-07-13 08:01:33,035 10391 MainProcess MainThread newrelic_plugin_agent.agent send_components L220 : Sending 80 metrics to NewRelic INFO 2015-07-13 08:01:33,962 10391 MainProcess MainThread newrelic_plugin_agent.agent process L133 : Stats processed in 0.94 seconds, next wake in 59 seconds

Also note : when I change licence key to some other account plugins ARE visible to that account.

andreyevsyukov commented 8 years ago

I got exactly the same issue with MongoDB plugin: I see the data is sent successfully in logs but the plugin is not visible on dashboard.

tushar19892002 commented 8 years ago

This was bug at new relic end. They fixed it. It works for me now. As far as i can recall it was their dashboard bug. Data was being captured but was somehow not being displayed.

andreyevsyukov commented 8 years ago

Thank you for a reply. I contacted New Relic Support and they say the bug is not connected with New Relic, but with the plugin. Any other suggestions?

Thanks.