• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Missing Cronjobs

E

ExarKun

Guest
Hello,
after a clean psa-installation im missing cronjobs like "statistics" et cetera.

is it possible to "reinstall" them?

Thanks a lot.
 
Can no one help me and give me a screenshot of the standard-psa-cronjobs? Please, its important :(

Edit:
If I start /opt/psa/bin/traffic.sh
I get this message:

db_connect: failed to connect to database: Error: Lost connection to MySQL serve r during query
System error 32: Broken pipe
db_connect: failed to connect to database: Error: Lost connection to MySQL serve r during query
System error 32: Broken pipe
Database connection failed, keys will not be updated
Usage: traffic.sh command <domain_name> [options]
 
This is what I have on Plesk 8.0.1

*/15 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/secur-check
0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly
0 3 * * 7 /usr/local/psa/libexec/modules/watchdog/cp/clean-reports
10 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats
14 5 * * * /usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1
15 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats day
15 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats week
15 1 1 * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats month
15 1 1 * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats year
17 7 * * * /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
17 7 * * 1 /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto weekly >/dev/null 2>&1
17 7 1 * * /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto monthly >/dev/null 2>&1
20 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-events
7 4 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
 
hum, with psaadm and root i get an error *cry* :(


/opt/psa/admin/sbin/statistics: /opt/psa/admin/sbin/statistics: cannot execute binary file
 
Back
Top