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

callistar

New Pleskian
Hello!

We own a dedicated CentOS server with Plesk 12.0.18.

We have problem with Health Monitor as shows empty statistics after a restart.
We tried to solve the issue following instruction on Knowledge Database but we receive an error at first command:

/etc/init.d/sw-collectd stop No such file or directory

Any idea how to solve the issue and how to prevent it?

Thank you in advance!
 
Do you have file /etc/init.d/sw-collectd ?
This file is a part of sw-collectd package:

# rpm -qf /etc/init.d/sw-collectd
sw-collectd-4.9.1-14060313.i386

Make sure that this package is correctly installed on your server.
 
I have now the Health Monitor reinstalled (uninstalled - installed), and now work it

Thank You
 
Do you have file /etc/init.d/sw-collectd ?
This file is a part of sw-collectd package:

# rpm -qf /etc/init.d/sw-collectd
sw-collectd-4.9.1-14060313.i386

Make sure that this package is correctly installed on your server.

@IgorG it seems it is missing. Should I make a new installation of Health Monitor or uninstall and reinstall?

Can you please provide me some commands for uninstall and install?

Thank you in advance!
 
You need to install plesk-service-node-utilities package. You can do it with

# yum install plesk-service-node-utilities
 
Back
Top