Scanner Settings

There are multiple scanners implemented in the code of the plugin, all of them are enabled by default and you can deactivate them separately without affect the others. You may want to disable a scanner because your site has too many directories and/or files to scan, or because the maximum quantity of memory allowed for your project is not enough to execute one these functions. You can enable and disable any of the scanners anything you want.

The "Scanning Algorithm" is the method that will be used to read the diretories and files contained in the project when any of the file system scanners are executed. The best option is SPL (Standard PHP Library) but it is not available in all versions of the PHP interpreter. We recommend to upgrade the version of PHP installed in the server, but if you can not do this then choose a different algorithm.

Option Value  
Last background scan %%SUCURI.ScanningRuntimeHuman%%
Scanning algorithm %%SUCURI.ScanningInterface%%
Scanning frequency %%SUCURI.ScanningFrequency%%
Main FS Scanner %%SUCURI.FsScannerStatus%%
FS Scanner, Modified files %%SUCURI.ScanModfilesStatus%%
FS Scanner, Core integrity checks %%SUCURI.ScanChecksumsStatus%%
FS Scanner, Ignore scanning %%SUCURI.IgnoreScanningStatus%%
FS Scanner, Error log files %%SUCURI.ScanErrorlogsStatus%%
SiteCheck scanner %%SUCURI.SiteCheckScannerStatus%%
SiteCheck counter %%SUCURI.SiteCheckCounter%% scans so far
Analyze error logs %%SUCURI.ParseErrorLogsStatus%%
Error logs limit Analyze last %%SUCURI.ErrorLogsLimit%% logs
Reset core integrity logs %%SUCURI.IntegrityLogLife%% of data
Reset last login logs %%SUCURI.LastLoginLogLife%% of data
Reset failed login logs %%SUCURI.FailedLoginLogLife%% of data
Reset sitecheck logs %%SUCURI.SiteCheckLogLife%% of data