• 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.

Dr. Web auto-updated, now constant Apache CPU usage alerts

It is not a corrupted file, it is just a bug of VIM, as I reported in my previous post.

In my OpenSUSE each time I try to edit the file, VIM cuts out one line on the top.
 
IgorG,

I went to http://kb.odin.com/en/9329 and downloaded the send-report file, but then I noticed I had to change the line #!/opt/psa/bin/sw-engine-pleskrun to #!/usr/local/psa/bin/sw-engine-pleskrun since I'm using an rpm based linux (plesk is installed in /usr/local/psa).
I tried to edit the file using vim & nano to change the line, but these text editors broke the file when saved, so I used sed to edit sent-report (sed -i 's/opt/usr\/local/g' send-report), however probably this was breaking the file too, so I decided to not edit it and run send-report using: /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly and then I saw the following error: PHP Parse error: syntax error, unexpected '!' in /usr/local/psa/libexec/modules/watchdog/cp/send-report on line 71
Please ask the developers to recheck the send-report file, and to provide also a hotfix for rpm based linux systems (for example CentOS 5) where plesk is installed on /usr/local/psa
 
Back
Top