• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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