We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing the plugin and configuring for Apache, I get the following and don't know what to do next:
INFO 2017-10-31 09:51:30,616 57626 MainProcess MainThread newrelic_plugin_agent.agent start_plugin_polling L263 : Enabling plugin: apache_httpd INFO 2017-10-31 09:51:30,636 57626 MainProcess MainThread newrelic_plugin_agent.plugins.base finish L140 : ApacheHTTPD poll successful, completed in 0.02 seconds INFO 2017-10-31 09:51:30,637 57626 MainProcess MainThread newrelic_plugin_agent.agent send_components L220 : Sending 13 metrics to NewRelic ERROR 2017-10-31 09:51:30,669 57626 MainProcess MainThread newrelic_plugin_agent.agent send_components L235 : Error reporting stats: HTTPSConnectionPool(host='platform-api.newrelic.com', port=443): Max retries exceeded with url: /platform/v1/metrics (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)'),)) INFO 2017-10-31 09:51:30,669 57626 MainProcess MainThread newrelic_plugin_agent.agent process L133 : Stats processed in 0.05 seconds, next wake in 59 seconds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing the plugin and configuring for Apache, I get the following and don't know what to do next:
INFO 2017-10-31 09:51:30,616 57626 MainProcess MainThread newrelic_plugin_agent.agent start_plugin_polling L263 : Enabling plugin: apache_httpd
INFO 2017-10-31 09:51:30,636 57626 MainProcess MainThread newrelic_plugin_agent.plugins.base finish L140 : ApacheHTTPD poll successful, completed in 0.02 seconds
INFO 2017-10-31 09:51:30,637 57626 MainProcess MainThread newrelic_plugin_agent.agent send_components L220 : Sending 13 metrics to NewRelic
ERROR 2017-10-31 09:51:30,669 57626 MainProcess MainThread newrelic_plugin_agent.agent send_components L235 : Error reporting stats: HTTPSConnectionPool(host='platform-api.newrelic.com', port=443): Max retries exceeded with url: /platform/v1/metrics (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)'),))
INFO 2017-10-31 09:51:30,669 57626 MainProcess MainThread newrelic_plugin_agent.agent process L133 : Stats processed in 0.05 seconds, next wake in 59 seconds
The text was updated successfully, but these errors were encountered: