• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Watchdog Error

Webroy

Regular Pleskian
Hi There,

i am trying to install watchdog on a existing 9.2.1. plesk server. The installation goed fine, no errors:

When i log in into plesk and go to the module watchdog he gives an error:

Changing of crontab configuration failed.

--------------------------------------------------------------------------------

0: wdcplib.php:136
set_cronjob_task(string '/usr/local/psa/libexec/modules/watchdog/cp/secur-check', string 'root', array)
1: wdcplib.php:32
set_secur_scan_cronjob(string 'weekly')
2: configure.php:20
require_once(string '/usr/local/psa/admin/plib/modules/watchdog/configure.php')
3: wdcplib.php:211
wd__require_once(string 'configure.php')
4: preaction.php:17
require_once(string '/usr/local/psa/admin/plib/modules/watchdog/preaction.php')
5: index.php:3

I have looked in my crontab (of root) and there were no Lines added voor Watchdog, also the @signs like in post http://kb.odin.com/en/1709 werent there. Does anyone had this problem or know a solution? It looks like he cannot write rules in the Cron?
 
Hello,

Please, perform the following steps:

Login as root to the server, open root user crontab with the 'crontab -e' command and make sure that the records' syntax is correct and there are none any special time specification "nicknames" like:

@reboot
@yearly
@annually
@monthly
@weekly
@daily
@hourly

Parallels Plesk Panel (PP) does not support them. Please use their alternatives, see "man 5 crontab":

@yearly : Run once a year, ie. "0 0 1 1 *".
@annually : Run once a year, ie. "0 0 1 1 *".
@monthly : Run once a month, ie. "0 0 1 * *".
@weekly : Run once a week, ie. "0 0 * * 0".
@daily : Run once a day, ie. "0 0 * * *".
@hourly : Run once an hour, ie. "0 * * * *".


If you need to set a scheduled task you can also do it through PP on the Server -> Scheduled Tasks page.

Please, see the following article for more information:

http://kb.odin.com/en/1709
 
Back
Top