Hi all,
I'm running a single server instance in AWS and I'm currently struggling with setting up the newrelic monitoring.
So far I added my
newrelic.ini file at /opt/wwc/ and uncommented the new relic lines at
/etc/init/lms.conf and
/etc/init/cms.conf (the others as well). Then I restarted the
edxapp and
edx-workers services using upstart.
However I still don't get any data at the newrelic dashboard. The application is not even listed there. I thought it could be the firewall, but when I run the python agent test from the console using
newrelic-admin validate-config newrelic.ini, then it works flawlessly.
Any ideas? Am I missing some step to get the newrelic agent to run? I also updated the python agent in the edx virtualenv to no avail.
Cheers
Felipe