Don't receive "Excessive resource usage" when PT_USERKILL=1

Post Reply
axel50397
Junior Member
Posts: 3
Joined: 18 Sep 2018, 02:05

Don't receive "Excessive resource usage" when PT_USERKILL=1

Post by axel50397 »

Here are the ^PT_ related settings:

Code: Select all

[root@phoebe ~]# grep "^PT_" /etc/csf/csf.conf
PT_LIMIT = "60"
PT_INTERVAL = "60"
PT_SKIP_HTTP = "0"
PT_ALL_USERS = "1"
PT_DELETED = "1"
PT_DELETED_ACTION = ""
PT_USERPROC = "10"
PT_USERMEM = "1024"
PT_USERRSS = "256"
PT_USERTIME = "1800"
PT_USERKILL = "1"
PT_USERKILL_ALERT = "1"
PT_USER_ACTION = ""
PT_LOAD = "30"
PT_LOAD_AVG = "5"
PT_LOAD_LEVEL = "6"
PT_LOAD_SKIP = "3600"
PT_APACHESTATUS = "http://127.0.0.1/whm-server-status"
PT_LOAD_ACTION = ""
PT_FORKBOMB = "300"
PT_SSHDKILL = "1"
PT_SSHDHUNG = "0"
When I set PT_USERKILL = 0, I receive a lot of "Excessive resource usage" emails due to users having long running processes. If I enable this setting, I don't receive any "Excessive resource usage" anymore as if PT_USERKILL_ALERT were ignored.

Any idea please?
Post Reply