Skip to main content

Stop lfd "load average alert" emails

Comments

2 comments

  • cPanelLauren
    This is managed in /etc/csf/csf.conf: # Check the PT_LOAD_AVG minute Load Average (can be set to 1 5 or 15 and # defaults to 5 if set otherwise) on the server every PT_LOAD seconds. If the # load average is greater than or equal to PT_LOAD_LEVEL then an email alert is # sent. lfd then does not report subsequent high load until PT_LOAD_SKIP # seconds has passed to prevent email floods. # # Set PT_LOAD to "0" to disable this feature PT_LOAD = "30" PT_LOAD_AVG = "5" PT_LOAD_LEVEL = "6" PT_LOAD_SKIP = "3600"
    0
  • ZenHostingTravis
    How do I stop these emails. I can't find out. I changed csf.conf but it did nothing.

    Remember to restart the csf service after modifying the csf.conf file.
    0

Please sign in to leave a comment.