Admin-Ahead Community

Linux => Control Panels => Plesk => Topic started by: Aby on January 30, 2014, 09:52:26 pm

Title: Stats not working in Plesk
Post by: Aby on January 30, 2014, 09:52:26 pm
Stats not working in Plesk

Create the following cron:

————————————————————————————————

9,24,39,54  * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
10 1 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
10 1 * * * /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=xxx.com

————————————————————————————————

and run the script for checking :

/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=xxx.com

where xxx.com is your domainname.com

===