Page 1 of 1

Excessive resource usage

Posted: 26 Apr 2014, 06:27
by htb
I get alot email tell me this

lfd on server.hostname: Excessive resource usage: user (26145 (Parent PID:26134))

how i can disable this alert

Re: Excessive resource usage

Posted: 16 Jan 2015, 03:38
by pianunix
Does anyone know how to disable alert of "Excessive resource usage" from csf ?

Thanks.

Re: Excessive resource usage

Posted: 16 Jan 2015, 21:36
by jcats
You need to disable these 3:

PT_USERPROC = "10"

# This User Process Tracking option sends an alert if any linux user process
# exceeds the memory usage set (MB). To ignore specific processes or users use
# csf.pignore
#
# Set to 0 to disable this feature
PT_USERMEM = "200"

# This User Process Tracking option sends an alert if any linux user process
# exceeds the time usage set (seconds). To ignore specific processes or users
# use csf.pignore
#
# Set to 0 to disable this feature
PT_USERTIME = "1800"