lfd notifications

uvhost

Verified User
Joined
Mar 26, 2006
Messages
58
Location
UK
Hi,

I keep getting notifications like this every 5 mins or less,

Code:
Time: Mon Nov 25 20:10:49 2019 +0100
Account: apache
Resource: Process Time
Exceeded: 39526 > 1800 (seconds)
Executable: /usr/local/lsws/bin/openlitespeed
Command Line: openlitespeed (lshttpd - #01)
PID: 21067 (Parent PID:21059)
Killed: No

I don't want to miss these notifications as i use important things in this box, but how can i increase the time maybe or 1800 seconds, or maybe you guys can suggest how to solve these?

Thanks
 
Since you know that OpenLitespeed is a legitimate executable running on your system, you need to add it to the CSF/LFD process ignore list to stop the notifications. It should always be running, so increasing the process time won't stop the notifications, but just increase the time in between them.

Code:
echo 'exe:/usr/local/lsws/bin/openlitespeed' >> /etc/csf/csf.pignore ; csf -ra

If you get any other OLS-related firewall notifications, post them here and I'll try to help. :)
 
Back
Top