Where are the configuration files for Sentinel located?

AlmaLinux/CloudLinux/RHEL

Configuration files:

// Linux malware detect (Anti-malware Settings)
/usr/local/maldetect/conf.maldet

// clamd scan daemon (Anti-virus Settings)
/etc/clamd.d/scan.conf

// clamav signature update (Anti-virus Signature Settings)
/etc/freshclam.conf

Restarting Services:

// Linux malware detect restart
systemctl restart maldet

// Linux malware detect log file
tail -f /usr/local/maldetect/logs/event_log

// clamav restart 
systemctl restart clamd@scan

// clamav log file
tail -f /var/log/clamd.scan 

// freshclam restart (Centos/RHEL/Cloudlinux 8 only)
systemctl restart clamav-freshclam

// freshclam log file
tail -f /var/log/freshclam.log

Debian/Ubuntu

// Linux malware detect (Anti-malware Settings)
/usr/local/maldetect/conf.maldet

// clamd scan daemon (Anti-virus Settings)
/etc/clamav/clamd.conf

// clamav signature update (Anti-virus Signature Settings)
/etc/clamav/freshclam.conf

Restarting Services:

// Linux malware detect restart
systemctl restart maldet

// Linux malware detect log file
tail -f /usr/local/maldetect/logs/event_log

// clamav restart 
systemctl restart clamav-daemon

// clamav log file
tail -f /var/log/clamav/clamav.log 

// freshclam restart 
systemctl restart clamav-freshclam

// freshclam log file
tail -f /var/log/clamav/freshclam.log
  • maldet
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

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...