newrelic-daemon

agasar

Verified User
Joined
May 16, 2021
Messages
64
Hello
The following warning emails are constantly coming. Is this a problem? Is there a lot of this? I could not fully understand the problem why why?

Account: XXXXXXX
Resource: Process Time
Exceeded: 564184 > 1800 (seconds)
Executable: /opt/alt/php81/usr/bin/newrelic-daemon
Command Line: /opt/alt/php81/usr/bin/newrelic-daemon --agent --logfile /var/log/alt-php81-newrelic/newrelic-daemon.log --port @newrelic --wait-for-port 0s --define utilization.detect_aws=true --define utilization.detect_azure=true --define utilization.detect_gcp=true --define utilization.detect_pcf=true --define utilization.detect_docker=true --define utilization.detect_kubernetes=true -no-pidfile
PID: 14485 (Parent PID:14478)
Killed: No
 
I'm not familiar with newrelic, but if that daemon is something you recognize, then this appears to be a warning from CSF / LFD about it running more than 1,800 seconds. You can read about CSF here:


If this is normal, you can tell LFD to ignore the daemon by editing the /etc/csf/csf.pignore file and adding something like the below to the list you find in that file. Then restart LFD.

exe:/opt/alt/php81/usr/bin/newrelic-daemon
 
Hello

@BillyS thank you. I have done the steps you indicated. No more alert emails. He hasn't come for a day. As if it will never come. I think the problem is solved. I think we solved the problem thanks to you. Thanks @BillyS
 
Back
Top