• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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