Spam Error Reports
Hi, I'm having an issue. I recently added my email to the contact info in WHM (Server Configuration " Basic cPanel & WHM Setup). However, I'm now receiving emails every two-three minutes (I believe I've received over 100 in the past 24 hours) that look like the one below:
Can someone explain what this means?
lfd on gauntlet.[domain].org: Excessive resource usage: admin (1737 (Parent PID:1411))
Time: Wed Apr 12 12:02:26 2017 -0400
Account: admin
Resource: Virtual Memory Size
Exceeded: 275 > 200 (MB)
Executable: /usr/bin/php
Command Line: /usr/bin/php
PID: 1737 (Parent PID:1411)
Killed: NoCan someone explain what this means?
-
lfd on gauntlet.[domain].org: Excessive resource usage: admin (1737 (Parent PID:1411))
Hello, This notification comes from the CSF/LFD application. There's an existing thread on this topic at: how to stop Excessive resource usage alertsCron /usr/bin/wget -O - -q -t 1
This will show you if a cron job exists for a user that runs that "wget" command to the external URL. Thank you.0 -
Hi. I think I got CSF/LFD handled. However, I'm not sure what to do for this: Check the cron jobs configured on your system for this entry with a command such as:
grep "domain.us" /var/spool/cron/*
This will show you if a cron job exists for a user that runs that "wget" command to the external URL. Thank you.
When I run the grep code, I get the following:/var/spool/cron/root:45 * * * * /usr/bin/wget -O - -q -t 1 http://[sub].[domain].us/cron.php
What do I do to stop these emails?0 -
Hello, You can remove the cron job if you are unsure how it was added and have no need for the script. Or, append the following entry to the end of the cron job to disable email notifications: >/dev/null 2>&1
Thank you.0
Please sign in to leave a comment.
Comments
4 comments