Jérémy

Results 3 comments of Jérémy

Thanks @TrafeX, The installation has been completed, but I haven't received any data from Newrelic. I modified the code by adding this line to activate newrelic : "-e "s/;newrelic.enabled =.*/newrelic.enabled...

@enricodeleo Thanks for the reply, in the meantime I'd found a solution by putting the deamon in another container, which works perfectly. Best

It seems that I found a solution, not sure if it is the right one but adding this in the "constants.py" file it works ``` import os env_home = os.getenv("HOME")...