• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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