agent will fail to detect nginx, ps(1) is restricted!
Closed this issue · 2 comments
scyto commented
I ran the install script inside my ngix container.
Triaged a few issues the docs forget to mention but finally completed install.
Only remaining error its:
agent will fail to detect nginx, ps(1) is restricted!
the logs show the agent started and connecting
the web site indeed shows that the agent failed to detect nginx.
the base container is the default nginx:latest from docker hub (i just attached a shell and ran the commands to install).
scyto commented
i tried adding
user root;
to my nginx conf (note it was set to # user nobody; before i did that.)
and the corresponding
user = root
configfile = /etc/nginx/nginx.conf
entry to the amplify-agent.conf to no avail.
scyto commented
closing as i don;t think anyone is looking at or maintaining this repo.