Hi all,
Recently installed CalendarServer Plugin which is working fine but resulted in multiple excessive resource usage emails from lfd. I've read through the existing threads discussing this topic and they all say the solution is to whitelist CalendarServer in csf.pignore, however none of the solutions mention a full syntax that works for me.
Currently I am receiving 5 emails every hour or so and would like to disable these emails but need the correct syntax for csf.pignore.
Here are the executable and command lines I need to whitelist:
I'm thinking the correct line would use pcmd but not sure excaly how this works and I'm struggling to understand the logic from the documentation. Seems the following should work but I don't want to make any mistakes here and hoping someone from the community could shed some light on this for me. I'm thinking something like this should work:
I asked another user who claimed to have found the solution here but he hasn't responded yet and these emails are really driving me crazy so I apologize up front for the second ask but figured a new thread might attract more people who are active in the forum.
Thank you all for your time and support.
Recently installed CalendarServer Plugin which is working fine but resulted in multiple excessive resource usage emails from lfd. I've read through the existing threads discussing this topic and they all say the solution is to whitelist CalendarServer in csf.pignore, however none of the solutions mention a full syntax that works for me.
Currently I am receiving 5 emails every hour or so and would like to disable these emails but need the correct syntax for csf.pignore.
Here are the executable and command lines I need to whitelist:
Code:
Executable: /opt/cpanel-ccs/.develop/virtualenv/bin/python2.7
Command Line: CalendarServer *.*.*+**************************** [Combined]
Code:
Executable: /opt/cpanel-ccs/.develop/virtualenv/bin/python2.7
Command Line: CalendarServer Directory Proxy Service
Code:
Executable: /opt/cpanel-ccs/.develop/virtualenv/bin/python2.7
Command Line: CalendarServer *.*.*+**************************** [Slave #0]
Code:
Executable: /opt/cpanel-ccs/.develop/virtualenv/bin/python2.7
Command Line: CalendarServer *.*.*+**************************** [Slave #1]
Code:
Executable: /usr/bin/memcached
Command Line: memcached -U 0 -s ./data/Logs/state/memcache.sock
Code:
pcmd:/opt/cpanel-css/.develop/virtualenv/bin/phython.* /CalendarServer*.*.*+**************************** [Combined]
Thank you all for your time and support.