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 starts up then dies #164

Open tnsjus opened 10 years ago

tnsjus commented 10 years ago

Dear Support,

I have more than 10 mongoDB instances running on 10 different ports on a same host. So far, I try to get NewRelic report for 1 out of 10 instances but newrelic plugin agent started up and died instancely. Here is the log: INFO 2013-10-10 00:44:27 867343 MainProcess MainThread newrelic_plugin_agent.agent process L93 : Polling INFO 2013-10-10 00:44:27 867343 MainProcess MainThread newrelic_plugin_agent.plugins.mongodb poll L184 : Polling MongoDB at localhost:27017 INFO 2013-10-10 00:46:08 869201 MainProcess MainThread newrelic_plugin_agent.agent process L93 : Polling INFO 2013-10-10 00:46:08 869201 MainProcess MainThread newrelic_plugin_agent.plugins.mongodb poll L184 : Polling MongoDB at localhost:27017 INFO 2013-10-10 00:47:00 870281 MainProcess MainThread newrelic_plugin_agent.agent process L93 : Polling INFO 2013-10-10 00:47:00 870281 MainProcess MainThread

Thanks, tnsjus

gmr commented 10 years ago

Hmm can you please change the logging from INFO to DEBUG and provide the output from that? Also can you please try with the latest version?

pip install --upgrade newrelic_plugin_agent