Skip to main content

Disable alert from CSF for Excessive resource usage?

Comments

6 comments

  • rpvw
    Add the following code to your /etc/csf/csf.pignore file (this can be done in a terminal, or via WHM >> Home " Plugins " ConfigServer Security & Firewall > edit csf.pignore, Process Tracking> from the dropdown) and then save and restart CSF/LFDpexe:/opt/cpanel/ea-php*/root/usr/sbin/php-fpm
    0
  • cPanelMichael
    Hello, The previous post should help. Keep in mind that CSF/LFD is a third-party application and not a direct feature of cPanel & WHM. Their support forum and help desk are located at: ConfigServer Technical Support Thank you.
    0
  • Damian2Cubed
    I used the solution and I am still getting Excessive resource usage emails. LFD restarted.
    0
  • cPanelMichael
    I used the solution and I am still getting Excessive resource usage emails. LFD restarted.

    Hello @Damian2Cubed, Can you review the tutorial linked below and let us know if it helps? Thank you.
    0
  • Zebble
    Add the following code to your /etc/csf/csf.pignore file (this can be done in a terminal, or via WHM >> Home " Plugins " ConfigServer Security & Firewall > edit csf.pignore, Process Tracking> from the dropdown) and then save and restart CSF/LFDpexe:/opt/cpanel/ea-php*/root/usr/sbin/php-fpm

    This solution is correct but the syntax is wrong. The pattern matching is not proper regex so this doesn't end up working. This should read: pexe:/opt/cpanel/ea-php.*/root/usr/sbin/php-fpm
    Then restart lfd/cfd and you're good to go.
    0
  • ssvapes
    This solution is correct but the syntax is wrong. The pattern matching is not proper regex so this doesn't end up working. This should read: pexe:/opt/cpanel/ea-php.*/root/usr/sbin/php-fpm
    Then restart lfd/cfd and you're good to go.

    12/2/2021 This worked for me. The various forums are filled with different ways to solve this but this is the only one that finally worked for me. TYVM ZEBBLE
    0

Please sign in to leave a comment.