• 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

New crontab entries after upgrade

J

Julian De Marchi

Guest
Hey,

I upgrade plesk from 3.2 to 3.3 and I now have these new crontab entries;

[...]
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
10 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats
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
20 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-events
0 3 * * 7 /usr/local/psa/libexec/modules/watchdog/cp/clean-reports

The weird thing is, the location does not exist.

ls -al /usr/local/psa/libexec/modules/
total 8
drwxr-xr-x 2 root root 4096 Dec 30 11:06 .
drwxr-xr-x 3 root root 4096 Jul 4 2008 ..

Is it safe to remove the entries or did the upgrade not complete correctly?
 
Seems you have not psa-watchdog package installed. Just install it.
 
Back
Top