Excessive Resource Usage: RPC
The rpcbind package is not required unless you use NSF mounts on the server. You can disable them:
- # systemctl disable rpcbind
- # systemctl disable rpcbind.socket
- # systemctl stop rpcbind
- # systemctl stop rpcbind.socket
Turning Off Excessive Resource Emails
Firewall main configuration:
Contents of File: /etc/csf/csf.conf
# This User Process Tracking option sends an alert if any linux user process
# exceeds the time usage set (seconds). To ignore specific processes or users
# use csf.pignore
#
# Set to 0 to disable this feature
PT_USERTIME = “1800”
1800 = 30 min
You can set it to 0 to turn it off also set it to a higher value.