• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Health Monitor displays empty (all zero) statistics

TomBoB

Silver Pleskian
folllowed http://kb.odin.com/en/114307
but didn't help (well DID work temporarily - until the server was restarted, and it stopped again)

that reminded me of an issue I had with postfix a short while back: https://talk.plesk.com/threads/postfix-doesnt-load-on-server-restart.335852/

followed same check as in my above forum entry
$ systemctl status sw-collectd
sw-collectd.service - Startup script for statistics collecting from Parallels Panel Health Monitor
Loaded: loaded (/usr/lib/systemd/system/sw-collectd.service; disabled)
Active: active (running) since Sun 2015-11-22 13:30:32 CET; 16min ago

yep same issue, service is disabled at server startup. Enabled it with
$ systemctl enable sw-collectd

-----------------
Igor, did you have a chance of investigating why services (postfix and now Health monitoring) that are set up and in use are configured as disabled?
CentOS 7.1.1503, Plesk 12.5.30 MU #11

Or may this be a relic of a misconfigured template that the provider of our servers use to install CentOS/Plesk?

Thanks :)
 
Last edited:
Back
Top