Hi all, I could not find a solution to this so here goes..
2 emails around every hour:
Account: memcached
Resource: Process Time
Exceeded: 145884 > 1800 (seconds)
Executable: /usr/bin/memcached
Command Line: /usr/bin/memcached -u memcached -p 11211 -m 64 -c 1024
PID: 28237 (Parent PID:28237)
Killed: No
And
Account: redis
Resource: Process Time
Exceeded: 145837 > 1800 (seconds)
Executable: /usr/bin/redis-server
Command Line: /usr/bin/redis-server 127.0.0.1:6379
PID: 31075 (Parent PID:31075)
Killed: No
I have added the services to csf pignore
exe:/usr/sbin/memcached
exe:/usr/bin/redis-server
Also disabled the services in CWP, and removed them as a php service, but still I am getting the emails..
Any ideas