lfd Excessive resource usage: redis
Hello,
I've installed redis via command line.
$yum install redis
$systemctl enable redis &
$systemctl start redis &
# ps -ef | grep redis
root 1743 1 0 2022 ? 09:35:03 /usr/local/bin/redis-server 127.0.0.1:6379
root 25820 10613 0 17:59 pts/0 00:00:00 grep --color=auto redis
Since installation, I keep getting following warning every hour.
Time: Thu Jan 4 12:01:35 2024 +0000
Account: redis
Resource: Process Time
Exceeded: 154205 > 79050 (seconds)
Executable: /usr/bin/redis-server
Command Line: /usr/bin/redis-server 127.0.0.1:6379
PID: 355454 (Parent PID:355454)
Killed: No
I've checked via top command and I don't see any excessive usage of redis as such.
It seems that every hour something is happening, may be it is restarting or something?
How do we debug and fix it?
-
Hey there! There likely isn't anything to debug here and LFD/CSF is just being a bit too strict. You'll likely want to setup an ignore file as outlined here:
https://www.knownhost.com/kb/common-csf-lfd-false-positives-and-how-to-stop-the-notifications/
Note: cPanel doesn't provide support for the CSF tools.
0
Please sign in to leave a comment.
Comments
1 comment