Plesk

Resource Controller (Cgroups) won’t start: Error: collectdmng failed: Fail to start sw-collectd!

Symptoms

Cause

The collectd service is failing to start due to systemd rate limiting.

Resolution

As a workaround, disable the rate limiting:

  1. Connect to a Plesk server via SSH.
  2. Add the following setting to the /lib/systemd/system/sw-collectd.service file:

    [Unit]
    StartLimitIntervalSec=0

  3. Apply the changes:

    # systemctl daemon-reload

  4. Start sw-collectd service:

    # systemctl start sw-collectd

  5. Go to Tools & Settings > Services Management > and start Resource Controller (Cgroups)
Exit mobile version