Problem
You have installed New Relic's PHP agent and daemon, but the daemon does not appear to be functioning.
Solution
Verify that the daemon is running correctly:
Execute this shell command to list running processes that match "newrelic-daemon":
bash$ps -ef | grep newrelic-daemonVerify the daemon is running by checking the output from the previous command for two running daemon processes that look like this. If they are not listed, proceed to the next step.
newrelic 1368 1 0 00:28 ? 00:00:00 /usr/bin/newrelic-daemon ...newrelic 1370 1368 0 00:28 ? 00:00:00 /usr/bin/newrelic-daemon ...If no processes are listed, your daemon is not running and you must start the daemon based on the startup mode it is in:
- Agent mode startup (default)
- External mode startup (advanced)