Solved lfd excessive resource usage

MopeyGecko

Verified User
Joined
Apr 6, 2022
Messages
36
Following a new Directadmin install I am getting frequent lfd notifications as follows;

Code:
Time:         Fri Mar 10 01:00:12 2023 +0000
Account:      dbus
Resource:     Process Time
Exceeded:     54847 > 1800 (seconds)
Executable:   /usr/bin/dbus-broker
Command Line: dbus-broker --log 4 --controller 9 --machine-id {md5 hash} --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit
PID:          698 (Parent PID:697)
Killed:       No

I'm also getting similar for

Code:
Executable:   /usr/bin/perl
Command Line: spamd child

But it doesn't seem to be causing any actual issues. Are these false positives from lfd? If so how can I silence the notifications?
 
I found a few posts from others with similar issues and it doesn't appear these are anything malicious so I have added the following to the csf.pignore file and I am continuing to monitor

Code:
exe:/usr/bin/dbus-broker
cmd:spamd child
 
Back
Top