How can I reduce server load by disabling the real-time monitoring to fall back to nightly scanning instead?

Overview

Disabling real-time monitoring for Linux Malware Detect reduces server resource consumption by reverting to scheduled nightly scans. This procedure provides the exact commands required to disable and re-enable the maldet service.

Prerequisites

  • Root or sudo privileges on the target server
  • Linux Malware Detect installed and operational

Disable Real-Time Monitoring

To reduce server load and switch to nightly scanning, stop and disable the service using the following commands:

systemctl stop maldet
systemctl disable maldet

Re-enable Real-Time Monitoring

To restore real-time monitoring capabilities, enable and start the service using the following commands:

systemctl enable maldet
systemctl start maldet

Troubleshooting

  • Service does not respond to systemctl commands: Verify the service name and current status by running systemctl status maldet.
  • Nightly scans are not executing after disabling real-time monitoring: Confirm that the Linux Malware Detect cron job is active and properly scheduled.
  • real-time monitoring
  • 0 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Схожі статті

How can I install or upgrade the extension?

We provide free installation and configuration for all our paid licenses. Open a support ticket...

How can I change the interface language of the extension?

Overview This article provides instructions on how to change the interface language within the...

How can I get detailed help about a specific setting?

Overview This article outlines how to access contextual assistance and detailed configuration...

How can I monitor ClamAV daemon memory and CPU usage from the command line?

Overview The clamdtop utility provides real-time monitoring of the ClamAV daemon's memory and...

How can I optimize MySQL/MariaDB using the Plesk Performance Booster tool?

Overview The Performance Booster utility enables administrators to optimize MariaDB...