Control Web Panel
WebPanel => CentOS 7 Problems => Topic started by: tiagocaus on June 18, 2019, 12:25:54 PM
-
Time: Tue Jun 18 09:00:14 2019 -0300
Account: rpc
Resource: Process Time
Exceeded: 556997 > 1800 (seconds)
Executable: /usr/sbin/rpcbind
Command Line: /sbin/rpcbind -w
PID: 2453 (Parent PID:2453)
Killed: No
-
you can add the executable to /etc/csf/csf.pignore
to stop recieving alerts from rpcbind
-
What does this error mean?
What can I do to correct this error? do not ignore it.
-
That is not an error. Just add it as @Sandeep said
-
I do not want to ignore a warning. I want what the warning is and correct it.
What needs to be done to correct?
-
SOLUTION:
https://saadhost.com/handling-excessive-resource-usage-emails-on-cwp7/
-
I do not want to ignore a warning. I want what the warning is and correct it.
What needs to be done to correct?
CSF/LFD is configured to send warnings if some process running more than 1800 seconds on your server. As you can see from the warning message rpcbind works more than 1800 seconds. That is why you got the email.
It is ok for rpcbind because it is a daemon. So add the process to exceptions (/etc/csf/csf.pignore) as @Sandeep recommended or stop/disable rpcbind if you don't need it.