Excessive resource usage

Post Reply
htb
Junior Member
Posts: 2
Joined: 26 Apr 2014, 06:24

Excessive resource usage

Post 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
pianunix
Junior Member
Posts: 2
Joined: 16 Jan 2015, 03:36
Location: Jakarta

Re: Excessive resource usage

Post by pianunix »

Does anyone know how to disable alert of "Excessive resource usage" from csf ?

Thanks.
jcats
Junior Member
Posts: 29
Joined: 03 Jan 2015, 14:36

Re: Excessive resource usage

Post 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"
Post Reply