Page 1 of 1

Ignore WHMCS Cron

Posted: 14 May 2014, 08:40
by Linuc82
Hi,

I cannot seem to figure out how to get CSF to ignore my WHMCS cron:

Time: Wed May 14 09:00:37 2014 +0200
Account: ***
Resource: Virtual Memory Size
Exceeded: 342 > 300 (MB)
Executable: /home/virtfs/register/usr/bin/php
Command Line: php -q /home/****/public_html/admin/cron.php
PID: 29408 (Parent PID:29407)
Killed: No

Please assist in how I can get CSF to ignore this cron

Re: Ignore WHMCS Cron

Posted: 14 May 2014, 19:26
by skate323k137
Edit csf.pignore and add something like this:

cmd:php -q /home/****/public_html/admin/cron.php

obviously use the username that you munged.

If that won't work you could do

exe:/home/virtfs/register/usr/bin/php

but, that would ignore any php apps that run from that binary from process tracking.

Re: Ignore WHMCS Cron

Posted: 17 May 2014, 22:06
by Linuc82
Thank you kindly. The former did it.