Ignore WHMCS Cron

Post Reply
Linuc82
Junior Member
Posts: 3
Joined: 20 Jan 2014, 14:45

Ignore WHMCS Cron

Post 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
skate323k137
Junior Member
Posts: 12
Joined: 11 Jun 2011, 22:36

Re: Ignore WHMCS Cron

Post 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.
Linuc82
Junior Member
Posts: 3
Joined: 20 Jan 2014, 14:45

Re: Ignore WHMCS Cron

Post by Linuc82 »

Thank you kindly. The former did it.
Post Reply