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

When i run "newrelic_plugin_agent -c /etc/newrelic/newrelic_plugin_agent.cfg -f" this is the output #178

Open cesarbellob opened 10 years ago

cesarbellob commented 10 years ago

xxxx@xxxxxxxxxxx:/# newrelic_plugin_agent -c /etc/newrelic/newrelic_plugin_agent.cfg -f INFO 2013-10-29 16:45:38 960 MainProcess MainThread clihelper run L382 : newrelic_plugin_agent 1.1.0 started WARNING 2013-10-29 16:45:38 960 MainProcess MainThread newrelic_plugin_agent.plugins.apache_httpd add_datapoints L72 : Found unmapped key/value pair: Scoreboard = 0 INFO 2013-10-29 16:45:38 960 MainProcess MainThread newrelic_plugin_agent.plugins.base finish L141 : ApacheHTTPD poll successful, completed in 0.01 seconds INFO 2013-10-29 16:45:38 960 MainProcess MainThread newrelic_plugin_agent.agent send_components L209 : Sending 9 metrics to NewRelic ERROR 2013-10-29 16:45:38 960 MainProcess MainThread newrelic_plugin_agent.agent send_components L223 : Error reporting stats: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol INFO 2013-10-29 16:45:38 960 MainProcess MainThread newrelic_plugin_agent.agent process L122 : All stats processed in 0.02 seconds, next wake in 59.98

gmr commented 10 years ago

Try and upgrade requests on this box:

pip install --upgrade requests