• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Watchdog problems on Ubuntu fresh install

H9k

Regular Pleskian
Hi there!
I installed a fresh Plesk Onyx on Ubuntu 16.04, and ran into problems with Watchdog. Spamassassin and PHP-FPM were reported as down and eventually released from monitoring.
I tried uninstalling and reinstalling Watchdog, to no avail.
I then had a look at /usr/local/psa/etc/modules/watchdog/monitrc.tpl to find out that the pid files the config points to do not exist.
To avoid fiddling with the Watchdog config, i issued ln -s plesk-php70-fpm.pid php5-fpm.pid and ln -s spamassassin.pid spamd.pid, now they show as online.
 
Same here on a fresh Plesk Ony 17.5.3 on Centos 7.3. Add also to do this to make it work:
Code:
ln -s /var/run/plesk-php56-fpm.pid /var/run/php-fpm/php-fpm.pid
(depends of course which version of PHP you use the most via PHP-FPM - in this case 5.6)
 
Back
Top